You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2013/07/28 19:51:03 UTC

[Bug 55299] apr_uri_parse("login?src=http://www.apache.org") aborts with APR_EGENERAL

https://issues.apache.org/bugzilla/show_bug.cgi?id=55299

Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Nick Kew <ni...@webthing.com> ---
How is this a valid URI?  At first glance, it would seem:

1. The ? is reserved, and marks "src=http://www.apache.org" as a query
component.
2. But within a query component, ':' and '/' are reserved and must be escaped.
3. Therefore this is not a valid URI.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org