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
-Dorg.apach
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
tomcat/trunk/java/org/apach
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
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
> -
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 ---
--
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, wh