Author: jfrederic.clere(a)jboss.com
Date: 2011-01-12 03:29:21 -0500 (Wed, 12 Jan 2011)
New Revision: 2718
Modified:
trunk/build/unix/buildbin.TC7.sh
Log:
typo...
Modified: trunk/build/unix/buildbin.TC7.sh
===================================================================
--- trunk/build/unix/buildbin.TC7.sh 2011-01-12 07:25:50 UTC (rev 2717)
+++ trunk/build/unix/buildbin.TC7.sh 2011-01-12 08:29:21 UTC (rev 2718)
@@ -81,7 +81,7 @@
JAVA_OPTS="$JAVA_OPTS -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=true
-Dorg.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false
-Dsun.security.ssl.allowUnsafeRenegotiation=true"
export JAVA_OPTS
EOF
-sed "/org.apache.jasper.servlet.JspServlet/r $HOME/tcks/conf/conf/web.xml.jsp"
$native_sources/output/build/conf/web.xml > $$.xml
+sed "/org.apache.jasper.servlet.JspServlet/r $HOME/tcks/conf/web.xml.jsp"
$native_sources/output/build/conf/web.xml > $$.xml
mv $$.xml $native_sources/output/build/conf/web.xml
(cd $native_sources/output/build; bin/startup.sh)
Show replies by date