You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2003/04/17 09:39:43 UTC

cvs commit: jakarta-tomcat/src/admin/contextAdmin ctxDetail.jsp

billbarker    2003/04/17 00:39:42

  Modified:    src/admin/contextAdmin ctxDetail.jsp
  Log:
  Fix Typos in adding vhost support.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-tomcat/src/admin/contextAdmin/ctxDetail.jsp
  
  Index: ctxDetail.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/contextAdmin/ctxDetail.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ctxDetail.jsp	4 Apr 2003 06:33:20 -0000	1.4
  +++ ctxDetail.jsp	17 Apr 2003 07:39:42 -0000	1.5
  @@ -18,8 +18,8 @@
   <% } else { %>
   
     <a href="sessionState.jsp?ctx=<%= request.getParameter( "ctx" ) %>&host=<%=
  -           request.getParmeter("host") == null ? "" : 
  -	     request.getParameter("host")">Session info</a>
  +           request.getParameter("host") == null ? "" : 
  +	     request.getParameter("host") %>Session info</a>
     <table border="0" cellpad="2" >
     <tr bgcolor="#e1e1e1">
   
  
  
  

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