[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/main/webapp/login.jsp src/main/webapp/nonresp-l...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 15 23:22:49 EST 2016
Author: putmanb
Date: Fri Jan 15 23:22:49 2016
New Revision: 3219
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3219&view=rev
Log:
SIDP-617: Prevent No-login-context errors due to duplicate logins
Modified:
branches/REL_2/doc/RELEASE-NOTES.txt
branches/REL_2/src/main/webapp/login.jsp
branches/REL_2/src/main/webapp/nonresp-login.jsp
Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3219&r1=3218&r2=3219&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Fri Jan 15 23:22:49 2016
@@ -3,6 +3,10 @@
Feature Highlights:
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInterestingFeatures
+
+Changes in Release 2.4.5
+=============================================
+[SIDP-617] - Prevent No-login-context errors due to duplicate logins
Changes in Release 2.4.4
=============================================
Modified: branches/REL_2/src/main/webapp/login.jsp
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/login.jsp?rev=3219&r1=3218&r2=3219&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/login.jsp (original)
+++ branches/REL_2/src/main/webapp/login.jsp Fri Jan 15 23:22:49 2016
@@ -44,7 +44,7 @@
</section>
<section>
- <button class="form-element form-button" type="submit">Login</button>
+ <button class="form-element form-button" type="submit" onClick="this.childNodes[0].nodeValue='Logging in, please wait...'">Login</button>
</section>
</form>
Modified: branches/REL_2/src/main/webapp/nonresp-login.jsp
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/webapp/nonresp-login.jsp?rev=3219&r1=3218&r2=3219&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/nonresp-login.jsp (original)
+++ branches/REL_2/src/main/webapp/nonresp-login.jsp Fri Jan 15 23:22:49 2016
@@ -27,7 +27,7 @@
<table>
<tr><td width="40%"><label for="username">Username:</label></td><td><input name="j_username" type="text" id="username" autocapitalize="off" /></td></tr>
<tr><td><label for="password">Password:</label></td><td><input name="j_password" type="password" id="password" /></td></tr>
- <tr><td></td><td><button type="submit" value="Login" >Continue</button></td></tr>
+ <tr><td></td><td><button type="submit" value="Login" onClick="this.childNodes[0].nodeValue='Logging in, please wait...'">Continue</button></td></tr>
</table></form>
</div>
</div>
More information about the commits
mailing list