yoavs       2004/10/22 10:36:32

  Modified:    webapps/admin banner.jsp
               webapps/docs changelog.xml
  Log:
  Removed hard-coded admin context path.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-tomcat-catalina/webapps/admin/banner.jsp
  
  Index: banner.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/banner.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- banner.jsp        23 Jan 2003 00:07:07 -0000      1.3
  +++ banner.jsp        22 Oct 2004 17:36:31 -0000      1.4
  @@ -20,7 +20,7 @@
         <td align="left" valign="middle">
           <div class="masthead-title-text" align="left"><img 
src="images/TomcatBanner.jpg" alt="Tomcat Web Server Administration Tool" 
height="120"></div>
         </td>
  -      <form method='post' action='/admin/commitChanges.do' target='_self'>
  +      <form method='post' action='<%=request.getContextPath()%>/commitChanges.do' 
target='_self'>
         <td align="right" valign="middle">
           <html:submit>
             <bean:message key="button.commit"/>
  @@ -30,7 +30,7 @@
         <td width="1%">
           <div class="table-normal-text" align="left">&nbsp </div>
         </td>
  -    <form method='post' action='/admin/logOut.do' target='_top'>
  +    <form method='post' action='<%=request.getContextPath()%>/logOut.do' 
target='_top'>
         <td align="right" valign="middle">
           <html:submit>
             <bean:message key="button.logout"/>
  
  
  
  1.149     +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.148
  retrieving revision 1.149
  diff -u -r1.148 -r1.149
  --- changelog.xml     22 Oct 2004 17:13:26 -0000      1.148
  +++ changelog.xml     22 Oct 2004 17:36:31 -0000      1.149
  @@ -72,6 +72,9 @@
         <fix>
           <bug>31707</bug>: Broken JavaScript confirmation in HTML manager. (yoavs)
         </fix>
  +      <fix>
  +        Remove hard-coded admin context path from admin's banner.jsp. (yoavs)
  +      </fix>
       </changelog>
     </subsection>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to