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

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Are those rquests coming from valid clients? (Is value of user-agent header as
expected? Note that it can be logged with %{User-Agent}i)

Maybe some bot is reading your access logs and tries URLs that are mentioned in
them? Or some human? If browser interprets some text as url, it will
automatically encode spaces as '%20' when doing a request.


I can imagine "HTTP/1.1" being in URL if request line is parsed incorrectly (as
such characters are naturally present on the first line of HTTP request), but
seeing "200 111" there is odd. The only place where strings "HTTP/1.1" and "200
111" are near each other is your access log, and the log lines are generated on
the fly when writing the data out. Format of the log is configurable.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to