https://issues.apache.org/bugzilla/show_bug.cgi?id=53281

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #9 from [email protected] ---
With Tomcat 6.0.37, it it straightforward to reproduce this issue using the
following Connector (redacted):

    <Connector port="9876" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               keyAlias="mykey" keystorePass="mypass"
               clientAuth="false" sslProtocol="TLS" />

$ curl -f  http://www.myhost.com:9876
<garbage returned>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to