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   
Bug Depends on: 37931    
Bug Blocks:    

Description Martin Robinson 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"
Comment 1 Martin Robinson 2013-03-15 16:31:52 PDT
I also notice that '*://*/somepath' does not match "http://127.0.0.1:57779/somepath" either.