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
Reported 2013-03-15 16:15:07 PDT
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
Martin Robinson
Comment 1 2013-03-15 16:31:52 PDT
I also notice that '*://*/somepath' does not match "http://127.0.0.1:57779/somepath" either.
Note You need to log in before you can comment on or make changes to this bug.