Closed
Bug 161893
Opened 23 years ago
Closed 23 years ago
When using object and codebase, codebase converts everything to lower case
Categories
(Core Graveyard :: Plug-ins, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
mozilla1.2alpha
People
(Reporter: arun, Assigned: serhunt)
Details
(Whiteboard: PL2:NA])
Attachments
(1 file)
849 bytes,
text/html
|
Details |
Try this, but remove the plugin used in my example:
<html>
<body>
<object id="flashPlayer" type="application/x-shockwave-flash" width="531"
height="389" data="http://macromedia.com/uber/nav/global_home.swf"
codebase="http://elwood.mcom.com/arun/plugins/xpi/Flash/flashplayer.xpi">
</object>
</body>
</html>
When trying to access the XPI Package, you'll see that you're accessing a
directory with lower case 'f' for flash but my markup mentions a directory with
higher case 'F' for Flash.
Actual Behavior: Converts the case of my markup (URL) to lower. Some case
conversion code is wrong.
Expected Behavior: Honors my case in URLs.
Comment 1•23 years ago
|
||
this is very bad indeed, we should not be messing with the case! Handing this
one over to AV for review
Assignee: beppe → av
Keywords: nsbeta1+
Priority: -- → P2
Whiteboard: PL2:NA]
Target Milestone: --- → mozilla1.2alpha
Comment 2•23 years ago
|
||
I'm testing mozilla 2002-08-02 on w2k
here is GET request mozilla is sending to server:
"GET /arun/plugins/xpi/Flash/flashplayer.xpi?application/x-shockwave-flash
HTTP/1.1
Host: elwood.mcom.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b)
Gecko/20020802
Accept: text/xml,application/xml,application/xhtml"
---
as you can see there is 'F'.
Arun, who did you test it?
Reporter | ||
Comment 3•23 years ago
|
||
I tested this with many different test cases and markup, and my conclusion is
same as Serge -- worksforme. Maybe on that day when I logged this problem, I
was seeing ghosts in my build :-\ . So the original problem report is invalid,
BUT we still have secondary question:
we send the request with the QUERY string in GET:
GET /arun/plugins/xpi/Flash/flashplayer.xpi?application/x-shockwave-flash
Actually, we only want flashplayer.xpi, but we are sending "?" Query string
also, with MIME type. Should we remove the Query string when we "GET" an XPI
package specified in codebase attribute of object element or pluginurl attribute
of embed element?
Reporter | ||
Comment 4•23 years ago
|
||
OK, I'm marking this bug INVALID since my findings confirm Serge's findings.
Maybe I was having a weird build on that particular day. But I have logged new
bug to discuss query string issue -- this is bug 162899 . In this bug, we can
discuss whether this is correct behavior or not.
Reporter | ||
Comment 5•23 years ago
|
||
As per above comments, marking INVALID.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•