You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2010/05/19 14:10:32 UTC

svn commit: r946143 - /tomcat/trunk/build.xml

Author: jfclere
Date: Wed May 19 12:10:32 2010
New Revision: 946143

URL: http://svn.apache.org/viewvc?rev=946143&view=rev
Log:
Otherwise it will fail with java 1.6.0_18 +.

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=946143&r1=946142&r2=946143&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed May 19 12:10:32 2010
@@ -910,6 +910,9 @@
     depends="test-compile,deploy" >
 
     <junit printsummary="yes" fork="yes" dir="." showoutput="yes">
+
+      <jvmarg value="-Dsun.security.ssl.allowUnsafeRenegotiation=true" />
+
       <classpath refid="tomcat.test.classpath" />
 
       <sysproperty key="tomcat.test.temp" value="${test.temp}" />



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org