-
Bug
-
Resolution: Done
-
Major
-
None
-
None
I'm testing a WS exchange requiring secure transport; the internal Apache CXF impl relies on the javax.servlet.request.cipher_suite prop content for internal security policy configurations and checks. That prop is currently not set, while it was set to TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA by jboss-web when running the same test.
We are missing whole 3.9 section of servlet 3.1 spec
missing attributes:
javax.servlet.request.cipher_suite javax.servlet.request.key_size javax.servlet.request.ssl_session_id javax.servlet.request.X509Certificate
- blocks
-
JBWS-3622 Restore HTTPS tests w/ Undertow
- Closed
- causes
-
UNDERTOW-2140 SSLSessionInfo.calculateKeySize(String cipherSuite) doesn't account for all cipher suits
- Closed