Hello.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 5/20/14, 4:28 AM, Mark Thomas wrote:
On 20/05/2014 09:11, Jan Vávra wrote:
Hello.
I write my own realm implementation for Tomcat 7.x. In the
method Principal authenticate(X509Certificate[] certs) I'd like
to read request headers
> Documentation aside, none of these cipher-suites are supported in Oracle
Java 7.
The AES_CBC ciphers I had there are supported in Java 7.
I have already concluded as much regarding the AES_x_GCM. Using Java 8 one
have access to these higher GCM ciphers, but only very few obscure browsers
support
On 21/05/2014, at 10:21 pm, Sverre Moe wrote:
> ciphers="TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA265,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA256"
> />
Documentation aside, none of these cipher-suites are supported in Oracle J
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.54.
Apache Tomcat is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Expression Language and Java
WebSocket technologies.
This release contains a number of bug fixes and improvement
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 6.0.41 stable.
Apache Tomcat 6.0.41 is primarily a bug fix release. The
notable changes include:
- Add support for using ecj-P20140317-1600.jar to use Java 8 syntax in
JSPs
- Update native library to 1.1.30
- Various im