Author: keith Date: Wed Jul 9 10:03:11 2008 New Revision: 19049 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19049
Log: Encoding the bounceback link Modified: trunk/mashup/java/modules/www/mashup.jsp Modified: trunk/mashup/java/modules/www/mashup.jsp URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/www/mashup.jsp?rev=19049&r1=19048&r2=19049&view=diff ============================================================================== --- trunk/mashup/java/modules/www/mashup.jsp (original) +++ trunk/mashup/java/modules/www/mashup.jsp Wed Jul 9 10:03:11 2008 @@ -663,7 +663,7 @@ <input type="text" name="commentText" size="70" id="Comment_commentText" maxlength="500" onkeydown="checkCommentEnter(event)"/> <input type="submit" id="Comment_submit" value="Post comment" onclick="addComment()"/> <% } else { %> - <a href="signin.jsp?bounceback=<%=thisPage%>">Sign in</a> to tag this service or to post a comment. + <a href="signin.jsp?bounceback=<%=URLEncoder.encode(thisPage, "UTF-8")%>">Sign in</a> to tag this service or to post a comment. <% } %> </div> _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
