Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.4
-
Fix Version/s: None
-
Component/s: Security and SSL
-
Labels:None
-
Environment:Gentoo Linux, Firefox, JSDK 1.5
-
Number of attachments :
Description
Hello
The problem is that when data is sent from Firefox/Mozilla browsers via HTTPS connection it doesn't processed by Jetty (no access logs are produced).
This only happens when using org.mortbay.jetty.security.SslSelectChannelConnector. With blocking connector data is received and processed OK.
1. Bug doesn't occur in other browsers (Opera/IE).
2. When testing the same page / same keystore file with Tomcat 5.5.20 - it is working OK.
The jetty.xml and JSP page to replicate the bug are attached.
Evgeny,
This is working for me with Firefox (2.0.0.4). I did notice however that if using jdk1.5_09 the https request would seem to hang, and therefore never be logged in the access log. Upgrading to jdk.1.5_11 fixed it, so it seems there could be a jvm bug involved here.