Tomcat 6 and Tomcat 7 enables different TLS protocols by default

2013-03-08 Thread Ognjen Blagojevic
Hi, As previously discussed on user list [1], HTTPS JSSE Connectors (both BIO and NIO) have different behavior in Tomcat 6 and in Tomcat 7, in terms of enabled TLS/SSL protocols. (I repeat the parts from that thread here.) Tomcat 6 will by default enable SSLv3, TLSv1, TLSv1.1 and TLSv1.2,

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-08 Thread Rainer Jung
I see a consistent test failure for all connectors: Testcase: testBug54602b took 0.002 sec Testcase: testBug54602c took 0 sec Testsuite: org.apache.tomcat.util.buf.TestB2CConverter Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0.695 sec - Standard Output ---

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-08 Thread Mark Thomas
On 08/03/2013 12:47, Rainer Jung wrote: I see a consistent test failure for all connectors: Testcase: testBug54602b took 0.002 sec Testcase: testBug54602c took 0 sec Testsuite: org.apache.tomcat.util.buf.TestB2CConverter Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0.695 sec

Re: [VOTE] Release Apache Tomcat 7.0.38

2013-03-08 Thread Rainer Jung
On 08.03.2013 13:53, Mark Thomas wrote: On 08/03/2013 12:47, Rainer Jung wrote: I see a consistent test failure for all connectors: ... The only charset with a to big leftover size is sun.nio.cs.ext.COMPOUND_TEXT (value 27.0). The failure only occurs for Java 6, not for Java 7 an 8. I used

svn commit: r1454400 - in /tomcat/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ res/checkstyle/

2013-03-08 Thread markt
Author: markt Date: Fri Mar 8 14:24:19 2013 New Revision: 1454400 URL: http://svn.apache.org/r1454400 Log: More plumbing for Decoders. Still more work to do to get this working end to end. Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsSession.java

Tomcat7 EL error (proprietaryEvaluate)

2013-03-08 Thread Praveen Boppana
Hi, I'm very new to tomcat7 environment, we are migrating from oc4j to tomcat7. We have an issue with EL in jsp pages throwing error The method proprietaryEvaluate(String, Class, PageContext, null, boolean) is undefined for the type PageContextImpl. Tried setting the system property