You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/10/27 11:16:41 UTC

[Bug 61676] Unable to handle unescaped whitespace in URL with HttpProtocolOptions Unsafe

https://bz.apache.org/bugzilla/show_bug.cgi?id=61676

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eric Covener <co...@gmail.com> ---
By default, the parser finds extra whitespace after Welt, not before it. This
part can be permitted with Unsafe.

But when you get farther, you still have a totally unexpected token since
"Welt" is interpreted as the version as the protocol uses spaces for
delimeters.

I don't think even under Unsafe we want to hunt around and try to sort
out that the next token looks more like an HTTP version.  Invalid and
malicious share too much.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org