Closed
Bug 17454
Opened 25 years ago
Closed 25 years ago
Search of pluglets by mime-type should not be case sensitive
Categories
(Core Graveyard :: Java-Implemented Plugins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: lvv, Assigned: blackconnect)
Details
Overview Description:
Now (the build on October 27, 1999) the search of corresponding pluglet is case
sensitive.
Steps to Reproduce:
1) place in manifest file of pluglet this string:
MIMEDescription: application/x-simple-pluglet::Pluglet Test
2) load html file with this string:
<EMBED type="APPLICATION/x-simple-pluglet" name="test" width=400 height=200>
Actual Results:
The pluglet will not be found.
Expected Results:
The value of the type attribute of the embed tag is case insensitive,
so the pluglet should be found.
Additional Information:
The reason for the bug is case sensitive comparison in
java/plugins/src/Pluglet.cpp file in method Pluglet::Compare()
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Suggested fix:
change strcmp to PL_strncasecmp in Pluglet::Compare()
Comment 2•23 years ago
|
||
Verified with Mozilla 0.9.5 (Mozilla/5.0 (Windows; U; WinNT4.0; en-US;
rv:0.9.5+) Gecko/20011030).
Pluglets now is case insensitive.
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•