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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
                 OS|                            |All
             Status|RESOLVED                    |REOPENED

--- Comment #15 from Alberto Linares <alberto.lina...@gmail.com> ---
I'm using tomcat 9.0.38 on windows 10, when the tomcat server get request from
a device, with protocol ws (Websockect), show the following message:
" 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:]", and the request is rejected with 400 error
number in logs.

My server.xml conector section is :
    <Connector port="8080" protocol="HTTP/1.1"
                                connectionTimeout="20000"
                                redirectPort="8443" 
                                URIEncoding="UTF-8"
                                rejectIllegalHeader="false"
                                relaxedPathChars ='[]|'
                           />

I can't access to change the device request.

Note: if i try to access the websockect through Smart Websockect client chrome
plugin or javaWebClient spring 5, work fine.

Thank in advanced for your comments.

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