[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/main/webapp/login.jsp

noreply at shibboleth.net noreply at shibboleth.net
Tue Sep 6 17:18:40 BST 2011


Author: rdw
Date: Tue Sep  6 17:18:39 2011
New Revision: 3066

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3066&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SIDP-516 Example login.jsp / Usage of label tag

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/src/main/webapp/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=3066&r1=3065&r2=3066&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Tue Sep  6 17:18:39 2011
@@ -1,5 +1,6 @@
 Changes in Release 2.3.4
 =============================================
+[SIDP-516] Example login.jsp / Usage of label tag
 [SIDP-513] idpui taglib could look for more languages matches
 [SIDP-514] Alt text for IdP Logos is not esapiEncoder.encodeForHTMLAttribute
 

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=3066&r1=3065&r2=3066&view=diff
==============================================================================
--- branches/REL_2/src/main/webapp/login.jsp (original)
+++ branches/REL_2/src/main/webapp/login.jsp Tue Sep  6 17:18:39 2011
@@ -25,8 +25,8 @@
              <form action="j_security_check" method="post">
            <% } %>
            <table>
-             <tr><td width="40%"><label for="username">Username:</label></td><td><input name="j_username" type="text" /></td></tr>
-             <tr><td><label for="password">Password:</label></td><td><input name="j_password" type="password" /></td></tr>
+             <tr><td width="40%"><label for="username">Username:</label></td><td><input name="j_username" type="text" id="username" /></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>
            </table></form>
          </div>



More information about the commits mailing list