Author: tyrell
Date: Mon Jan 28 08:06:38 2008
New Revision: 13084
Log:
Adding a required parameter while redirecting.
Modified:
trunk/mashup/java/modules/www/header.jsp
Modified: trunk/mashup/java/modules/www/header.jsp
==============================================================================
--- trunk/mashup/java/modules/www/header.jsp (original)
+++ trunk/mashup/java/modules/www/header.jsp Mon Jan 28 08:06:38 2008
@@ -22,7 +22,7 @@
var thisPage = '<%=thisPage%>';
if((thisPage=='signin.jsp') || (thisPage=='register_self.jsp')){
- redirectToHttps("<%=thisPage%>");
+ redirectToHttps("<%=thisPage%>?firstcall=true");
}
if(isUserLoggedIn){
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev