Bug 112476
| Summary: | UserContentURLPattern does not properly handle URLs with ports | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cgarcia |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=142365 | ||
| Bug Depends on: | 37931 | ||
| Bug Blocks: | |||
Martin Robinson
I stumbled upon this bug implementing the user stylesheet API for WebKit2GTK+. It seems that a pattern of "http://127.0.0.1:57779/somepath" does not match the URL "http://127.0.0.1:57779/somepath"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Martin Robinson
I also notice that '*://*/somepath' does not match "http://127.0.0.1:57779/somepath" either.