This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22042 - wrong algorithm in url parser's authority state
Summary: wrong algorithm in url parser's authority state
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: URL (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+urlspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 12:45 UTC by NARUSE, Yui
Modified: 2013-05-15 16:33 UTC (History)
1 user (show)

See Also:


Attachments

Description NARUSE, Yui 2013-05-15 12:45:28 UTC
In http://url.spec.whatwg.org/#parsing authority state

[[
If c is one of EOF code point, "/", "\", "?", and "#", 
]]

This must be

[[
Otherwise, if c is one of EOF code point, "/", "\", "?", and "#", 
]]

otherwise it wrongly append c (@) to buffer.