costin      01/07/18 23:19:57

  Modified:    src/admin/test test.jsp
  Log:
  Removed the piece that needed trusted access, now it should work even
  with untrusted /admin.
  
  Revision  Changes    Path
  1.14      +0 -4      jakarta-tomcat/src/admin/test/test.jsp
  
  Index: test.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/test/test.jsp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- test.jsp  2001/02/10 00:55:36     1.13
  +++ test.jsp  2001/07/19 06:19:57     1.14
  @@ -8,7 +8,6 @@
              prefix="ant" %>
   
   This page will show the result of executing the sanity test suite. 
  -You can see the context log <a href="/test/context_log.txt">here</a>
   
   <%@ include file="sanity-form.jsp" %>
   
  @@ -19,9 +18,6 @@
   <% out.flush(); 
      if( request.getParameter("target") == null ) return;
   %>
  -<adm:admin ctxPath="/test" 
  -        action="setLogger" 
  -        value="webapps/test/context_log.txt" />
   
   <ant:gtest />
   
  
  
  

Reply via email to