Bug 16409
| Summary: | KURL.cpp should normalize URL scheme to lowercase | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Darin Fisher (:fishd, Google) <fishd> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abarth, ap |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 37641 | ||
Darin Fisher (:fishd, Google)
KURL.cpp should normalize URL scheme to lowercase
the webkit codebase is chock full of broken case-sensitive URL scheme compares (see FrameLoader.cpp for example). instead of changing all of those comparisons to be case-insensitive, it seems like it would be better to just make KURL normalize the URL scheme to lowercase.
there should be no compatibility problem with this change since URL schemes are case-insensitive.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This got fixed!
*** This bug has been marked as a duplicate of bug 53848 ***