You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2004/03/04 20:07:15 UTC

cvs commit: jakarta-tomcat-4.0/webapps/admin login.jsp

amyroh      2004/03/04 11:07:15

  Modified:    webapps/admin login.jsp
  Log:
  Fix bugzilla 22268 - Admin truncates user password in 32 characters.
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-tomcat-4.0/webapps/admin/login.jsp
  
  Index: login.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/login.jsp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- login.jsp	15 Jan 2003 22:25:17 -0000	1.7
  +++ login.jsp	4 Mar 2004 19:07:15 -0000	1.8
  @@ -51,7 +51,7 @@
           <font color="#FFFFFF"><label for="username"><bean:message key="prompt.username"/></label></font>
         </th>
         <td align="left">
  -        <input type="text" name="j_username" size="16" maxlength="16" id="username"/>
  +        <input type="text" name="j_username" size="16" id="username"/>
         </td>
       </tr>
       <p>
  @@ -60,7 +60,7 @@
           <font color="#FFFFFF"><label for="password"><bean:message key="prompt.password"/></label></font>
         </th>
         <td align="left">
  -        <input type="password" name="j_password" size="16" maxlength="16" id="password"/>
  +        <input type="password" name="j_password" size="16" id="password"/>
         </td>
       </tr>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org