ericmckean / google-url

Automatically exported from code.google.com/p/google-url
Other
0 stars 0 forks source link

StandardURL containing a "#" in the password gets mis-parsed #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Parse a url of the form http://user:#pass@host/path
2.
3.

What is the expected output? What do you see instead?
user is treated as the host and pass@host/path is treated as a ref.

What version of the product are you using? On what operating system?
r106 from SVN, via Chromium.

Attached patch is a test-case for the URL.

Original issue reported on code.google.com by vega.james@gmail.com on 18 Jun 2009 at 6:44

Attachments:

GoogleCodeExporter commented 9 years ago
I just tested and it looks like it matches IE8 and Firefox3. If I'm correct, 
this is 
working as intended. Can you verify?

Original comment by bre...@gmail.com on 18 Jun 2009 at 1:30

GoogleCodeExporter commented 9 years ago
Indeed, Firefox does have the same behavior.  I thought I had tested that.  
Sorry for 
the noise.

Original comment by vega.james@gmail.com on 18 Jun 2009 at 2:33