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

Markus Dörschmidt <markus.doerschm...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |---
            Version|8.5.16                      |8.5.24
             Status|RESOLVED                    |REOPENED

--- Comment #10 from Markus Dörschmidt <markus.doerschm...@gmx.de> ---
I reopened, because I have new information about how to reproduce the bug:

The bug is reproducable with the litte web application I previously attached to
this bug report.

I got the bug in an environment with these conditions:
1. Server and client have to be in different networks with a gateway between
2. Tomcat needs NIO2 connector handling HTTPs

When I send an XML file to "/xml" of my example application using CURL, I get
an server-side error about a malformed XML document, when the XML exceeds some
random size limit.

When I send the same XML file to "/test", which simply reads and count read
bytes, I get a client-side error:

curl: (55) SSL_write() returned SYSCALL, errno = 104


The bug does not occur if:
- protocol handled by NIO2 connector is HTTP
- or client and server are in the same network

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