cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF web.xml

2004-11-22 Thread yoavs
yoavs   2004/11/22 08:32:59

  Modified:webapps/admin/WEB-INF Tag: TOMCAT_5_0 web.xml
  Log:
  Enable this filter by default for Bugzilla 29091.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.8.2.2   +1 -5  jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- web.xml   25 Oct 2004 18:50:41 -  1.8.2.1
  +++ web.xml   22 Nov 2004 16:32:59 -  1.8.2.2
  @@ -29,26 +29,22 @@
  Uncomment this filter definition and the mapping to use
  the filter to decode post and get parameters -->
   
  -  
   
 
   
  -  
   
 
 
  
  
  

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



cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF web.xml

2004-11-22 Thread yoavs
yoavs   2004/11/22 08:30:15

  Modified:webapps/admin/WEB-INF web.xml
  Log:
  Enable this filter by default to help with Bugzilla 29091.
  
  Revision  ChangesPath
  1.13  +0 -4  jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- web.xml   25 Oct 2004 19:00:22 -  1.12
  +++ web.xml   22 Nov 2004 16:30:14 -  1.13
  @@ -13,7 +13,6 @@
  Uncomment this filter definition and the mapping to use
  the filter to decode post and get parameters -->
   
  -  
   
 
   
  -  
   
 
 
  
  
  

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



cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF web.xml

2004-08-16 Thread remm
remm2004/08/16 16:31:26

  Modified:webapps/admin login.jsp build.xml
   webapps/admin/WEB-INF web.xml
  Log:
  - Implement Costin's trick to avoid having to load-on-startup the admin webapp.
  
  Revision  ChangesPath
  1.5   +4 -0  jakarta-tomcat-catalina/webapps/admin/login.jsp
  
  Index: login.jsp
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/login.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- login.jsp 27 Aug 2003 23:32:30 -  1.4
  +++ login.jsp 16 Aug 2004 23:31:25 -  1.5
  @@ -5,6 +5,10 @@
   <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
   <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
   
  +<% // Force the initialization of "action" servlet
  +   getServletContext().getNamedDispatcher("action").include(request,response);
  +%> 
  +
   
   
   
  
  
  
  1.13  +2 -1  jakarta-tomcat-catalina/webapps/admin/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 10 Aug 2004 22:42:37 -  1.12
  +++ build.xml 16 Aug 2004 23:31:25 -  1.13
  @@ -186,7 +186,8 @@
 
 
   
  -
  +
   
   
 
  
  
  
  1.11  +0 -2  jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- web.xml   23 Jul 2004 14:02:17 -  1.10
  +++ web.xml   16 Aug 2004 23:31:26 -  1.11
  @@ -99,8 +99,6 @@
 domain
 Catalina
   
  -
  -2
 
   
 
  
  
  

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



cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF web.xml

2003-08-14 Thread remm
remm2003/08/12 12:41:11

  Modified:webapps/admin/WEB-INF web.xml
  Log:
  - Remove useless "insert here" marker.
  
  Revision  ChangesPath
  1.8   +0 -2  jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- web.xml   18 Mar 2003 10:48:14 -  1.7
  +++ web.xml   12 Aug 2003 19:41:11 -  1.8
  @@ -95,8 +95,6 @@
   2
 
   
  -   
  -
 
 
   action
  
  
  

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



cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF web.xml

2003-01-21 Thread costin
costin  2003/01/21 15:25:29

  Modified:webapps/admin/WEB-INF web.xml
  Log:
  Add a small XML comment - it'll be replaced with the generated web.xml
  fragment.
  
  Revision  ChangesPath
  1.6   +2 -0  jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- web.xml   20 Nov 2002 00:14:07 -  1.5
  +++ web.xml   21 Jan 2003 23:25:28 -  1.6
  @@ -90,6 +90,8 @@
   2
 
   
  +   
  +
 
 
   action
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF web.xml

2002-11-19 Thread costin
costin  2002/11/19 16:14:07

  Modified:webapps/admin/WEB-INF web.xml
  Log:
  Another small change ( I hope I won't be killed ! ) - disable the
  validation for struts .dtds ( also to reduce time ).
  
  Revision  ChangesPath
  1.5   +1 -1  jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- web.xml   19 Aug 2002 22:40:51 -  1.4
  +++ web.xml   20 Nov 2002 00:14:07 -  1.5
  @@ -70,7 +70,7 @@
   
   
 validate
  -  true
  +  false
   
   
   

cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF web.xml

2002-08-19 Thread amyroh

amyroh  2002/08/19 15:40:51

  Modified:webapps/admin/WEB-INF web.xml
  Log:
  Revert back to old Servlet 2.3 schema.  Newly introduced Expression Language
  feature in JSP 2.0 is not compatible with admin webapp internal tree building code.
  
  Revision  ChangesPath
  1.4   +20 -16jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml
  
  Index: web.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml   14 Aug 2002 19:37:14 -  1.3
  +++ web.xml   19 Aug 2002 22:40:51 -  1.4
  @@ -1,11 +1,15 @@
   
   
  -http://java.sun.com/xml/ns/j2ee"; version="2.4">
  +http://java.sun.com/dtd/web-app_2_3.dtd";>
   
  +
  +
  +  Tomcat Administration Application
 
   Tomcat HTML based administration web application.
 
  -  Tomcat Administration Application
   
 
  -  
  -
  -  /WEB-INF/struts-bean.tld
  -  /WEB-INF/struts-bean.tld
  -
  -
  -  /WEB-INF/struts-html.tld
  -  /WEB-INF/struts-html.tld
  -
  -
  -  /WEB-INF/struts-logic.tld
  -  /WEB-INF/struts-logic.tld
  -
  -  
  +  
  +/WEB-INF/struts-bean.tld
  +/WEB-INF/struts-bean.tld
  +  
  +
  +  
  +/WEB-INF/struts-html.tld
  +/WEB-INF/struts-html.tld
  +  
  +
  +  
  +/WEB-INF/struts-logic.tld
  +/WEB-INF/struts-logic.tld
  +  
   
 
 
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: