[java-centralized-discovery COMMIT] /branches/REL_1/src/main/webapp/wayf.jsp
noreply at shibboleth.net
noreply at shibboleth.net
Thu Aug 8 03:19:52 EDT 2013
Author: rdw
Date: Thu Aug 8 03:19:52 2013
New Revision: 2227
URL: http://svn.shibboleth.net/view/java-centralized-discovery?rev=2227&view=rev
Log:
SDSJ-115 Set the correct parameter name for returnIDParam.
Modified:
branches/REL_1/src/main/webapp/wayf.jsp
Modified: branches/REL_1/src/main/webapp/wayf.jsp
URL: http://svn.shibboleth.net/view/java-centralized-discovery/branches/REL_1/src/main/webapp/wayf.jsp?rev=2227&r1=2226&r2=2227&view=diff
==============================================================================
--- branches/REL_1/src/main/webapp/wayf.jsp (original)
+++ branches/REL_1/src/main/webapp/wayf.jsp Thu Aug 8 03:19:52 2013
@@ -195,7 +195,7 @@
<logic:iterate id="site" name="cookieList">
<p class="text">
<logic:present name="entityID" scope="request">
- <a tabindex="10" href="<esapi:encodeForHTMLAttribute><%=requestURL%></esapi:encodeForHTMLAttribute>?entityID=<esapi:encodeForURL><%=entityID%></esapi:encodeForURL>&return=<esapi:encodeForURL><%=returnX%></esapi:encodeForURL>&returnIDxParam=<esapi:encodeForURL><%=returnIDParam%></esapi:encodeForURL>&cache=perm&action=selection&origin=<esapi:encodeForURL><jsp:getProperty name="site" property="name" /></esapi:encodeForURL>">
+ <a tabindex="10" href="<esapi:encodeForHTMLAttribute><%=requestURL%></esapi:encodeForHTMLAttribute>?entityID=<esapi:encodeForURL><%=entityID%></esapi:encodeForURL>&return=<esapi:encodeForURL><%=returnX%></esapi:encodeForURL>&returnIDParam=<esapi:encodeForURL><%=returnIDParam%></esapi:encodeForURL>&cache=perm&action=selection&origin=<esapi:encodeForURL><jsp:getProperty name="site" property="name" /></esapi:encodeForURL>">
<esapi:encodeForHTML><jsp:getProperty name="site" property="displayName" /></esapi:encodeForHTML>
</a>
</logic:present>
More information about the commits
mailing list