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

            Bug ID: 61751
           Summary: NIO2 connector cuts incoming request
           Product: Tomcat 8
           Version: 8.5.16
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: markus.doerschm...@gmx.de
  Target Milestone: ----

Using the NIO2 connector "org.apache.coyote.http11.Http11Nio2Protocol" incoming
requests are cut at some point.

The bug was first discovered in a web application handling SOAP requests. The
SOAP implementation complains about malformed XML. When tracking down the
error, I could see, that the XML content in the message body ends at some
random point.

Tests show, that requests are not cut at the same point. Sometimes, request
bodies are cut somewhere beyond 16kByte, sometime they are cut somwhere near
2kByte.

I could not determine some pattern here.

The connector is configured to use the OpennSSL implementation
"org.apache.tomcat.util.net.openssl.OpenSSLImplementation".


Versions:
Tomcat: 8.5.16
Java: 1.8.0_144-b01
OpenSSL. 1.0.2h

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