svn commit: r307285 - in /tomcat/container/branches/tc4.1.x: build.properties.default build.xml

2005-10-08 Thread markt
Author: markt
Date: Sat Oct  8 04:14:26 2005
New Revision: 307285

URL: http://svn.apache.org/viewcvs?rev=307285view=rev
Log:
Change names (Jakarta-Apache) and use new directory names

Modified:
tomcat/container/branches/tc4.1.x/build.properties.default
tomcat/container/branches/tc4.1.x/build.xml

Modified: tomcat/container/branches/tc4.1.x/build.properties.default
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.properties.default?rev=307285r1=307284r2=307285view=diff
==
--- tomcat/container/branches/tc4.1.x/build.properties.default (original)
+++ tomcat/container/branches/tc4.1.x/build.properties.default Sat Oct  8 
04:14:26 2005
@@ -119,7 +119,7 @@
 
 
 # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
-servlet.home=${base.path}/jakarta-servletapi-4/dist
+servlet.home=${basedir}/../servletapi/dist
 servlet.lib=${servlet.home}/lib
 servlet.jar=${servlet.lib}/servlet.jar
 servlet.loc=jakarta-servletapi-4

Modified: tomcat/container/branches/tc4.1.x/build.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.xml?rev=307285r1=307284r2=307285view=diff
==
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Sat Oct  8 04:14:26 2005
@@ -11,12 +11,12 @@
 
   !-- Project Properties --
   property name=name  value=Apache Tomcat /
-  property name=year  value=2001 /
+  property name=year  value=2005 /
   property name=version   value=4.1 /
-  property name=project   value=jakarta-tomcat /
+  property name=project   value=apache-tomcat /
   property name=final.namevalue=${project}-${version} /
   property name=final-src.namevalue=${project}-${version}-src /
-  property name=jtc.project   value=jakarta-tomcat-connectors /
+  property name=jtc.project   value=apache-tomcat-connectors /
   property name=jtc.final.namevalue=${jtc.project}-${version} /
   property name=jtc.final-src.namevalue=${jtc.project}-${version}-src 
/
   property name=servlet.doc   value=${servlet.home}/docs/api /
@@ -26,7 +26,7 @@
   property name=jasper.build value=${basedir}/jasper/build/
   property name=javaservice.home value=../javaservice/
   property name=nsis.homevalue=c:\program files\nsis/
-  property name=servlet.home value=../jakarta-servletapi-4/dist/
+  property name=servlet.home value=${basedir}/../servletapi/dist/
   property name=tomcat.build value=${basedir}/build/
   property name=tomcat.dist  value=${basedir}/dist/
   property name=webapps.buildvalue=${basedir}/webapps/build/
@@ -34,10 +34,8 @@
 
 
   !-- Source dependencies --
-  property name=jasper.home
-   value=${basedir}/../jakarta-tomcat-jasper/jasper2/
-  property name=jtc.home
-   value=${basedir}/../jakarta-tomcat-connectors/
+  property name=jasper.home  value=${basedir}/../jasper/jasper2/
+  property name=jtc.home value=${basedir}/../connectors/
 
 
   !-- === DETECT: Display configuration == --



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



svn commit: r307303 - /tomcat/container/branches/tc4.1.x/build.properties.default

2005-10-08 Thread markt
Author: markt
Date: Sat Oct  8 08:35:05 2005
New Revision: 307303

URL: http://svn.apache.org/viewcvs?rev=307303view=rev
Log:
Update default libraries

Modified:
tomcat/container/branches/tc4.1.x/build.properties.default

Modified: tomcat/container/branches/tc4.1.x/build.properties.default
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.properties.default?rev=307303r1=307302r2=307303view=diff
==
--- tomcat/container/branches/tc4.1.x/build.properties.default (original)
+++ tomcat/container/branches/tc4.1.x/build.properties.default Sat Oct  8 
08:35:05 2005
@@ -60,27 +60,27 @@
 
 
 # - Commons Beanutils, version 1.1 or later -
-commons-beanutils.home=${base.path}/commons-beanutils-1.6.1
+commons-beanutils.home=${base.path}/commons-beanutils-1.7.0
 commons-beanutils.lib=${commons-beanutils.home}
 commons-beanutils.jar=${commons-beanutils.lib}/commons-beanutils.jar
-commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.6.1.tar.gz
+commons-beanutils.loc=${base-jakarta.loc}/commons/beanutils/binaries/commons-beanutils-1.7.0.tar.gz
 
 
 # - Commons Collections, version 1.0 or later -
-commons-collections.home=${base.path}/commons-collections-2.1
+commons-collections.home=${base.path}/commons-collections-3.1
 commons-collections.lib=${commons-collections.home}
-commons-collections.jar=${commons-collections.lib}/commons-collections.jar
-commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-2.1.tar.gz
+commons-collections.jar=${commons-collections.lib}/commons-collections-3.1.jar
+commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-3.1.tar.gz
 
 
 # - Commons Digester, version 1.1.1 or later -
-commons-digester.home=${base.path}/commons-digester-1.5
+commons-digester.home=${base.path}/commons-digester-1.7
 commons-digester.lib=${commons-digester.home}
-commons-digester.jar=${commons-digester.lib}/commons-digester.jar
-commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.5.tar.gz
+commons-digester.jar=${commons-digester.lib}/commons-digester-1.7.jar
+commons-digester.loc=${base-jakarta.loc}/commons/digester/binaries/commons-digester-1.7.tar.gz
 
 
-# - Commons FileUpload, nightly build -
+# - Commons FileUpload, version 1.0 or later -
 commons-fileupload.home=${base.path}/commons-fileupload-1.0
 commons-fileupload.lib=${commons-fileupload.home}
 commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar
@@ -88,11 +88,11 @@
 
 
 # - Commons Logging, version 1.0.1 or later -
-commons-logging.home=${base.path}/commons-logging-1.0.3
+commons-logging.home=${base.path}/commons-logging-1.0.4
 commons-logging.lib=${commons-logging.home}
 commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
 commons-logging.jar=${commons-logging.lib}/commons-logging.jar
-commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.3.tar.gz
+commons-logging.loc=${base-jakarta.loc}/commons/logging/binaries/commons-logging-1.0.4.tar.gz
 
 
 # - Java Naming and Directory Interface (JNDI), version 1.2 or later -
@@ -112,10 +112,10 @@
 
 
 # - Jakarta Regular Expressions Library, version 1.2 -
-regexp.home=${base.path}/jakarta-regexp-1.3
+regexp.home=${base.path}/jakarta-regexp-1.4
 regexp.lib=${regexp.home}
-regexp.jar=${regexp.lib}/jakarta-regexp-1.3.jar
-regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.3.tar.gz
+regexp.jar=${regexp.lib}/jakarta-regexp-1.4.jar
+regexp.loc=${base-jakarta.loc}/regexp/binaries/jakarta-regexp-1.4.tar.gz
 
 
 # - Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -
@@ -134,9 +134,9 @@
 
 # - Xerces XML Parser, version 2.0.0 or later -
 # Note: Optional with JDK 1.4+, or if Xerces 1.x is present
-xerces.home=${base.path}/xerces-2_5_0
+xerces.home=${base.path}/xerces-2_7_1
 xerces.lib=${xerces.home}
-xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
+xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.7.1.tar.gz
 xercesImpl.jar=${xerces.lib}/xercesImpl.jar
 xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
 
@@ -153,25 +153,25 @@
 
 
 # - Commons Daemon, version 1.0 or later -
-commons-daemon.home=${base.path}/commons-daemon-1.0
+commons-daemon.home=${base.path}/commons-daemon-1.0.1
 commons-daemon.lib=${commons-daemon.home}
 commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
-#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0.tar.gz
-commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0.tar.gz
+#commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/daemon-1.0.1.tar.gz
+commons-daemon.loc=http://www.apache.org/dist/jakarta/commons/daemon/binaries/commons-daemon-1.0.1.tar.gz
 
 
 # - Commons DBCP, version

svn commit: r306829 - in /tomcat/build/tags/other: tc5.5.x/ tc5.x/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 11:31:13 2005
New Revision: 306829

URL: http://svn.apache.org/viewcvs?rev=306829view=rev
Log:
These tags came from 5.0.x and 5.5.x therfore name directory accordingly.

Added:
tomcat/build/tags/other/tc5.x/
  - copied from r306828, tomcat/build/tags/other/tc5.5.x/
Removed:
tomcat/build/tags/other/tc5.5.x/


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



svn commit: r306944 - /tomcat/current/tc5.5.x/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 15:30:08 2005
New Revision: 306944

URL: http://svn.apache.org/viewcvs?rev=306944view=rev
Log:
Add shortcut for checking out latest source for each major version

Added:
tomcat/current/tc5.5.x/


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



svn commit: r306943 - /tomcat/current/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 15:30:03 2005
New Revision: 306943

URL: http://svn.apache.org/viewcvs?rev=306943view=rev
Log:
Add shortcut for checking out latest source for each major version

Added:
tomcat/current/


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



svn commit: r306947 - /tomcat/current/tc5.5.x/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 15:45:49 2005
New Revision: 306947

URL: http://svn.apache.org/viewcvs?rev=306947view=rev
Log:
First attempt at creating external links for tc5.5.x

Modified:
tomcat/current/tc5.5.x/   (props changed)

Propchange: tomcat/current/tc5.5.x/
--
--- svn:externals (added)
+++ svn:externals Thu Oct  6 15:45:49 2005
@@ -0,0 +1,5 @@
+build https://svn.apache.org/repos/asf/tomcat/build/tc5.5.x
+container https://svn.apache.org/repos/asf/tomcat/container/tc5.5.x
+connectors https://svn.apache.org/repos/asf/tomcat/connectors/trunk
+jasper https://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x
+servletapi 
https://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x



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



svn commit: r306948 - in /tomcat/jasper: 5.5.x/ trunk/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 15:49:18 2005
New Revision: 306948

URL: http://svn.apache.org/viewcvs?rev=306948view=rev
Log:
Make names consistent

Added:
tomcat/jasper/5.5.x/
  - copied from r306947, tomcat/jasper/trunk/
Removed:
tomcat/jasper/trunk/


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



svn commit: r306949 - in /tomcat/jasper: 5.5.x/ tc5.5.x/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 15:50:06 2005
New Revision: 306949

URL: http://svn.apache.org/viewcvs?rev=306949view=rev
Log:
Make names consistent

Added:
tomcat/jasper/tc5.5.x/
  - copied from r306948, tomcat/jasper/5.5.x/
Removed:
tomcat/jasper/5.5.x/


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



svn commit: r306951 - /tomcat/current/tc4.1.x/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 15:56:03 2005
New Revision: 306951

URL: http://svn.apache.org/viewcvs?rev=306951view=rev
Log:
Add shortcuts

Added:
tomcat/current/tc4.1.x/


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



svn commit: r306952 - /tomcat/current/tc3.3.x/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 15:56:06 2005
New Revision: 306952

URL: http://svn.apache.org/viewcvs?rev=306952view=rev
Log:
Add shortcuts

Added:
tomcat/current/tc3.3.x/


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



svn commit: r306953 - in /tomcat/current: tc3.3.x/ tc4.1.x/

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 16:04:04 2005
New Revision: 306953

URL: http://svn.apache.org/viewcvs?rev=306953view=rev
Log:
Added shortcuts for Tc4.1.x and Tc3.3.x. Note that 3.3.x includes the latest 
version of the connectors.

Modified:
tomcat/current/tc3.3.x/   (props changed)
tomcat/current/tc4.1.x/   (props changed)

Propchange: tomcat/current/tc3.3.x/
--
--- svn:externals (added)
+++ svn:externals Thu Oct  6 16:04:04 2005
@@ -0,0 +1,3 @@
+container https://svn.apache.org/repos/asf/tomcat/container/branches/tc3.3.x
+connectors https://svn.apache.org/repos/asf/tomcat/connectors/trunk
+servletapi 
https://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x

Propchange: tomcat/current/tc4.1.x/
--
--- svn:externals (added)
+++ svn:externals Thu Oct  6 16:04:04 2005
@@ -0,0 +1,4 @@
+container https://svn.apache.org/repos/asf/tomcat/container/branches/tc4.1.x
+connectors https://svn.apache.org/repos/asf/tomcat/connectors/trunk
+jasper https://svn.apache.org/repos/asf/tomcat/jasper/branches/tc4.1.x
+servletapi 
https://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x



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



svn commit: r306962 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

2005-10-06 Thread markt
Author: markt
Date: Thu Oct  6 16:44:44 2005
New Revision: 306962

URL: http://svn.apache.org/viewcvs?rev=306962view=rev
Log:
Add new convenience directories to subversion page.

Modified:
tomcat/site/trunk/docs/svn.html
tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/svn.html
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/svn.html?rev=306962r1=306961r2=306962view=diff
==
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Thu Oct  6 16:44:44 2005
@@ -227,6 +227,14 @@
   /tr
   tr
 td
+a href=http://svn.apache.org/repos/asf/tomcat/current;
+code/current//code
+/a
+/td
+tdSingle directory checkouts for each major version/td
+  /tr
+  tr
+td
 a href=http://svn.apache.org/repos/asf/tomcat/connectors;
 code/connectors//code
 /a
@@ -267,6 +275,65 @@
   /tr
 /table
 
+/blockquote
+/p
+/td
+/tr
+tr
+td
+br /
+/td
+/tr
+/table
+table width=100% cellpadding=2 cellspacing=0 border=0
+tr
+td bgcolor=#525D76
+font face=arial,helvetica,sanserif color=#ff
+a name=Convenience directories
+strongConvenience directories/strong
+/a
+/font
+/td
+/tr
+tr
+td
+p
+blockquote
+pTo simplify checkouts of the latest sources for each major version of Apache
+Tomcat, a Subversion feature called externals has been used. This groups all 
+the modules for a major Apache Tomcat release as sub-directories of a single
+directory and enables them to be checked out in a single command. The modules
+included for each version are listed in the section below./p
+
+pThere are some caveats to remember. Since all the subdirectories are still
+really different slices from the repository, relative paths won't always work
+as expected, for example. See the
+a href=http://svnbook.red-bean.com/en/1.1/ch07s04.html;Externals
+Definitions/a section of the a href=http://svnbook.red-bean.com/;
+Subversion Book/a for details./p
+
+pThe URLs to use to checkout each version are:/p
+table
+  tr
+thApache Tomcat Version/th
+thURL/th
+  /tr
+  tr
+td5.5.x/td
+tdhttp://svn.apache.org/repos/asf/tomcat/current/tc5.5.x/td
+  /tr
+  tr
+td4.1.x/td
+tdhttp://svn.apache.org/repos/asf/tomcat/current/tc4.1.x/td
+  /tr
+  tr
+td3.3.x/td
+tdhttp://svn.apache.org/repos/asf/tomcat/current/tc3.3.x/td
+  /tr
+/table
+
+pNote that if you view these directories in your browser they will
+appear to be empty./p
 /blockquote
 /p
 /td

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/xdocs/svn.xml?rev=306962r1=306961r2=306962view=diff
==
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Thu Oct  6 16:44:44 2005
@@ -48,6 +48,11 @@
 tdThe core Tomcat code/td
   /tr
   tr
+tda href=http://svn.apache.org/repos/asf/tomcat/current;
+code/current//code/a/td
+tdSingle directory checkouts for each major version/td
+  /tr
+  tr
 tda href=http://svn.apache.org/repos/asf/tomcat/connectors;
 code/connectors//code/a/td
 tdThe HTTP and AJP implementation code/td
@@ -76,6 +81,42 @@
 
 /section
 
+section name=Convenience directories
+pTo simplify checkouts of the latest sources for each major version of Apache
+Tomcat, a Subversion feature called externals has been used. This groups all 
+the modules for a major Apache Tomcat release as sub-directories of a single
+directory and enables them to be checked out in a single command. The modules
+included for each version are listed in the section below./p
+
+pThere are some caveats to remember. Since all the subdirectories are still
+really different slices from the repository, relative paths won't always work
+as expected, for example. See the
+a href=http://svnbook.red-bean.com/en/1.1/ch07s04.html;Externals
+Definitions/a section of the a href=http://svnbook.red-bean.com/;
+Subversion Book/a for details./p
+
+pThe URLs to use to checkout each version are:/p
+table
+  tr
+thApache Tomcat Version/ththURL/th
+  /tr
+  tr
+td5.5.x/td
+tdhttp://svn.apache.org/repos/asf/tomcat/current/tc5.5.x/td
+  /tr
+  tr
+td4.1.x/td
+tdhttp://svn.apache.org/repos/asf/tomcat/current/tc4.1.x/td
+  /tr
+  tr
+td3.3.x/td
+tdhttp://svn.apache.org/repos/asf/tomcat/current/tc3.3.x/td
+  /tr
+/table
+
+pNote that if you view these directories in your browser they will
+appear to be empty./p
+/section
 
 section name=Sources by major version
 pTomcat 5.5.x is built from the following modules under



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



svn commit: r293091 - in /tomcat/site/trunk: docs/bugreport.html xdocs/bugreport.xml

2005-10-02 Thread markt
Author: markt
Date: Sun Oct  2 04:41:52 2005
New Revision: 293091

URL: http://svn.apache.org/viewcvs?rev=293091view=rev
Log:
Update bug reporting to use new address for security issues.

Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/xdocs/bugreport.xml

Modified: tomcat/site/trunk/docs/bugreport.html
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/bugreport.html?rev=293091r1=293090r2=293091view=diff
==
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Sun Oct  2 04:41:52 2005
@@ -447,7 +447,8 @@
 pSecurity-related bugs are of special concern.  If you have a verified 
 security bug to report please do not post it
 to email lists or submit a bug report.  Security bugs should be reported
-privately by email to a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a.
+privately by email to a href=mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]/a.
 /p
 /blockquote
 /td

Modified: tomcat/site/trunk/xdocs/bugreport.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/xdocs/bugreport.xml?rev=293091r1=293090r2=293091view=diff
==
--- tomcat/site/trunk/xdocs/bugreport.xml (original)
+++ tomcat/site/trunk/xdocs/bugreport.xml Sun Oct  2 04:41:52 2005
@@ -151,7 +151,8 @@
 pSecurity-related bugs are of special concern.  If you have a verified 
 security bug to report please do not post it
 to email lists or submit a bug report.  Security bugs should be reported
-privately by email to a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a.
+privately by email to a href=mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED]/a.
 /p
 /subsection
 



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



svn commit: r291745 - /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml

2005-09-26 Thread markt
Author: markt
Date: Mon Sep 26 13:53:46 2005
New Revision: 291745

URL: http://svn.apache.org/viewcvs?rev=291745view=rev
Log:
Document missing alternateURL attribute

Modified:
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml

Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml?rev=291745r1=291744r2=291745view=diff
==
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml 
(original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml Mon 
Sep 26 13:53:46 2005
@@ -265,6 +265,12 @@
 information from the directory:/p
 
 attributes
+   attribute name=alternateURL required=false
+ pIf a socket connection can not be made to the provider at
+ the codeconnectionURL/code an attempt will be made to use the
+ codealternateURL/code./p
+   /attribute
+
attribute name=authentication required=false
  pA string specifying the type of authentication to use.
  none, simple, strong or a provider specific definition



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



cvs commit: jakarta-tomcat-catalina/webapps/docs/config realm.xml

2005-09-26 Thread markt
markt   2005/09/26 13:54:10

  Modified:webapps/docs/config realm.xml
  Log:
  Document missing alternateURL attribute
  
  Revision  ChangesPath
  1.8   +6 -0  jakarta-tomcat-catalina/webapps/docs/config/realm.xml
  
  Index: realm.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/realm.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- realm.xml 27 Oct 2004 16:38:42 -  1.7
  +++ realm.xml 26 Sep 2005 20:54:10 -  1.8
  @@ -272,6 +272,12 @@
   information from the directory:/p
   
   attributes
  +   attribute name=alternateURL required=false
  + pIf a socket connection can not be made to the provider at
  + the codeconnectionURL/code an attempt will be made to use the
  + codealternateURL/code./p
  +   /attribute
  +
  attribute name=authentication required=false
pA string specifying the type of authentication to use.
none, simple, strong or a provider specific definition
  
  
  

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



svn commit: r291334 - /tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt

2005-09-24 Thread markt
Author: markt
Date: Sat Sep 24 13:42:33 2005
New Revision: 291334

URL: http://svn.apache.org/viewcvs?rev=291334view=rev
Log:
Update release note with changes since 4.1.31

Modified:
tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt

Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt?rev=291334r1=291333r2=291334view=diff
==
--- tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt (original)
+++ tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Sat Sep 24 13:42:33 
2005
@@ -85,6 +85,9 @@
 [4.1.31] JTA
  Upgrade to 1.0.1b
 
+[4.1.32] Commons Daemon
+ Upgrade to 1.0
+
 
 -
 Catalina New Features:
@@ -164,6 +167,14 @@
  Add support for optionally passing the shell environment
  variables to the CGI script
 
+[4.1.32] #31201
+ Default Servlet
+ New option to set file encoding for static resources
+
+[4.1.32] #28305
+ Startup scripts
+ Provide greater control over redirection of stdout and stderr
+
 
 ---
 Jasper New Features:
@@ -449,6 +460,61 @@
  Clarify that the cached Principal is not retained across
  session serialisation
 
+[4.1.32] #6582
+ Examples webapp
+ Align sample source code with actual code for reqparams example
+
+[4.1.32] Examples webapp
+ Fix possible XSS issues
+
+[4.1.32] Manager webapp
+ Fix XSS issues
+
+[4.1.32] #28867
+ Docs
+ Correct manager how-to to show correct way to reference ROOT webapp
+
+[4.1.32] #28830
+ Manager webapp
+ Fix deploy and undeploy
+
+[4.1.32] #33085
+ Admin webapp
+ Expose privileged attribute of context elements
+
+[4.1.32] Docs
+ Clarify global resources documentation
+
+[4.1.32] #23277
+ Windows installer
+ Make clear that the WebDAV servlet is one of the examples
+
+[4.1.32] #26558
+ Scripts
+ Improve error message when there is a problem with JAVA_HOME
+
+[4.1.32] Docs
+ Add warnings re use of deprecated connector and allowLinking
+
+[4.1.32] #28178, #34033
+ Admin webapp
+ Correctly handle users/groups with = in the name
+
+[4.1.32] #33768
+ Docs
+ Update docs to make clear JK2 is deprecated
+
+[4.1.32] #13240
+ Docs
+ Note that CGI Servlet requires JDK 1.3+
+
+[4.1.32] Docs
+ Clarify connector docs for linking web servers and Tomcat and seperate
+ out the deprecated connectors
+
+[4.1.32] Admin webapp
+ Improve error message when a resource is missing an attribute
+
 
 --
 Catalina Bug Fixes:
@@ -1257,6 +1323,136 @@
 [4.1.31] #20758
  StandardContext
  Fix sources of memory leaks associated with deploy/undeploy
+
+[4.1.32] Revert #27090
+ CGIServlet
+ Reverted as it introduced at JDK 1.4 dependency
+
+[4.1.32] #31273
+ JNDIRealm
+ Added support for derefAliases
+
+[4.1.32] #31886
+ JDBCStore
+ Prevent ConcurrentModificationExceptions causing Tomcat to hang
+
+[4.1.32] #31711
+ Utils
+ Correct use of clone flag in Enumerator. It was having the inverse of
+ the expected effect
+
+[4.1.32] #21818
+ Standard Context
+ allowLinking, caseSensitive, cached and cacheTTL settings retained
+ across web application reload
+
+[4.1.32] #32023
+ CGI Servlet
+ Fix uploading of large files
+
+[4.1.32] Default Servlet
+ Ensure mime boundaries start with a new line
+
+[4.1.32] #19767
+ Realms
+ Add suport for DIGEST authentication to JDBC and Datasource realms
+
+[4.1.32] #32429
+ CGI Servlet
+ Set stderr line count correctly
+
+[4.1.32] #32431
+ CGI Servlet
+ Fixed typo
+
+[4.1.32] #32340
+ CGI Servlet
+ Fix class cast exceptions
+
+[4.1.32] WebDAV servlet
+ Add support for arbitary mapping (eg /webdav/*)
+
+[4.1.32] #32453
+ ContainerBase
+ Ensure cross-context calls to getContext during initialisation do not
+ return null
+
+[4.1.32] #32559, #33463
+ Standard Context
+ Make reload and stop/start more similar
+
+[4.1.32] #32779
+ Standard Host Deployer
+ Fix NPE on undeploy of app deployed with a context.xml file
+
+[4.1.32] #31198
+ Realms
+ Support non-ASCII user names and passwords with FORM and DIGEST
+ authentication
+
+[4.1.32] #28849
+ Various
+ Update French translations
+
+[4.1.32] #28222
+ Core
+ Fix request.getRequestURL() so it complies with SRV.8.4
+
+[4.1.32] #25508
+ Standard Context
+ Fix JNDI when multiple engines exist with the same name
+
+[4.1.32] #33357
+ DataSource Realm
+ Fix

svn commit: r291335 - /tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/reqparams.html

2005-09-24 Thread markt
Author: markt
Date: Sat Sep 24 14:07:16 2005
New Revision: 291335

URL: http://svn.apache.org/viewcvs?rev=291335view=rev
Log:
Fix bug 6582. The sample code should match the behaviour.

Modified:
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/reqparams.html

Modified: 
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/reqparams.html
URL: 
http://svn.apache.org/viewcvs/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/reqparams.html?rev=291335r1=291334r2=291335view=diff
==
--- tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/reqparams.html 
(original)
+++ tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/reqparams.html 
Sat Sep 24 14:07:16 2005
@@ -36,19 +36,41 @@
 {
 response.setContentType(quot;font 
color=#009900text/html/fontquot;);
 PrintWriter out = response.getWriter();
-out.println(quot;GET Request. No Form Data Postedquot;);
+out.println(quot;font color=#009900lt;htmlgt;/fontquot;);
+out.println(quot;font color=#009900lt;headgt;/fontquot;);
+out.println(quot;font color=#009900lt;titlegt;Request 
Parameters Examplelt;/titlegt;/fontquot;);
+out.println(quot;font color=#009900lt;/headgt;/fontquot;);
+out.println(quot;font color=#009900lt;bodygt;/fontquot;);
+out.println(quot;font color=#009900lt;h3gt;Request Parameters 
Examplelt;/h3gt;/fontquot;);
+out.println(quot;font color=#009900Parameters in this 
request:lt;brgt;/fontquot;);
+if (firstName != null || lastName != null) {
+out.println(quot;font color=#009900First Name:/fontquot;);
+out.println(quot;font color=#009900 = /fontquot; + 
HTMLFilter.filter(firstName) + quot;font 
color=#009900lt;brgt;/fontquot;);
+out.println(quot;font color=#009900Last Name:/fontquot;);
+out.println(quot;font color=#009900 = /fontquot; + 
HTMLFilter.filter(lastName));
+} else {
+out.println(quot;font color=#009900No Parameters, Please 
enter some/fontquot;);
+}
+out.println(quot;font color=#009900lt;Pgt;/fontquot;);
+out.print(quot;font color=#009900lt;form action=\/fontquot;);
+out.print(quot;font color=#009900RequestParamExample\ 
/fontquot;);
+out.println(quot;font color=#009900method=POSTgt;/fontquot;);
+out.println(quot;font color=#009900First Name:/fontquot;);
+out.println(quot;font color=#009900lt;input type=text size=20 
name=firstnamegt;/fontquot;);
+out.println(quot;font color=#009900lt;brgt;/fontquot;);
+out.println(quot;font color=#009900Last Name:/fontquot;);
+out.println(quot;font color=#009900lt;input type=text size=20 
name=lastnamegt;/fontquot;);
+out.println(quot;font color=#009900lt;brgt;/fontquot;);
+out.println(quot;font color=#009900lt;input 
type=submitgt;/fontquot;);
+out.println(quot;font color=#009900lt;/formgt;/fontquot;);
+out.println(quot;font color=#009900lt;/bodygt;/fontquot;);
+out.println(quot;font color=#009900lt;/htmlgt;/fontquot;);
 }
 
 font color=#FFpublic void/font doPost(HttpServletRequest 
request, HttpServletResponse res)
 font color=#FFthrows/font IOException, ServletException
 {
-Enumeration e = request.getParameterNames();
-   PrintWriter out = res.getWriter ();
-while (e.hasMoreElements()) {
-String name = (String)e.nextElement();
-String value = request.getParameter(name);
-out.println(name + quot;font color=#009900 = /fontquot; + 
value);
-}
+doGet(request, response);
 }
 }/pre
 /body



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



svn commit: r291200 - in /tomcat/container/branches/tc4.1.x: catalina/src/share/org/apache/catalina/core/ catalina/src/share/org/apache/catalina/loader/ catalina/src/share/org/apache/catalina/mbeans/ webapps/admin/WEB-INF/classes/org/apache/webapp/admi...

2005-09-23 Thread markt
Author: markt
Date: Fri Sep 23 13:05:38 2005
New Revision: 291200

URL: http://svn.apache.org/viewcvs?rev=291200view=rev
Log:
Fix bug 10026. Port of antiJARLocking functionality from TC5.

Modified:

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/StandardContext.java

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/WebappLoader.java

tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml

tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ApplicationResources_en.properties

tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/ContextForm.java

tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/EditContextAction.java

tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context/SaveContextAction.java
tomcat/container/branches/tc4.1.x/webapps/admin/context/context.jsp
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/context.xml

Modified: 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/StandardContext.java
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/StandardContext.java?rev=291200r1=291199r2=291200view=diff
==
--- 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/StandardContext.java
 (original)
+++ 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/StandardContext.java
 Fri Sep 23 13:05:38 2005
@@ -111,6 +111,12 @@
 
 
 /**
+ * The antiJARLocking flag for this Context.
+ */
+private boolean antiJARLocking = false;
+
+
+/**
  * The set of application listener class names configured for this
  * application, in the order they were encountered in the web.xml file.
  */
@@ -545,6 +551,32 @@
 }
 
 
+/**
+ * Return the antiJARLocking flag for this Context.
+ */
+public boolean getAntiJARLocking() {
+
+return (this.antiJARLocking);
+
+}
+
+
+/**
+ * Set the antiJARLocking feature for this Context.
+ *
+ * @param antiJARLocking The new flag value
+ */
+public void setAntiJARLocking(boolean antiJARLocking) {
+
+boolean oldAntiJARLocking = this.antiJARLocking;
+this.antiJARLocking = antiJARLocking;
+support.firePropertyChange(antiJARLocking,
+   new Boolean(oldAntiJARLocking),
+   new Boolean(this.antiJARLocking));
+
+}
+
+
 /**
  * Return the set of initialized application listener objects,
  * in the order they were specified in the web application deployment

Modified: 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java?rev=291200r1=291199r2=291200view=diff
==
--- 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java
 (original)
+++ 
tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java
 Fri Sep 23 13:05:38 2005
@@ -18,6 +18,7 @@
 package org.apache.catalina.loader;
 
 import java.io.File;
+import java.io.FileOutputStream;
 import java.io.FilePermission;
 import java.io.InputStream;
 import java.io.ByteArrayInputStream;
@@ -312,6 +313,12 @@
 
 
 /**
+ * Path where resources loaded from JARs will be extracted.
+ */
+protected File loaderDir = null;
+
+
+/**
  * The PermissionCollection for each CodeSource for a web
  * application context.
  */
@@ -354,6 +361,13 @@
 private Permission allPermission = new java.security.AllPermission();
 
 
+/**
+ * Use anti JAR locking code, which does URL rerouting when accessing
+ * resources.
+ */
+boolean antiJARLocking = false; 
+
+
 // - Properties
 
 
@@ -422,6 +436,22 @@
 
 
 /**
+ * @return Returns the antiJARLocking.
+ */
+public boolean getAntiJARLocking() {
+return antiJARLocking;
+}
+
+
+/**
+ * @param antiJARLocking The antiJARLocking to set.
+ */
+public void setAntiJARLocking(boolean antiJARLocking) {
+this.antiJARLocking = antiJARLocking;
+}
+
+
+/**
  * If there is a Java SecurityManager create a read FilePermission
  * or JndiPermission for the file

svn commit: r291203 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

2005-09-23 Thread markt
Author: markt
Date: Fri Sep 23 14:23:32 2005
New Revision: 291203

URL: http://svn.apache.org/viewcvs?rev=291203view=rev
Log:
Update repository structure.
Fix typos.
Add location for JK sources.

Modified:
tomcat/site/trunk/docs/svn.html
tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/svn.html
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/svn.html?rev=291203r1=291202r2=291203view=diff
==
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Fri Sep 23 14:23:32 2005
@@ -208,6 +208,14 @@
   /tr
   tr
 td
+a href=http://svn.apache.org/repos/asf/tomcat/build;
+code/build//code
+/a
+/td
+tdResources used to build the distributions for TC5.x onwards/td
+  /tr
+  tr
+td
 a href=http://svn.apache.org/repos/asf/tomcat/container;
 code/container//code
 /a
@@ -285,13 +293,13 @@
 http://svn.apache.org/repos/asf/tomcat/a:/p
 ul
   li
-a href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/core;
-code/container/tc5.5.x/core/code
+a href=http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x;
+code/build/tc5.5.x/code
 /a
 /li
   li
-a href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina;
-code/container/tc5.5.x/catalina/code
+a href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x;
+code/container/tc5.5.x/code
 /a
 /li
   li
@@ -332,7 +340,7 @@
 /li
   li
 a 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x;
-code/servletapi/servlet2.3-jsp1.2-tc4.x/code
+code/servletapi/branches/servlet2.3-jsp1.2-tc4.x/code
 /a
 /li
 /ul
@@ -353,11 +361,23 @@
 /li
   li
 a 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x;
-code/servletapi/servlet2.2-jsp1.1-tc3.x/code
+code/servletapi/branches/servlet2.2-jsp1.1-tc3.x/code
+/a
+/li
+/ul
+
+pThe Tomcat JK native connectors are built from the following module
+a href=http://svn.apache.org/repos/asf/tomcat;
+http://svn.apache.org/repos/asf/tomcat/a:/p
+ul
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/connectors/trunk;
+code/connectors/trunk/code
 /a
 /li
 /ul
 
+
 /blockquote
 /p
 /td
@@ -401,7 +421,7 @@
   liOther (non-development) branches will be placed in the
   codebranches/other/code directory in sub-directories that group the
   other branches by the
- Apache Tomcat version from whcih they were
+ Apache Tomcat version from which they were
   created./li
   liTags will be treated in exactly the same way as branches./li 
 

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/xdocs/svn.xml?rev=291203r1=291202r2=291203view=diff
==
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Fri Sep 23 14:23:32 2005
@@ -38,6 +38,11 @@
 tdModules that are no longer maintained/td
   /tr
   tr
+tda href=http://svn.apache.org/repos/asf/tomcat/build;
+code/build//code/a/td
+tdResources used to build the distributions for TC5.x onwards/td
+  /tr
+  tr
 tda href=http://svn.apache.org/repos/asf/tomcat/container;
 code/container//code/a/td
 tdThe core Tomcat code/td
@@ -77,10 +82,10 @@
 a href=http://svn.apache.org/repos/asf/tomcat;
 http://svn.apache.org/repos/asf/tomcat/a:/p
 ul
-  lia href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/core;
-code/container/tc5.5.x/core/code/a/li
-  lia 
href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina;
-code/container/tc5.5.x/catalina/code/a/li
+  lia href=http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x;
+code/build/tc5.5.x/code/a/li
+  lia href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x;
+code/container/tc5.5.x/code/a/li
   lia href=http://svn.apache.org/repos/asf/tomcat/connectors/trunk;
 code/connectors/trunk/code/a/li
   lia href=http://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x;
@@ -100,7 +105,7 @@
   lia href=http://svn.apache.org/repos/asf/tomcat/jasper/branches/tc4.1.x;
 code/jasper/branches/tc4.1.x/code/a/li
   lia 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x;
-code/servletapi/servlet2.3-jsp1.2-tc4.x/code/a/li
+code/servletapi/branches/servlet2.3-jsp1.2-tc4.x/code/a/li
 /ul
 
 pTomcat 3.3.x is built from the following modules
@@ -112,9 +117,18 @@
   lia href=http://svn.apache.org/repos/asf/tomcat/connectors/trunk;
 code/connectors/trunk/code/a/li
   lia 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x;
-code/servletapi/servlet2.2-jsp1.1-tc3.x/code/a/li
+code/servletapi/branches/servlet2.2-jsp1.1-tc3.x/code/a/li
+/ul
+
+pThe Tomcat JK native connectors are built from the following module

svn commit: r290557 - /tomcat/container/branches/tc4.1.x/WARNING.txt

2005-09-20 Thread markt
Author: markt
Date: Tue Sep 20 13:43:25 2005
New Revision: 290557

URL: http://svn.apache.org/viewcvs?rev=290557view=rev
Log:
Remove CVS closure warning from SVN.

Removed:
tomcat/container/branches/tc4.1.x/WARNING.txt


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



cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves RemoteHostValve.java

2005-09-20 Thread markt
markt   2005/09/20 14:02:12

  Modified:catalina/src/share/org/apache/catalina/valves
RemoteHostValve.java
  Log:
  Correct JavaDocs.
  
  Revision  ChangesPath
  1.5   +2 -2  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/RemoteHostValve.java
  
  Index: RemoteHostValve.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/RemoteHostValve.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RemoteHostValve.java  29 Aug 2004 16:46:14 -  1.4
  +++ RemoteHostValve.java  20 Sep 2005 21:02:12 -  1.5
  @@ -26,7 +26,7 @@
   
   /**
* Concrete implementation of codeRequestFilterValve/code that filters
  - * based on the string representation of the remote client's IP address.
  + * based on the remote client's host name.
*
* @author Craig R. McClanahan
* @version $Revision$ $Date$
  
  
  

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



svn commit: r290577 - /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml

2005-09-20 Thread markt
Author: markt
Date: Tue Sep 20 15:19:39 2005
New Revision: 290577

URL: http://svn.apache.org/viewcvs?rev=290577view=rev
Log:
Add missing and new options to docs.

Modified:
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml

Modified: 
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml?rev=290577r1=290576r2=290577view=diff
==
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml 
(original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml Tue 
Sep 20 15:19:39 2005
@@ -141,6 +141,12 @@
   2048 bytes will be provided./p
 /attribute
 
+attribute name=compressableMimeType required=false
+  pThe value is a comma separated list of MIME types for which HTTP
+  compression may be used.
+  The default value is codetext/html,text/xml,text/plain/code./p
+/attribute
+
 attribute name=compression required=false
   pThe strongConnector/strong may use HTTP/1.1 GZIP compression in
   an attempt to save server bandwidth. The acceptable values for the
@@ -177,6 +183,21 @@
   allows either the servlet a longer amount of time to complete its
   execution, or a longer timeout during data upload. If not specified, 
   this attribute is set to false./p
+/attribute
+
+attribute name=maxHttpHeaderSize required=false
+  pThe maximum size of the request and response HTTP header, specified
+  in bytes.
+  If not specified, this attribute is set to 4096 (4 KB)./p
+/attribute
+
+attribute name=maxKeepAliveRequests required=false
+  pThe maximum number of HTTP requests which can be pipelined until
+  the connection is closed by the server. Setting this attribute to 1 will
+  disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and
+  pipelining. Setting this to -1 will allow an unlimited amount of
+  pipelined or keep-alive HTTP requests.
+  If not specified, this attribute is set to 100./p
 /attribute
 
 attribute name=maxProcessors required=false



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



svn commit: r290259 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

2005-09-19 Thread markt
Author: markt
Date: Mon Sep 19 13:37:07 2005
New Revision: 290259

URL: http://svn.apache.org/viewcvs?rev=290259view=rev
Log:
Add links to the sources for each version to the svn page.

Modified:
tomcat/site/trunk/docs/svn.html
tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/svn.html
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/svn.html?rev=290259r1=290258r2=290259view=diff
==
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Mon Sep 19 13:37:07 2005
@@ -270,6 +270,108 @@
 tr
 td bgcolor=#525D76
 font face=arial,helvetica,sanserif color=#ff
+a name=Sources by major version
+strongSources by major version/strong
+/a
+/font
+/td
+/tr
+tr
+td
+p
+blockquote
+pTomcat 5.5.x is built from the following modules under
+a href=http://svn.apache.org/repos/asf/tomcat;
+http://svn.apache.org/repos/asf/tomcat/a:/p
+ul
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/core;
+code/container/tc5.5.x/core/code
+/a
+/li
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina;
+code/container/tc5.5.x/catalina/code
+/a
+/li
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/connectors/trunk;
+code/connectors/trunk/code
+/a
+/li
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x;
+code/jasper/tc5.5.x/code
+/a
+/li
+  li
+a 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x;
+code/servletapi/servlet2.4-jsp2.0-tc5.x/code
+/a
+/li
+/ul
+
+pTomcat 4.1.x is built from the following modules
+a href=http://svn.apache.org/repos/asf/tomcat;
+http://svn.apache.org/repos/asf/tomcat/a:/p
+ul
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/container/branches/tc4.1.x;
+code/container/branches/tc4.1.x/code
+/a
+/li
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/connectors/trunk;
+code/connectors/trunk/code
+/a
+/li
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/jasper/branches/tc4.1.x;
+code/jasper/branches/tc4.1.x/code
+/a
+/li
+  li
+a 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x;
+code/servletapi/servlet2.3-jsp1.2-tc4.x/code
+/a
+/li
+/ul
+
+pTomcat 3.3.x is built from the following modules
+a href=http://svn.apache.org/repos/asf/tomcat;
+http://svn.apache.org/repos/asf/tomcat/a:/p
+ul
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/container/branches/tc3.3.x;
+code/container/branches/tc3.3.x/code
+/a
+/li
+  li
+a href=http://svn.apache.org/repos/asf/tomcat/connectors/trunk;
+code/connectors/trunk/code
+/a
+/li
+  li
+a 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x;
+code/servletapi/servlet2.2-jsp1.1-tc3.x/code
+/a
+/li
+/ul
+
+/blockquote
+/p
+/td
+/tr
+tr
+td
+br /
+/td
+/tr
+/table
+table width=100% cellpadding=2 cellspacing=0 border=0
+tr
+td bgcolor=#525D76
+font face=arial,helvetica,sanserif color=#ff
 a name=Principles
 strongPrinciples/strong
 /a
@@ -279,9 +381,8 @@
 tr
 td
 p
-blockquote  pThe Subversion repository has been structured using the 
following
-principles:
-/p
+blockquote
+pThe Subversion repository has been structured using the following 
principles:/p
 
 ul
   liEach current module should appear directly under the 

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/site/trunk/xdocs/svn.xml?rev=290259r1=290258r2=290259view=diff
==
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Mon Sep 19 13:37:07 2005
@@ -72,9 +72,53 @@
 /section
 
 
-section name=Principles  pThe Subversion repository has been structured 
using the following
-principles:
-/p
+section name=Sources by major version
+pTomcat 5.5.x is built from the following modules under
+a href=http://svn.apache.org/repos/asf/tomcat;
+http://svn.apache.org/repos/asf/tomcat/a:/p
+ul
+  lia href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/core;
+code/container/tc5.5.x/core/code/a/li
+  lia 
href=http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina;
+code/container/tc5.5.x/catalina/code/a/li
+  lia href=http://svn.apache.org/repos/asf/tomcat/connectors/trunk;
+code/connectors/trunk/code/a/li
+  lia href=http://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x;
+code/jasper/tc5.5.x/code/a/li
+  lia 
href=http://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x;
+code/servletapi/servlet2.4-jsp2.0-tc5.x/code/a/li
+/ul
+
+pTomcat 4.1.x is built from the following modules
+a href=http://svn.apache.org/repos/asf/tomcat;
+http://svn.apache.org/repos/asf/tomcat/a:/p
+ul
+  lia 
href=http://svn.apache.org/repos/asf/tomcat/container/branches/tc4.1.x;
+code/container/branches/tc4.1.x/code/a/li
+  lia

cvs commit: jakarta-tomcat-catalina/webapps/docs realm-howto.xml

2005-09-17 Thread markt
markt   2005/09/17 02:59:44

  Modified:webapps/docs realm-howto.xml
  Log:
  Fix broken links.
  
  Revision  ChangesPath
  1.27  +3 -2  jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- realm-howto.xml   24 Mar 2005 14:42:55 -  1.26
  +++ realm-howto.xml   17 Sep 2005 09:59:44 -  1.27
  @@ -270,8 +270,9 @@
   
   pDebugging and exception messages logged by a codeRealm/code will
  be recorded by the logging configuration associated with the container
  -   for the realm: its surrounding a href=context.htmlContext/a,
  -   a href=host.htmlHost/a, or a href=engine.htmlEngine/a./p
  +   for the realm: its surrounding a href=config/context.htmlContext/a,
  +   a href=config/host.htmlHost/a, or
  +   a href=config/engine.htmlEngine/a./p
   
   /subsection
   
  
  
  

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



svn commit: r289717 - /tomcat/container/branches/other/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:05:40 2005
New Revision: 289717

URL: http://svn.apache.org/viewcvs?rev=289717view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/branches/other/


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



svn commit: r289718 - in /tomcat/container: branches/tc3.3.x/ tc3.x/trunk/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:10:20 2005
New Revision: 289718

URL: http://svn.apache.org/viewcvs?rev=289718view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/branches/tc3.3.x/
  - copied from r289717, tomcat/container/tc3.x/trunk/
Removed:
tomcat/container/tc3.x/trunk/


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



svn commit: r289720 - in /tomcat/container: branches/other/tc3.x/ tc3.x/branches/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:10:37 2005
New Revision: 289720

URL: http://svn.apache.org/viewcvs?rev=289720view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/branches/other/tc3.x/
  - copied from r289719, tomcat/container/tc3.x/branches/
Removed:
tomcat/container/tc3.x/branches/


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



svn commit: r289721 - /tomcat/container/tags/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:19:30 2005
New Revision: 289721

URL: http://svn.apache.org/viewcvs?rev=289721view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/


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



svn commit: r289722 - /tomcat/container/tags/tc3.3.x/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:19:35 2005
New Revision: 289722

URL: http://svn.apache.org/viewcvs?rev=289722view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/


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



svn commit: r289723 - /tomcat/container/tags/tc3.2.x/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:19:38 2005
New Revision: 289723

URL: http://svn.apache.org/viewcvs?rev=289723view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/


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



svn commit: r289724 - /tomcat/container/tags/other/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:19:41 2005
New Revision: 289724

URL: http://svn.apache.org/viewcvs?rev=289724view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/other/


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



svn commit: r289725 - in /tomcat/container: tags/tc3.2.x/tomcat_321_final/ tc3.x/tags/tomcat_321_final/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:19:47 2005
New Revision: 289725

URL: http://svn.apache.org/viewcvs?rev=289725view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_321_final/
  - copied from r289724, tomcat/container/tc3.x/tags/tomcat_321_final/
Removed:
tomcat/container/tc3.x/tags/tomcat_321_final/


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



svn commit: r289726 - in /tomcat/container: tags/tc3.2.x/tomcat_322_b1/ tc3.x/tags/tomcat_322_b1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:19:57 2005
New Revision: 289726

URL: http://svn.apache.org/viewcvs?rev=289726view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_322_b1/
  - copied from r289725, tomcat/container/tc3.x/tags/tomcat_322_b1/
Removed:
tomcat/container/tc3.x/tags/tomcat_322_b1/


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



svn commit: r289727 - in /tomcat/container: tags/tc3.2.x/tomcat_322_b2/ tc3.x/tags/tomcat_322_b2/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:20:07 2005
New Revision: 289727

URL: http://svn.apache.org/viewcvs?rev=289727view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_322_b2/
  - copied from r289726, tomcat/container/tc3.x/tags/tomcat_322_b2/
Removed:
tomcat/container/tc3.x/tags/tomcat_322_b2/


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



svn commit: r289728 - in /tomcat/container: tags/tc3.2.x/tomcat_322_b3/ tc3.x/tags/tomcat_322_b3/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:20:18 2005
New Revision: 289728

URL: http://svn.apache.org/viewcvs?rev=289728view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_322_b3/
  - copied from r289727, tomcat/container/tc3.x/tags/tomcat_322_b3/
Removed:
tomcat/container/tc3.x/tags/tomcat_322_b3/


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



svn commit: r289729 - in /tomcat/container: tags/tc3.2.x/tomcat_322_b4/ tc3.x/tags/tomcat_322_b4/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:20:28 2005
New Revision: 289729

URL: http://svn.apache.org/viewcvs?rev=289729view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_322_b4/
  - copied from r289728, tomcat/container/tc3.x/tags/tomcat_322_b4/
Removed:
tomcat/container/tc3.x/tags/tomcat_322_b4/


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



svn commit: r289730 - in /tomcat/container: tags/tc3.2.x/tomcat_322_b5/ tc3.x/tags/tomcat_322_b5/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:20:37 2005
New Revision: 289730

URL: http://svn.apache.org/viewcvs?rev=289730view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_322_b5/
  - copied from r289729, tomcat/container/tc3.x/tags/tomcat_322_b5/
Removed:
tomcat/container/tc3.x/tags/tomcat_322_b5/


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



svn commit: r289731 - in /tomcat/container: tags/tc3.2.x/tomcat_322_final/ tc3.x/tags/tomcat_322_final/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:20:48 2005
New Revision: 289731

URL: http://svn.apache.org/viewcvs?rev=289731view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_322_final/
  - copied from r289730, tomcat/container/tc3.x/tags/tomcat_322_final/
Removed:
tomcat/container/tc3.x/tags/tomcat_322_final/


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



svn commit: r289732 - in /tomcat/container: tags/tc3.2.x/tomcat_323_final/ tc3.x/tags/tomcat_323_final/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:20:58 2005
New Revision: 289732

URL: http://svn.apache.org/viewcvs?rev=289732view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_323_final/
  - copied from r289731, tomcat/container/tc3.x/tags/tomcat_323_final/
Removed:
tomcat/container/tc3.x/tags/tomcat_323_final/


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



svn commit: r289733 - in /tomcat/container: tags/tc3.2.x/tomcat_324_b1/ tc3.x/tags/tomcat_324_b1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:21:08 2005
New Revision: 289733

URL: http://svn.apache.org/viewcvs?rev=289733view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_324_b1/
  - copied from r289732, tomcat/container/tc3.x/tags/tomcat_324_b1/
Removed:
tomcat/container/tc3.x/tags/tomcat_324_b1/


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



svn commit: r289734 - in /tomcat/container: tags/tc3.2.x/tomcat_324_final/ tc3.x/tags/tomcat_324_final/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:21:19 2005
New Revision: 289734

URL: http://svn.apache.org/viewcvs?rev=289734view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_324_final/
  - copied from r289733, tomcat/container/tc3.x/tags/tomcat_324_final/
Removed:
tomcat/container/tc3.x/tags/tomcat_324_final/


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



svn commit: r289735 - in /tomcat/container: tags/tc3.2.x/tomcat_32_b7/ tc3.x/tags/tomcat_32_b7/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:21:29 2005
New Revision: 289735

URL: http://svn.apache.org/viewcvs?rev=289735view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_32_b7/
  - copied from r289734, tomcat/container/tc3.x/tags/tomcat_32_b7/
Removed:
tomcat/container/tc3.x/tags/tomcat_32_b7/


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



svn commit: r289737 - in /tomcat/container: tags/tc3.2.x/tomcat_331_b1/ tc3.x/tags/tomcat_331_b1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:21:49 2005
New Revision: 289737

URL: http://svn.apache.org/viewcvs?rev=289737view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_331_b1/
  - copied from r289736, tomcat/container/tc3.x/tags/tomcat_331_b1/
Removed:
tomcat/container/tc3.x/tags/tomcat_331_b1/


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



svn commit: r289738 - in /tomcat/container: tags/tc3.2.x/tomcat_331_final/ tc3.x/tags/tomcat_331_final/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:22:00 2005
New Revision: 289738

URL: http://svn.apache.org/viewcvs?rev=289738view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.2.x/tomcat_331_final/
  - copied from r289737, tomcat/container/tc3.x/tags/tomcat_331_final/
Removed:
tomcat/container/tc3.x/tags/tomcat_331_final/


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



svn commit: r289740 - in /tomcat/container/tags: tc3.2.x/tomcat_331_b1/ tc3.3.x/tomcat_331_b1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:23:37 2005
New Revision: 289740

URL: http://svn.apache.org/viewcvs?rev=289740view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_331_b1/
  - copied from r289739, tomcat/container/tags/tc3.2.x/tomcat_331_b1/
Removed:
tomcat/container/tags/tc3.2.x/tomcat_331_b1/


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



svn commit: r289741 - in /tomcat/container/tags: tc3.2.x/tomcat_331_final/ tc3.3.x/tomcat_331_final/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:23:45 2005
New Revision: 289741

URL: http://svn.apache.org/viewcvs?rev=289741view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_331_final/
  - copied from r289740, tomcat/container/tags/tc3.2.x/tomcat_331_final/
Removed:
tomcat/container/tags/tc3.2.x/tomcat_331_final/


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



svn commit: r289742 - in /tomcat/container/tags: tc3.2.x/tomcat_331_rc1/ tc3.3.x/tomcat_331_rc1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:23:54 2005
New Revision: 289742

URL: http://svn.apache.org/viewcvs?rev=289742view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_331_rc1/
  - copied from r289741, tomcat/container/tags/tc3.2.x/tomcat_331_rc1/
Removed:
tomcat/container/tags/tc3.2.x/tomcat_331_rc1/


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



svn commit: r289744 - in /tomcat/container: tags/tc3.3.x/tomcat_332_rc1/ tc3.x/tags/tomcat_332_rc1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:24:13 2005
New Revision: 289744

URL: http://svn.apache.org/viewcvs?rev=289744view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_332_rc1/
  - copied from r289743, tomcat/container/tc3.x/tags/tomcat_332_rc1/
Removed:
tomcat/container/tc3.x/tags/tomcat_332_rc1/


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



svn commit: r289747 - in /tomcat/container: tags/tc3.3.x/tomcat_33_m1/ tc3.x/tags/tomcat_33_m1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:24:42 2005
New Revision: 289747

URL: http://svn.apache.org/viewcvs?rev=289747view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_33_m1/
  - copied from r289746, tomcat/container/tc3.x/tags/tomcat_33_m1/
Removed:
tomcat/container/tc3.x/tags/tomcat_33_m1/


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



svn commit: r289748 - in /tomcat/container: tags/tc3.3.x/tomcat_33_m2/ tc3.x/tags/tomcat_33_m2/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:24:51 2005
New Revision: 289748

URL: http://svn.apache.org/viewcvs?rev=289748view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_33_m2/
  - copied from r289747, tomcat/container/tc3.x/tags/tomcat_33_m2/
Removed:
tomcat/container/tc3.x/tags/tomcat_33_m2/


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



svn commit: r289749 - in /tomcat/container: tags/tc3.3.x/tomcat_33_m3/ tc3.x/tags/tomcat_33_m3/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:24:59 2005
New Revision: 289749

URL: http://svn.apache.org/viewcvs?rev=289749view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_33_m3/
  - copied from r289748, tomcat/container/tc3.x/tags/tomcat_33_m3/
Removed:
tomcat/container/tc3.x/tags/tomcat_33_m3/


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



svn commit: r289750 - in /tomcat/container: tags/tc3.3.x/tomcat_33_m4/ tc3.x/tags/tomcat_33_m4/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:25:10 2005
New Revision: 289750

URL: http://svn.apache.org/viewcvs?rev=289750view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_33_m4/
  - copied from r289749, tomcat/container/tc3.x/tags/tomcat_33_m4/
Removed:
tomcat/container/tc3.x/tags/tomcat_33_m4/


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



svn commit: r289752 - in /tomcat/container: tags/tc3.3.x/tomcat_33_tc2/ tc3.x/tags/tomcat_33_rc2/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:25:29 2005
New Revision: 289752

URL: http://svn.apache.org/viewcvs?rev=289752view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_33_tc2/
  - copied from r289751, tomcat/container/tc3.x/tags/tomcat_33_rc2/
Removed:
tomcat/container/tc3.x/tags/tomcat_33_rc2/


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



svn commit: r289753 - in /tomcat/container: tags/other/tc3.x/ tc3.x/tags/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:25:40 2005
New Revision: 289753

URL: http://svn.apache.org/viewcvs?rev=289753view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/other/tc3.x/
  - copied from r289752, tomcat/container/tc3.x/tags/
Removed:
tomcat/container/tc3.x/tags/


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



svn commit: r289754 - in /tomcat/container/tags/tc3.3.x: tomcat_33_rc2/ tomcat_33_tc2/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:26:21 2005
New Revision: 289754

URL: http://svn.apache.org/viewcvs?rev=289754view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc3.3.x/tomcat_33_rc2/
  - copied from r289753, tomcat/container/tags/tc3.3.x/tomcat_33_tc2/
Removed:
tomcat/container/tags/tc3.3.x/tomcat_33_tc2/


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



svn commit: r289755 - /tomcat/container/tc3.x/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:29:04 2005
New Revision: 289755

URL: http://svn.apache.org/viewcvs?rev=289755view=rev
Log:
Restructure after tc3 and tc4 migration

Removed:
tomcat/container/tc3.x/


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



svn commit: r289756 - in /tomcat/container: branches/tc4.1.x/ tc4.x/trunk/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:29:11 2005
New Revision: 289756

URL: http://svn.apache.org/viewcvs?rev=289756view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/branches/tc4.1.x/
  - copied from r289755, tomcat/container/tc4.x/trunk/
Removed:
tomcat/container/tc4.x/trunk/


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



svn commit: r289757 - in /tomcat/container: branches/tc4.0.x/ tc4.x/branches/tomcat_40_branch/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:29:18 2005
New Revision: 289757

URL: http://svn.apache.org/viewcvs?rev=289757view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/branches/tc4.0.x/
  - copied from r289756, tomcat/container/tc4.x/branches/tomcat_40_branch/
Removed:
tomcat/container/tc4.x/branches/tomcat_40_branch/


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



svn commit: r289758 - in /tomcat/container: branches/other/tc4.x/ tc4.x/branches/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:29:27 2005
New Revision: 289758

URL: http://svn.apache.org/viewcvs?rev=289758view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/branches/other/tc4.x/
  - copied from r289757, tomcat/container/tc4.x/branches/
Removed:
tomcat/container/tc4.x/branches/


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



svn commit: r289759 - in /tomcat/container: tags/TOMCAT_4_1_0/ tc4.x/tags/TOMCAT_4_1_0/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:35:11 2005
New Revision: 289759

URL: http://svn.apache.org/viewcvs?rev=289759view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/TOMCAT_4_1_0/
  - copied from r289758, tomcat/container/tc4.x/tags/TOMCAT_4_1_0/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_0/


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



svn commit: r289760 - in /tomcat/container: tags/TOMCAT_4_1_1/ tc4.x/tags/TOMCAT_4_1_1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:35:20 2005
New Revision: 289760

URL: http://svn.apache.org/viewcvs?rev=289760view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/TOMCAT_4_1_1/
  - copied from r289759, tomcat/container/tc4.x/tags/TOMCAT_4_1_1/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_1/


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



svn commit: r289761 - in /tomcat/container: tags/TOMCAT_4_1_10/ tc4.x/tags/TOMCAT_4_1_10/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:35:30 2005
New Revision: 289761

URL: http://svn.apache.org/viewcvs?rev=289761view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/TOMCAT_4_1_10/
  - copied from r289760, tomcat/container/tc4.x/tags/TOMCAT_4_1_10/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_10/


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



svn commit: r289762 - /tomcat/container/tags/tc4.1.x/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:37:15 2005
New Revision: 289762

URL: http://svn.apache.org/viewcvs?rev=289762view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/


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



svn commit: r289763 - in /tomcat/container/tags: TOMCAT_4_1_0/ tc4.1.x/TOMCAT_4_1_0/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:37:23 2005
New Revision: 289763

URL: http://svn.apache.org/viewcvs?rev=289763view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_0/
  - copied from r289762, tomcat/container/tags/TOMCAT_4_1_0/
Removed:
tomcat/container/tags/TOMCAT_4_1_0/


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



svn commit: r289764 - in /tomcat/container/tags: TOMCAT_4_1_1/ tc4.1.x/TOMCAT_4_1_1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:37:32 2005
New Revision: 289764

URL: http://svn.apache.org/viewcvs?rev=289764view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_1/
  - copied from r289763, tomcat/container/tags/TOMCAT_4_1_1/
Removed:
tomcat/container/tags/TOMCAT_4_1_1/


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



svn commit: r289765 - in /tomcat/container/tags: TOMCAT_4_1_10/ tc4.1.x/TOMCAT_4_1_10/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:37:41 2005
New Revision: 289765

URL: http://svn.apache.org/viewcvs?rev=289765view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_10/
  - copied from r289764, tomcat/container/tags/TOMCAT_4_1_10/
Removed:
tomcat/container/tags/TOMCAT_4_1_10/


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



svn commit: r289766 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_11/ tc4.x/tags/TOMCAT_4_1_11/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:37:48 2005
New Revision: 289766

URL: http://svn.apache.org/viewcvs?rev=289766view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_11/
  - copied from r289765, tomcat/container/tc4.x/tags/TOMCAT_4_1_11/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_11/


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



svn commit: r289767 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_12/ tc4.x/tags/TOMCAT_4_1_12/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:37:58 2005
New Revision: 289767

URL: http://svn.apache.org/viewcvs?rev=289767view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_12/
  - copied from r289766, tomcat/container/tc4.x/tags/TOMCAT_4_1_12/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_12/


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



svn commit: r289768 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_13/ tc4.x/tags/TOMCAT_4_1_13/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:38:09 2005
New Revision: 289768

URL: http://svn.apache.org/viewcvs?rev=289768view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_13/
  - copied from r289767, tomcat/container/tc4.x/tags/TOMCAT_4_1_13/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_13/


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



svn commit: r289770 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_15/ tc4.x/tags/TOMCAT_4_1_15/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:38:30 2005
New Revision: 289770

URL: http://svn.apache.org/viewcvs?rev=289770view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_15/
  - copied from r289769, tomcat/container/tc4.x/tags/TOMCAT_4_1_15/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_15/


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



svn commit: r289771 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_16/ tc4.x/tags/TOMCAT_4_1_16/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:38:41 2005
New Revision: 289771

URL: http://svn.apache.org/viewcvs?rev=289771view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_16/
  - copied from r289770, tomcat/container/tc4.x/tags/TOMCAT_4_1_16/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_16/


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



svn commit: r289772 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_17/ tc4.x/tags/TOMCAT_4_1_17/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:38:51 2005
New Revision: 289772

URL: http://svn.apache.org/viewcvs?rev=289772view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_17/
  - copied from r289771, tomcat/container/tc4.x/tags/TOMCAT_4_1_17/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_17/


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



svn commit: r289773 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_18/ tc4.x/tags/TOMCAT_4_1_18/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:39:02 2005
New Revision: 289773

URL: http://svn.apache.org/viewcvs?rev=289773view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_18/
  - copied from r289772, tomcat/container/tc4.x/tags/TOMCAT_4_1_18/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_18/


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



svn commit: r289774 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_19/ tc4.x/tags/TOMCAT_4_1_19/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:39:12 2005
New Revision: 289774

URL: http://svn.apache.org/viewcvs?rev=289774view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_19/
  - copied from r289773, tomcat/container/tc4.x/tags/TOMCAT_4_1_19/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_19/


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



svn commit: r289775 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_2/ tc4.x/tags/TOMCAT_4_1_2/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:39:23 2005
New Revision: 289775

URL: http://svn.apache.org/viewcvs?rev=289775view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_2/
  - copied from r289774, tomcat/container/tc4.x/tags/TOMCAT_4_1_2/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_2/


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



svn commit: r289776 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_20/ tc4.x/tags/TOMCAT_4_1_20/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:39:33 2005
New Revision: 289776

URL: http://svn.apache.org/viewcvs?rev=289776view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_20/
  - copied from r289775, tomcat/container/tc4.x/tags/TOMCAT_4_1_20/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_20/


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



svn commit: r289778 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_22/ tc4.x/tags/TOMCAT_4_1_22/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:39:50 2005
New Revision: 289778

URL: http://svn.apache.org/viewcvs?rev=289778view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_22/
  - copied from r289777, tomcat/container/tc4.x/tags/TOMCAT_4_1_22/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_22/


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



svn commit: r289780 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_24/ tc4.x/tags/TOMCAT_4_1_24/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:40:08 2005
New Revision: 289780

URL: http://svn.apache.org/viewcvs?rev=289780view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_24/
  - copied from r289779, tomcat/container/tc4.x/tags/TOMCAT_4_1_24/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_24/


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



svn commit: r289781 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_25/ tc4.x/tags/TOMCAT_4_1_25/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:40:17 2005
New Revision: 289781

URL: http://svn.apache.org/viewcvs?rev=289781view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_25/
  - copied from r289780, tomcat/container/tc4.x/tags/TOMCAT_4_1_25/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_25/


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



svn commit: r289782 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_26/ tc4.x/tags/TOMCAT_4_1_26/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:40:26 2005
New Revision: 289782

URL: http://svn.apache.org/viewcvs?rev=289782view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_26/
  - copied from r289781, tomcat/container/tc4.x/tags/TOMCAT_4_1_26/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_26/


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



svn commit: r289783 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_27/ tc4.x/tags/TOMCAT_4_1_27/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:40:40 2005
New Revision: 289783

URL: http://svn.apache.org/viewcvs?rev=289783view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_27/
  - copied from r289782, tomcat/container/tc4.x/tags/TOMCAT_4_1_27/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_27/


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



svn commit: r289784 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_28/ tc4.x/tags/TOMCAT_4_1_28/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:40:50 2005
New Revision: 289784

URL: http://svn.apache.org/viewcvs?rev=289784view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_28/
  - copied from r289783, tomcat/container/tc4.x/tags/TOMCAT_4_1_28/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_28/


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



svn commit: r289785 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_29/ tc4.x/tags/TOMCAT_4_1_29/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:41:00 2005
New Revision: 289785

URL: http://svn.apache.org/viewcvs?rev=289785view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_29/
  - copied from r289784, tomcat/container/tc4.x/tags/TOMCAT_4_1_29/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_29/


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



svn commit: r289786 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_3/ tc4.x/tags/TOMCAT_4_1_3/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:41:11 2005
New Revision: 289786

URL: http://svn.apache.org/viewcvs?rev=289786view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_3/
  - copied from r289785, tomcat/container/tc4.x/tags/TOMCAT_4_1_3/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_3/


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



svn commit: r289787 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_30/ tc4.x/tags/TOMCAT_4_1_30/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:41:21 2005
New Revision: 289787

URL: http://svn.apache.org/viewcvs?rev=289787view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_30/
  - copied from r289786, tomcat/container/tc4.x/tags/TOMCAT_4_1_30/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_30/


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



svn commit: r289788 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_31/ tc4.x/tags/TOMCAT_4_1_31/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:41:33 2005
New Revision: 289788

URL: http://svn.apache.org/viewcvs?rev=289788view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_31/
  - copied from r289787, tomcat/container/tc4.x/tags/TOMCAT_4_1_31/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_31/


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



svn commit: r289789 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_4/ tc4.x/tags/TOMCAT_4_1_4/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:41:47 2005
New Revision: 289789

URL: http://svn.apache.org/viewcvs?rev=289789view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_4/
  - copied from r289788, tomcat/container/tc4.x/tags/TOMCAT_4_1_4/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_4/


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



svn commit: r289790 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_5/ tc4.x/tags/TOMCAT_4_1_5/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:41:59 2005
New Revision: 289790

URL: http://svn.apache.org/viewcvs?rev=289790view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_5/
  - copied from r289789, tomcat/container/tc4.x/tags/TOMCAT_4_1_5/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_5/


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



svn commit: r289791 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_6/ tc4.x/tags/TOMCAT_4_1_6/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:42:12 2005
New Revision: 289791

URL: http://svn.apache.org/viewcvs?rev=289791view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_6/
  - copied from r289790, tomcat/container/tc4.x/tags/TOMCAT_4_1_6/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_6/


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



svn commit: r289793 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_8/ tc4.x/tags/TOMCAT_4_1_8/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:42:34 2005
New Revision: 289793

URL: http://svn.apache.org/viewcvs?rev=289793view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_8/
  - copied from r289792, tomcat/container/tc4.x/tags/TOMCAT_4_1_8/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_8/


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



svn commit: r289794 - in /tomcat/container: tags/tc4.1.x/TOMCAT_4_1_9/ tc4.x/tags/TOMCAT_4_1_9/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:42:45 2005
New Revision: 289794

URL: http://svn.apache.org/viewcvs?rev=289794view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.1.x/TOMCAT_4_1_9/
  - copied from r289793, tomcat/container/tc4.x/tags/TOMCAT_4_1_9/
Removed:
tomcat/container/tc4.x/tags/TOMCAT_4_1_9/


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



svn commit: r289795 - /tomcat/container/tags/tc4.0.x/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:50:06 2005
New Revision: 289795

URL: http://svn.apache.org/viewcvs?rev=289795view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/


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



svn commit: r289796 - in /tomcat/container: tags/tc4.0.x/tomcat_401/ tc4.x/tags/tomcat_401/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:56:49 2005
New Revision: 289796

URL: http://svn.apache.org/viewcvs?rev=289796view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_401/
  - copied from r289795, tomcat/container/tc4.x/tags/tomcat_401/
Removed:
tomcat/container/tc4.x/tags/tomcat_401/


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



svn commit: r289797 - in /tomcat/container: tags/tc4.0.x/tomcat_401_b1/ tc4.x/tags/tomcat_401_b1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:57:00 2005
New Revision: 289797

URL: http://svn.apache.org/viewcvs?rev=289797view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_401_b1/
  - copied from r289796, tomcat/container/tc4.x/tags/tomcat_401_b1/
Removed:
tomcat/container/tc4.x/tags/tomcat_401_b1/


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



svn commit: r289798 - in /tomcat/container: tags/tc4.0.x/tomcat_402/ tc4.x/tags/tomcat_402/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:57:10 2005
New Revision: 289798

URL: http://svn.apache.org/viewcvs?rev=289798view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_402/
  - copied from r289797, tomcat/container/tc4.x/tags/tomcat_402/
Removed:
tomcat/container/tc4.x/tags/tomcat_402/


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



svn commit: r289799 - in /tomcat/container: tags/tc4.0.x/tomcat_402_b1/ tc4.x/tags/tomcat_402_b1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:57:21 2005
New Revision: 289799

URL: http://svn.apache.org/viewcvs?rev=289799view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_402_b1/
  - copied from r289798, tomcat/container/tc4.x/tags/tomcat_402_b1/
Removed:
tomcat/container/tc4.x/tags/tomcat_402_b1/


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



svn commit: r289800 - in /tomcat/container: tags/tc4.0.x/tomcat_402_b2/ tc4.x/tags/tomcat_402_b2/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:57:32 2005
New Revision: 289800

URL: http://svn.apache.org/viewcvs?rev=289800view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_402_b2/
  - copied from r289799, tomcat/container/tc4.x/tags/tomcat_402_b2/
Removed:
tomcat/container/tc4.x/tags/tomcat_402_b2/


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



svn commit: r289802 - in /tomcat/container: tags/tc4.0.x/tomcat_404/ tc4.x/tags/tomcat_404/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:57:52 2005
New Revision: 289802

URL: http://svn.apache.org/viewcvs?rev=289802view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_404/
  - copied from r289801, tomcat/container/tc4.x/tags/tomcat_404/
Removed:
tomcat/container/tc4.x/tags/tomcat_404/


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



svn commit: r289803 - in /tomcat/container: tags/tc4.0.x/tomcat_404_b1/ tc4.x/tags/tomcat_404_b1/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:58:03 2005
New Revision: 289803

URL: http://svn.apache.org/viewcvs?rev=289803view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_404_b1/
  - copied from r289802, tomcat/container/tc4.x/tags/tomcat_404_b1/
Removed:
tomcat/container/tc4.x/tags/tomcat_404_b1/


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



svn commit: r289804 - in /tomcat/container: tags/tc4.0.x/tomcat_404_b2/ tc4.x/tags/tomcat_404_b2/

2005-09-17 Thread markt
Author: markt
Date: Sat Sep 17 03:58:14 2005
New Revision: 289804

URL: http://svn.apache.org/viewcvs?rev=289804view=rev
Log:
Restructure after tc3 and tc4 migration

Added:
tomcat/container/tags/tc4.0.x/tomcat_404_b2/
  - copied from r289803, tomcat/container/tc4.x/tags/tomcat_404_b2/
Removed:
tomcat/container/tc4.x/tags/tomcat_404_b2/


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



  1   2   3   4   5   6   7   >