https://issues.apache.org/bugzilla/show_bug.cgi?id=55806
Bug ID: 55806
Summary: Using the Http11NioProtocol in the SSL connector
images get truncated
Product: Tomcat 7
Version: 7.0.42
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31062
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31062&action=edit
the server.xml file
I switched my site to https and i found that all the images get truncated,
in firebug i see that the request ends with 200 response but the content is 0
bytes.
if i put the HTTP/1.1 protocol everything goes back to normality,
this is my configuration of the connector :
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
SSLEnabled="true"
connectionTimeout="20000"
maxThreads="2000" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="emc_tomcat.bin" disableUploadTimeout="true"
keystorePass="password"
maxHeaderCount="1000"
acceptCount="1000"
keepAliveTimeout="-1"/>
--
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]