You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/08/04 01:23:45 UTC

svn commit: r800622 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/wait.jsp

Author: ctan
Date: Mon Aug  3 23:23:44 2009
New Revision: 800622

URL: http://svn.apache.org/viewvc?rev=800622&view=rev
Log:
[CONTINUUM-2240] do not include parameters because passwords are showing in the url field and in the request.log while adding projects
merge -r 800619:800620 of 1.3.x branch

Modified:
    continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/wait.jsp

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/wait.jsp
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/wait.jsp?rev=800622&r1=800621&r2=800622&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/wait.jsp (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/navigations/wait.jsp Mon Aug  3 23:23:44 2009
@@ -22,11 +22,11 @@
 <html>
   <s:i18n name="localization.Continuum">
     <head>
-				<META HTTP-EQUIV="refresh" CONTENT="2;url=<s:url includeParams="all"/>"/>
+				<META HTTP-EQUIV="refresh" CONTENT="2;url=<s:url includeParams="false"/>"/>
     </head>
     <body>
 			<img src="images/wait.gif">
 			<b><s:text name="wait.addprocessing.processing"/></b>
 		</body>
 	</s:i18n>
-</html>
\ No newline at end of file
+</html>