Otherwise it will fail with java 1.6.0_18 +.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 May 2010 12:10:32 +0000 (12:10 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 19 May 2010 12:10:32 +0000 (12:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@946143 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index c188c5e..b30a8bf 100644 (file)
--- a/build.xml
+++ b/build.xml
     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}" />