You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/08/14 15:43:28 UTC

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

remm        2002/08/14 06:43:28

  Modified:    webapps/admin/host host.jsp
  Log:
  - Fix bug 11415.
  - Max length for host name is now 255.
  
  Revision  Changes    Path
  1.18      +1 -1      jakarta-tomcat-4.0/webapps/admin/host/host.jsp
  
  Index: host.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/host/host.jsp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- host.jsp	24 Jul 2002 00:03:23 -0000	1.17
  +++ host.jsp	14 Aug 2002 13:43:28 -0000	1.18
  @@ -140,7 +140,7 @@
               <controls:data>
               <%-- input only allowed on create transaction --%>
                <logic:equal name="hostForm" property="adminAction" value="Create">
  -              <html:text property="hostName" size="24" maxlength="24"/>
  +              <html:text property="hostName" size="24" maxlength="255"/>
                </logic:equal>
                <logic:equal name="hostForm" property="adminAction" value="Edit">
                 <bean:write name="hostForm" property="hostName"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>