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

Alberto Linares <alberto.lina...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|All                         |Windows 10
            Version|9.0.31                      |9.0.38
           Hardware|All                         |PC

--- Comment #14 from Alberto Linares <alberto.lina...@gmail.com> ---
I'm using tomcat 9.0.38 on windows 10, i'm getting request from a device, and
tomcat showing the follow message on console: 

"08-Dec-2020 00:11:11.539 INFO [http-nio-8080-exec-5]
org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request
header
 Note: further occurrences of HTTP request parsing errors will be logged at
DEBUG level.
        java.lang.IllegalArgumentException: Invalid character found in the HTTP
protocol [HTTP/1.10x0aHost:]"

This is my server.xml conector section:
    <Connector port="8080" protocol="HTTP/1.1"
                                connectionTimeout="20000"
                                redirectPort="8443" 
                                URIEncoding="UTF-8"
                                rejectIllegalHeader="false"
                                relaxedPathChars ='[]|'
                           />
i believe that the value 0x0a represent the chracter (LF), but i can't access
to modify the device request.

Note: If i test from JavaWebClientSockect or from "Smart Websockect Client"
chrome-extension plugin; the tomcat work fine.

Thank in advanced for your support.

-- 
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