Re: realm, access to Request object

2014-05-25 Thread Jan Vávra
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

Re: Tomcat 7 cannot get ciphers with SHA256 or SHA384

2014-05-25 Thread Sverre Moe
> 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

Re: Tomcat 7 cannot get ciphers with SHA256 or SHA384

2014-05-25 Thread Tim Whittington
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

[ANN] Apache Tomcat 7.0.54 released

2014-05-25 Thread Violeta Georgieva
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

[ANN] Apache Tomcat 6.0.41 released

2014-05-25 Thread Mark Thomas
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