svn commit: r496022 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/servlet/JspServlet.java

2007-01-13 Thread markt
Author: markt Date: Sat Jan 13 18:45:48 2007 New Revision: 496022 URL: http://svn.apache.org/viewvc?view=rev&rev=496022 Log: Fix bug 41327. Show full request URI for a 404. Patch provided by Vijay. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/jasper/tc5.5.x

svn commit: r496025 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2007-01-13 Thread markt
Author: markt Date: Sat Jan 13 19:18:06 2007 New Revision: 496025 URL: http://svn.apache.org/viewvc?view=rev&rev=496025 Log: Fix bug 41217. Make SSO cookie secure when created during a secure request. Patch provided by Chris Halstead. Modified: tomcat/container/tc5.5.x/catalina/src/s

svn commit: r496089 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/authenticator/ catalina/src/share/org/apache/catalina/startup/ webapps/docs/

2007-01-14 Thread markt
Author: markt Date: Sun Jan 14 07:29:10 2007 New Revision: 496089 URL: http://svn.apache.org/viewvc?view=rev&rev=496089 Log: Fix bug 40524. request.getAuthType() now returns CLIENT_CERT rather than CLIENT-CERT as per the spec. Now only web.xml, o.a.c.deploy.LoginConfig

svn commit: r496093 - in /tomcat: connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java container/tc5.5.x/webapps/docs/changelog.xml

2007-01-14 Thread markt
Author: markt Date: Sun Jan 14 08:02:20 2007 New Revision: 496093 URL: http://svn.apache.org/viewvc?view=rev&rev=496093 Log: Fix bug 39627. JULI now acts on a .level=XXX directive Modified: tomcat/connectors/trunk/juli/src/java/org/apache/juli/ClassLoaderLogManager.java tomcat/conta

svn commit: r496117 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardWrapper.java catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/ch

2007-01-14 Thread markt
Author: markt Date: Sun Jan 14 11:43:00 2007 New Revision: 496117 URL: http://svn.apache.org/viewvc?view=rev&rev=496117 Log: Fix bug 39088. prevent infinite loops when an exception is thrown the returns itself for getRootCause() Modified: tomcat/container/tc5.5.x/catalina/src/share

svn commit: r496173 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-01-14 Thread markt
Author: markt Date: Sun Jan 14 14:48:05 2007 New Revision: 496173 URL: http://svn.apache.org/viewvc?view=rev&rev=496173 Log: Update changelog with bug number. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml

svn commit: r496190 - in /tomcat: container/tc5.5.x/webapps/docs/ servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/WEB-INF/classes/compressionFilters/ servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examp

2007-01-14 Thread markt
Author: markt Date: Sun Jan 14 15:21:45 2007 New Revision: 496190 URL: http://svn.apache.org/viewvc?view=rev&rev=496190 Log: Fix bug 39572. Improvements to CompressionFilter provided by Eric Hedström. Also cleaned up unused imports and methods. Modified: tomcat/container/tc5.5.x/web

svn commit: r498049 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardWrapper.java webapps/docs/changelog.xml

2007-01-19 Thread markt
Author: markt Date: Fri Jan 19 18:47:25 2007 New Revision: 498049 URL: http://svn.apache.org/viewvc?view=rev&rev=498049 Log: Improved patch for 39088 based on patch by Wouter Zelle. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapper.

svn commit: r498052 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapper.java

2007-01-19 Thread markt
Author: markt Date: Fri Jan 19 18:58:37 2007 New Revision: 498052 URL: http://svn.apache.org/viewvc?view=rev&rev=498052 Log: Revert this while I figure why the build broke Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapper.java Modified: to

svn commit: r498053 - in /tomcat/container/tc5.5.x/catalina: build.xml src/share/org/apache/catalina/core/StandardWrapper.java

2007-01-19 Thread markt
Author: markt Date: Fri Jan 19 19:07:36 2007 New Revision: 498053 URL: http://svn.apache.org/viewvc?view=rev&rev=498053 Log: Put the fix back for 39088 now the build is fixed. Sorry for the noise. Modified: tomcat/container/tc5.5.x/catalina/build.xml tomcat/container/tc5.5.x/cata

svn commit: r498058 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/EmbeddedServletOptions.java

2007-01-19 Thread markt
Author: markt Date: Fri Jan 19 19:38:23 2007 New Revision: 498058 URL: http://svn.apache.org/viewvc?view=rev&rev=498058 Log: Fix bug 41265 by removing the code that resets checkInterval values of zero to 300. If not checkInterval is not specified it defaults to zero anyway and removing the

svn commit: r498126 - in /tomcat/container/tc5.5.x: catalina/src/bin/catalina.bat catalina/src/bin/catalina.sh webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 07:38:39 2007 New Revision: 498126 URL: http://svn.apache.org/viewvc?view=rev&rev=498126 Log: Fix bug 40526. Return support for JPDA_OPTS to catalina.bat and add a new option JPDA_SUSPEND. Patch provided by Kurt Roy. Modified: tomcat/container/tc5.5.x/cata

svn commit: r498140 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 08:28:43 2007 New Revision: 498140 URL: http://svn.apache.org/viewvc?view=rev&rev=498140 Log: As identified in bug 40507, update webapps to use a servlet 2.4 xsd. Patch provided by Chris Halstead. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog

svn commit: r498211 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 15:37:15 2007 New Revision: 498211 URL: http://svn.apache.org/viewvc?view=rev&rev=498211 Log: Correct bug number Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

svn commit: r498213 - in /tomcat: connectors/trunk/jk/xdocs/webserver_howto/apache.xml container/tc5.5.x/webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt Date: Sat Jan 20 15:45:24 2007 New Revision: 498213 URL: http://svn.apache.org/viewvc?view=rev&rev=498213 Log: Fix bug 40367. Add requirement for workers.properties to auto configuration documentation. Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache

svn commit: r499215 - in /tomcat/container/tc5.5.x/catalina: build.xml src/share/org/apache/catalina/core/StandardWrapper.java src/share/org/apache/catalina/valves/ErrorReportValve.java

2007-01-23 Thread markt
Author: markt Date: Tue Jan 23 18:55:06 2007 New Revision: 499215 URL: http://svn.apache.org/viewvc?view=rev&rev=499215 Log: Further improvements to the fix for bug 39088 - Remove dependency on jsp-api using Tim Funk's suggested approach - Add the recursion part of the patch I missed p

svn commit: r499227 - /tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml

2007-01-23 Thread markt
Author: markt Date: Tue Jan 23 19:28:13 2007 New Revision: 499227 URL: http://svn.apache.org/viewvc?view=rev&rev=499227 Log: Fix 41444, in case there is another 5.0.x release Modified: tomcat/container/branches/tc5.0.x/webapps/docs/config/service.xml Modified: tomcat/container/bran

svn commit: r499237 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/startup/ webapps/docs/

2007-01-23 Thread markt
Author: markt Date: Tue Jan 23 19:37:55 2007 New Revision: 499237 URL: http://svn.apache.org/viewvc?view=rev&rev=499237 Log: Resolve inconsistency between log level and message. Patch suggested by Suzuki Yuichiro. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/cata

svn commit: r500616 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/startup/ContextConfig.java java/org/apache/catalina/startup/LocalStrings.properties webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:00:07 2007 New Revision: 500616 URL: http://svn.apache.org/viewvc?view=rev&rev=500616 Log: Correct error messages. Should be context.xml not web.xml Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java tomcat/tc6.0.x/t

svn commit: r500622 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/servlet/JspServlet.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:14:06 2007 New Revision: 500622 URL: http://svn.apache.org/viewvc?view=rev&rev=500622 Log: Port fix for bug 41327. Show full URI for a 404. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspServlet.java tomcat/tc6.0.x/trunk/webapps/

svn commit: r500626 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/authenticator/AuthenticatorBase.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:25:41 2007 New Revision: 500626 URL: http://svn.apache.org/viewvc?view=rev&rev=500626 Log: Port fox for bug 41217. Set secure attribute on SSO cookie when cookie is created during a secure request. Patch provided by Chris Halstead. Modified: tomcat/tc6

svn commit: r500629 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/authenticator/ webapps/docs/

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 13:32:52 2007 New Revision: 500629 URL: http://svn.apache.org/viewvc?view=rev&rev=500629 Log: Port fix bug 40524. request.getAuthType() now returns CLIENT_CERT rather than CLIENT-CERT as per the spec. Now only web.xml, o.a.c.deploy.LoginConfig

svn commit: r500644 - in /tomcat/tc6.0.x/trunk/webapps: ROOT/WEB-INF/web.xml docs/WEB-INF/web.xml docs/changelog.xml examples/WEB-INF/web.xml host-manager/WEB-INF/web.xml manager/WEB-INF/web.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:35:35 2007 New Revision: 500644 URL: http://svn.apache.org/viewvc?view=rev&rev=500644 Log: Update all webapps to use the servlet 2.5 xsd Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/WEB-INF/web.xml tomcat/tc6.0.x/trunk/webapps/docs/WEB-INF/web

svn commit: r500651 - in /tomcat/tc6.0.x/trunk: bin/catalina.bat bin/catalina.sh webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:45:06 2007 New Revision: 500651 URL: http://svn.apache.org/viewvc?view=rev&rev=500651 Log: Port fix bug 40526. Return support for JPDA_OPTS to catalina.bat and add a new option JPDA_SUSPEND. Patch provided by Kurt Roy. Modified: tomcat/tc6.0.x/trunk

svn commit: r500656 - /tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:49:37 2007 New Revision: 500656 URL: http://svn.apache.org/viewvc?view=rev&rev=500656 Log: Javadocs are no longer included by default and the pages are not pre-compiled. Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/index.jsp Modified: tomcat/tc6.0.x/t

svn commit: r500660 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/EmbeddedServletOptions.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 14:56:47 2007 New Revision: 500660 URL: http://svn.apache.org/viewvc?view=rev&rev=500660 Log: Port fix bug 41265 by removing the code that resets checkInterval values of zero to 300. If checkInterval is not specified it defaults to zero anyway and removing

svn commit: r500668 - in /tomcat/tc6.0.x/trunk/webapps: docs/ examples/WEB-INF/classes/compressionFilters/

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:07:51 2007 New Revision: 500668 URL: http://svn.apache.org/viewvc?view=rev&rev=500668 Log: Port fix bug 39572. Improvements to CompressionFilter provided by Eric Hedström. Also cleaned up unused imports and methods. Modified: tomcat/tc6.0.x/trunk/web

svn commit: r500669 - /tomcat/tc6.0.x/trunk/.classpath

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:08:13 2007 New Revision: 500669 URL: http://svn.apache.org/viewvc?view=rev&rev=500669 Log: Add source for examples to Eclipse project Modified: tomcat/tc6.0.x/trunk/.classpath Modified: tomcat/tc6.0.x/trunk/.classpath URL: http://svn.apache.org/vi

svn commit: r500674 - in /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes: ./ cal/ dates/ error/ examples/ filters/ jsp2/examples/el/ jsp2/examples/simpletag/ listeners/ sessions/

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:15:00 2007 New Revision: 500674 URL: http://svn.apache.org/viewvc?view=rev&rev=500674 Log: Code clean up in the examples. Removed unused imports and unused code. Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/CookieExample.java to

svn commit: r500684 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/ant/jmx/ catalina/core/ catalina/ha/authenticator/ catalina/ha/context/ catalina/ha/session/ catalina/ha/tcp/ catalin

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 15:27:18 2007 New Revision: 500684 URL: http://svn.apache.org/viewvc?view=rev&rev=500684 Log: Clean up unused imports for the tc6 source tree Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/Cluster.java tomcat/tc6.0.x/trunk/java/org/apache/cata

svn commit: r500710 - /tomcat/tc6.0.x/trunk/bin/catalina.bat

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 16:24:33 2007 New Revision: 500710 URL: http://svn.apache.org/viewvc?view=rev&rev=500710 Log: Fix paste error Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat Modified: tomcat/tc6.0.x/trunk/bin/catalina.bat URL: http://svn.apache.org/viewvc/tomcat/tc6

svn commit: r500713 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 16:51:28 2007 New Revision: 500713 URL: http://svn.apache.org/viewvc?view=rev&rev=500713 Log: Fix getting the nested exception of the standard Exception class Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/va

svn commit: r500716 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/changelog.xml

2007-01-27 Thread markt
Author: markt Date: Sat Jan 27 16:55:24 2007 New Revision: 500716 URL: http://svn.apache.org/viewvc?view=rev&rev=500716 Log: Port fix bug 39088 that prevents infinite loops when an exception is thrown the returns itself for getRootCause(). Also port changes that enable the root cause t

svn commit: r500810 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-01-28 Thread markt
Author: markt Date: Sun Jan 28 07:25:04 2007 New Revision: 500810 URL: http://svn.apache.org/viewvc?view=rev&rev=500810 Log: Correct change log. The infinite loop issue had already been resolved. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/t

svn commit: r500812 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina: core/StandardWrapper.java valves/ErrorReportValve.java

2007-01-28 Thread markt
Author: markt Date: Sun Jan 28 07:28:23 2007 New Revision: 500812 URL: http://svn.apache.org/viewvc?view=rev&rev=500812 Log: Simplify code since ServletException now uses standard exception chaining. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapper.java to

svn commit: r500824 - /tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/JspException.java

2007-01-28 Thread markt
Author: markt Date: Sun Jan 28 08:39:42 2007 New Revision: 500824 URL: http://svn.apache.org/viewvc?view=rev&rev=500824 Log: Replace tabs with 8 spaces and tidy up the javadocs afterwards. No functional change. Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/JspException.

svn commit: r500843 - in /tomcat/tc6.0.x/trunk/java: javax/servlet/jsp/JspException.java org/apache/catalina/core/StandardWrapper.java org/apache/catalina/valves/ErrorReportValve.java

2007-01-28 Thread markt
Author: markt Date: Sun Jan 28 09:28:36 2007 New Revision: 500843 URL: http://svn.apache.org/viewvc?view=rev&rev=500843 Log: Update JspException to align with the JSP 2.1 spec. Update root cause finding to take advantage of being able to use getCause Modified: tomcat/tc6.0.x/trunk/java/j

svn commit: r500918 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardWrapper.java java/org/apache/catalina/valves/ErrorReportValve.java webapps/docs/changelog.xml

2007-01-28 Thread markt
Author: markt Date: Sun Jan 28 17:45:06 2007 New Revision: 500918 URL: http://svn.apache.org/viewvc?view=rev&rev=500918 Log: Revert port of 39088 as per discussion on dev list. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapper.java tomcat/tc6.0.x/trunk/java

svn commit: r501241 - /tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/JspException.java

2007-01-29 Thread markt
Author: markt Date: Mon Jan 29 16:02:30 2007 New Revision: 501241 URL: http://svn.apache.org/viewvc?view=rev&rev=501241 Log: Complete previous patch. Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/jsp/JspException.java Modified: tomcat/tc6.0.x/trunk/java/javax/servlet

svn commit: r502062 - /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java

2007-01-31 Thread markt
Author: markt Date: Wed Jan 31 16:59:17 2007 New Revision: 502062 URL: http://svn.apache.org/viewvc?view=rev&rev=502062 Log: Fix build. I believe I implemented the intended behaviour. Rainer - can you confirm? Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/st

svn commit: r502067 - in /tomcat: build/tc5.5.x/build.xml container/tc5.5.x/webapps/docs/changelog.xml

2007-01-31 Thread markt
Author: markt Date: Wed Jan 31 17:30:32 2007 New Revision: 502067 URL: http://svn.apache.org/viewvc?view=rev&rev=502067 Log: Fix bug 41512. Replace @version@ token in release notes. Modified: tomcat/build/tc5.5.x/build.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modi

svn commit: r503957 - in /tomcat: connectors/trunk/http11/ connectors/trunk/jk/ connectors/trunk/util/ container/branches/tc4.1.x/catalina/ container/branches/tc4.1.x/webapps/ container/branches/tc4.1

2007-02-05 Thread markt
Author: markt Date: Mon Feb 5 18:18:14 2007 New Revision: 503957 URL: http://svn.apache.org/viewvc?view=rev&rev=503957 Log: Make connectors build for TC4 with a 1.3 JDK. Some bits will be excluded from the build but it will then run on a 1.3 JDK. Modified: tomcat/connectors/trunk/ht

svn commit: r503958 - in /tomcat/container/branches/tc4.1.x: BUILDING.txt RELEASE-NOTES-4.1.txt RUNNING.txt build.properties.default build.xml

2007-02-05 Thread markt
Author: markt Date: Mon Feb 5 18:21:15 2007 New Revision: 503958 URL: http://svn.apache.org/viewvc?view=rev&rev=503958 Log: Update libraries to latest available versions. Update release notes to make JDK 1.3 requirement clear. This has been the case for several versions, it just wasn'

svn commit: r503965 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/ApplicationFilterChain.java

2007-02-05 Thread markt
Author: markt Date: Mon Feb 5 18:51:30 2007 New Revision: 503965 URL: http://svn.apache.org/viewvc?view=rev&rev=503965 Log: Fix what looks like a copy and paste error Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/ApplicationFilterChain.

svn commit: r504386 - in /tomcat/connectors/trunk: http11/build.xml jk/build.xml util/build.xml

2007-02-06 Thread markt
Author: markt Date: Tue Feb 6 16:28:00 2007 New Revision: 504386 URL: http://svn.apache.org/viewvc?view=rev&rev=504386 Log: Switch to a straight JDK 1.4 test to determine which components to exclude when building TC4 on JDK 1.3. This should sit better along side the TC5 build pro

svn commit: r504390 - /tomcat/connectors/trunk/http11/build.xml

2007-02-06 Thread markt
Author: markt Date: Tue Feb 6 16:47:18 2007 New Revision: 504390 URL: http://svn.apache.org/viewvc?view=rev&rev=504390 Log: One tweak so the TC5 build doesn't exclude some APR classes Modified: tomcat/connectors/trunk/http11/build.xml Modified: tomcat/connectors/trunk/http11/buil

svn commit: r504402 - /tomcat/container/branches/tc4.1.x/webapps/manager/build.xml

2007-02-06 Thread markt
Author: markt Date: Tue Feb 6 17:15:01 2007 New Revision: 504402 URL: http://svn.apache.org/viewvc?view=rev&rev=504402 Log: Add images back to the manager app. Last commit was a little too keen in what was tidied up. Modified: tomcat/container/branches/tc4.1.x/webapps/manager/build

svn commit: r505740 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2007-02-10 Thread markt
Author: markt Date: Sat Feb 10 10:45:24 2007 New Revision: 505740 URL: http://svn.apache.org/viewvc?view=rev&rev=505740 Log: Fix problem with CGI variable SCRIPT_NAME reported on users list Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.

svn commit: r505743 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2007-02-10 Thread markt
Author: markt Date: Sat Feb 10 10:55:08 2007 New Revision: 505743 URL: http://svn.apache.org/viewvc?view=rev&rev=505743 Log: Port SCRIPT_NAME fix Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/servlets/CGIServlet.java tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modi

svn commit: r505759 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/mbeans/ webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector/ webapps/docs/

2007-02-10 Thread markt
Author: markt Date: Sat Feb 10 12:20:48 2007 New Revision: 505759 URL: http://svn.apache.org/viewvc?view=rev&rev=505759 Log: Fix bug 41493. Admin webapp now handles APR connectors correctly. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans/ConnectorMBean.

svn commit: r506433 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.java

2007-02-12 Thread markt
Author: markt Date: Mon Feb 12 04:29:23 2007 New Revision: 506433 URL: http://svn.apache.org/viewvc?view=rev&rev=506433 Log: Port fix for minor glitch, submitted by Anil Saldhana. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/authenticator/FormAuthenticator.

svn commit: r508248 - /tomcat/container/branches/tc5.0.x/webapps/docs/jndi-datasource-examples-howto.xml

2007-02-15 Thread markt
Author: markt Date: Thu Feb 15 16:07:21 2007 New Revision: 508248 URL: http://svn.apache.org/viewvc?view=rev&rev=508248 Log: Fix for bug 41623 so svn aligns with the live web site (that I am about to update) Modified: tomcat/container/branches/tc5.0.x/webapps/docs/jndi-datasource-exam

svn commit: r508294 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java webapps/docs/changelog.xml

2007-02-15 Thread markt
Author: markt Date: Thu Feb 15 19:06:07 2007 New Revision: 508294 URL: http://svn.apache.org/viewvc?view=rev&rev=508294 Log: Fix bug 41608. Make log levels consistent. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardWrapperValve.java to

svn commit: r508295 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardWrapperValve.java webapps/docs/changelog.xml

2007-02-15 Thread markt
Author: markt Date: Thu Feb 15 19:09:39 2007 New Revision: 508295 URL: http://svn.apache.org/viewvc?view=rev&rev=508295 Log: Port fix bug 41608. Make log levels consistent. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardWrapperValve.java tomcat/tc6.0.x/trunk/web

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

2007-02-15 Thread markt
Author: markt Date: Thu Feb 15 19:13:33 2007 New Revision: 508297 URL: http://svn.apache.org/viewvc?view=rev&rev=508297 Log: Fix typo 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:

svn commit: r508762 - in /tomcat/site/trunk: docs/security-4.html docs/security-5.html xdocs/security-4.xml xdocs/security-5.xml

2007-02-17 Thread markt
Author: markt Date: Sat Feb 17 06:04:30 2007 New Revision: 508762 URL: http://svn.apache.org/viewvc?view=rev&rev=508762 Log: Add CVE-2005-3510 Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/xdocs/security-4.xml to

svn commit: r510801 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java

2007-02-22 Thread markt
Author: markt Date: Thu Feb 22 20:09:46 2007 New Revision: 510801 URL: http://svn.apache.org/viewvc?view=rev&rev=510801 Log: Port Remy's CL deadlock quick fix from TC6 Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java Modified

svn commit: r511294 - in /tomcat/tc6.0.x/trunk/webapps: ROOT/WEB-INF/web.xml docs/WEB-INF/web.xml docs/changelog.xml examples/WEB-INF/web.xml host-manager/WEB-INF/web.xml manager/WEB-INF/web.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 08:20:30 2007 New Revision: 511294 URL: http://svn.apache.org/viewvc?view=rev&rev=511294 Log: Use correct definition for servlet 2.5 xsd. Modified: tomcat/tc6.0.x/trunk/webapps/ROOT/WEB-INF/web.xml tomcat/tc6.0.x/trunk/webapps/docs/WEB-INF/web

svn commit: r511333 - /tomcat/connectors/trunk/jk/jkstatus/

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 11:58:46 2007 New Revision: 511333 URL: http://svn.apache.org/viewvc?view=rev&rev=511333 Log: Update ignore list Modified: tomcat/connectors/trunk/jk/jkstatus/ (props changed) Propchange: tomcat/connectors/trunk/jk/jkst

svn commit: r511369 - in /tomcat/site/trunk: docs/security-5.html xdocs/security-5.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 15:22:27 2007 New Revision: 511369 URL: http://svn.apache.org/viewvc?view=rev&rev=511369 Log: Add documentation for CVE-2005-1754 Modified: tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/xdocs/security-5.xml Modified: tomcat/site/trunk/

svn commit: r511370 - in /tomcat/site/trunk: docs/security-5.html xdocs/security-5.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 15:29:39 2007 New Revision: 511370 URL: http://svn.apache.org/viewvc?view=rev&rev=511370 Log: Add documentation for CVE-2005-1753 Modified: tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/xdocs/security-5.xml Modified: tomcat/site/trunk/

svn commit: r511373 - in /tomcat/site/trunk: docs/security-3.html xdocs/security-3.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 15:44:02 2007 New Revision: 511373 URL: http://svn.apache.org/viewvc?view=rev&rev=511373 Log: Add documentation for CVE-2005-0808 Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/xdocs/security-3.xml Modified: tomcat/site/trunk/

svn commit: r511398 - in /tomcat/site/trunk: docs/security-3.html xdocs/security-3.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 17:39:24 2007 New Revision: 511398 URL: http://svn.apache.org/viewvc?view=rev&rev=511398 Log: Clean up TC3 issues and make descriptions consistent Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/xdocs/security-3.xml Modified: tomcat/

svn commit: r511399 - in /tomcat/site/trunk: docs/security-4.html xdocs/security-4.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 17:41:29 2007 New Revision: 511399 URL: http://svn.apache.org/viewvc?view=rev&rev=511399 Log: Add documentation for CVE-2003-0866 Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/xdocs/security-4.xml Modified: tomcat/site/trunk/

svn commit: r511401 - in /tomcat/site/trunk: docs/security-3.html xdocs/security-3.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 17:58:53 2007 New Revision: 511401 URL: http://svn.apache.org/viewvc?view=rev&rev=511401 Log: Add documentation for CVE-2003-0045 Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/xdocs/security-3.xml Modified: tomcat/site/trunk/

svn commit: r511406 - in /tomcat/site/trunk: docs/security-3.html xdocs/security-3.xml

2007-02-24 Thread markt
Author: markt Date: Sat Feb 24 18:31:19 2007 New Revision: 511406 URL: http://svn.apache.org/viewvc?view=rev&rev=511406 Log: Add documentation for CVE-2003-0044, CVE-2003-0043 and CVE-2003-0042 Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/xdocs/security-3

svn commit: r511689 - /tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/MimeHeaders.java

2007-02-25 Thread markt
Author: markt Date: Sun Feb 25 17:57:28 2007 New Revision: 511689 URL: http://svn.apache.org/viewvc?view=rev&rev=511689 Log: Tabs -> 8 spaces. No other changes. Modified: tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/MimeHeaders.java Modified: tomcat/connectors/tru

svn commit: r511708 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/startup/ContextConfig.java catalina/src/share/org/apache/catalina/startup/LocalStrings.properties webapps/doc

2007-02-25 Thread markt
Author: markt Date: Sun Feb 25 19:12:18 2007 New Revision: 511708 URL: http://svn.apache.org/viewvc?view=rev&rev=511708 Log: Fix bug 41674. Error messages should refer to context.xml not web.xml. Port of same fix in TC6. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/ap

svn commit: r511716 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2007-02-25 Thread markt
Author: markt Date: Sun Feb 25 20:06:07 2007 New Revision: 511716 URL: http://svn.apache.org/viewvc?view=rev&rev=511716 Log: Fix bug 41666. Correct handling of boundary conditions for If-Unmodified-Since and If-Modified-Since headers. Patch provided by Suzuki Yuichiro. Modified: to

svn commit: r512088 - in /tomcat/site/trunk: docs/security-5.html xdocs/security-5.xml

2007-02-26 Thread markt
Author: markt Date: Mon Feb 26 16:14:01 2007 New Revision: 512088 URL: http://svn.apache.org/viewvc?view=rev&rev=512088 Log: Fix typo. Modified: tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/xdocs/security-5.xml Modified: tomcat/site/trunk/docs/security-5.html URL:

svn commit: r512602 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/startup: LocalStrings_es.properties LocalStrings_fr.properties

2007-02-27 Thread markt
Author: markt Date: Tue Feb 27 20:27:09 2007 New Revision: 512602 URL: http://svn.apache.org/viewvc?view=rev&rev=512602 Log: Partial fix for bug 41655. Update some of the translations and fix a few obvious typos. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/cata

svn commit: r513079 - in /tomcat/connectors/trunk: coyote/src/java/org/apache/coyote/Request.java util/java/org/apache/tomcat/util/http/MimeHeaders.java

2007-02-28 Thread markt
Author: markt Date: Wed Feb 28 16:26:12 2007 New Revision: 513079 URL: http://svn.apache.org/viewvc?view=rev&rev=513079 Log: As per RFC2616, requests with multiple content-length headers are invalid. Modified: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/Request.java to

svn commit: r513080 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-02-28 Thread markt
Author: markt Date: Wed Feb 28 16:28:57 2007 New Revision: 513080 URL: http://svn.apache.org/viewvc?view=rev&rev=513080 Log: Update change log Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

svn commit: r513599 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2007-03-01 Thread markt
Author: markt Date: Thu Mar 1 18:34:17 2007 New Revision: 513599 URL: http://svn.apache.org/viewvc?view=rev&rev=513599 Log: Fix bug 41739. Servlets with a load-on-startup value of zero should be loaded first. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/

svn commit: r513601 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/core/StandardContext.java webapps/docs/changelog.xml

2007-03-01 Thread markt
Author: markt Date: Thu Mar 1 18:38:26 2007 New Revision: 513601 URL: http://svn.apache.org/viewvc?view=rev&rev=513601 Log: Port fix for bug 41739. Servlets with a load-on-startup value of zero should be loaded first. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/

svn commit: r513721 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-03-02 Thread markt
Author: markt Date: Fri Mar 2 04:10:05 2007 New Revision: 513721 URL: http://svn.apache.org/viewvc?view=rev&rev=513721 Log: Put change in right section. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r514026 - in /tomcat/site/trunk/docs: security-jk.html security.html

2007-03-02 Thread markt
Author: markt Date: Fri Mar 2 16:26:54 2007 New Revision: 514026 URL: http://svn.apache.org/viewvc?view=rev&rev=514026 Log: Add JK vulnerability list, including recently announced issue. Added: tomcat/site/trunk/docs/security-jk.html (with props) Modified: tomcat/site/trunk/

svn commit: r514035 - in /tomcat/site/trunk/xdocs: security-jk.xml security.xml

2007-03-02 Thread markt
Author: markt Date: Fri Mar 2 16:58:38 2007 New Revision: 514035 URL: http://svn.apache.org/viewvc?view=rev&rev=514035 Log: Add JK vulnerability list, including recently announced issue. Odd. This were missed in last commit. Added: tomcat/site/trunk/xdocs/security-jk.xml (with p

svn commit: r514174 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/MimeHeaders.java

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 07:48:33 2007 New Revision: 514174 URL: http://svn.apache.org/viewvc?view=rev&rev=514174 Log: Tabs -> 8 spaces. No functional change. Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/http/MimeHeaders.java Modified: tomcat/tc6.0.x/trunk/j

svn commit: r514176 - in /tomcat/tc6.0.x/trunk/java/org/apache: coyote/Request.java tomcat/util/http/MimeHeaders.java

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 07:56:14 2007 New Revision: 514176 URL: http://svn.apache.org/viewvc?view=rev&rev=514176 Log: Port fix from TC5. As per RFC2616, requests with multiple content-length headers are invalid. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.

svn commit: r514179 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 08:03:11 2007 New Revision: 514179 URL: http://svn.apache.org/viewvc?view=rev&rev=514179 Log: Port fix for bug 41666. Correct handling of boundary conditions for If-Unmodified-Since and If-Modified-Since headers. Patch provided by Suzuki Yuichiro. Up

svn commit: r514180 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup: LocalStrings_es.properties LocalStrings_fr.properties

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 08:12:41 2007 New Revision: 514180 URL: http://svn.apache.org/viewvc?view=rev&rev=514180 Log: Port partial fix for bug 41655. Update some of the translations and fix a few obvious typos. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/sta

svn commit: r514181 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/MemoryRealm.java

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 08:18:50 2007 New Revision: 514181 URL: http://svn.apache.org/viewvc?view=rev&rev=514181 Log: Code clean-up. No functional change. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/MemoryRealm.java Modified: tomcat/tc6.0.x/trunk/java/org/ap

svn commit: r514182 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/realm/MemoryRealm.java webapps/docs/changelog.xml

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 08:22:48 2007 New Revision: 514182 URL: http://svn.apache.org/viewvc?view=rev&rev=514182 Log: Fix bug 41752. Correct error message on exception in MemoryRealm. Patch provided by Ales Milan. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/ap

svn commit: r514183 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/realm/MemoryRealm.java webapps/docs/changelog.xml

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 08:24:08 2007 New Revision: 514183 URL: http://svn.apache.org/viewvc?view=rev&rev=514183 Log: Port fix for bug 41752. Correct error message on exception in MemoryRealm. Patch provided by Ales Milan. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/r

svn commit: r514193 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-03-03 Thread markt
Author: markt Date: Sat Mar 3 09:14:07 2007 New Revision: 514193 URL: http://svn.apache.org/viewvc?view=rev&rev=514193 Log: Changes should now be against 5.5.24 Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml

svn commit: r514530 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-03-04 Thread markt
Author: markt Date: Sun Mar 4 18:59:16 2007 New Revision: 514530 URL: http://svn.apache.org/viewvc?view=rev&rev=514530 Log: Small fix. (Copied rather than moved entry) Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/

svn commit: r514531 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml manager-howto.xml

2007-03-04 Thread markt
Author: markt Date: Sun Mar 4 19:05:32 2007 New Revision: 514531 URL: http://svn.apache.org/viewvc?view=rev&rev=514531 Log: Fix bug 41747. Corrent minor error in ant script example for deploy. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/web

svn commit: r514532 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml manager-howto.xml

2007-03-04 Thread markt
Author: markt Date: Sun Mar 4 19:05:49 2007 New Revision: 514532 URL: http://svn.apache.org/viewvc?view=rev&rev=514532 Log: Port fix for bug 41747. Correct minor error in ant script example for deploy. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/t

svn commit: r514549 - in /tomcat/site/trunk: docs/security-3.html docs/security-4.html xdocs/security-3.xml xdocs/security-4.xml

2007-03-04 Thread markt
Author: markt Date: Sun Mar 4 20:51:36 2007 New Revision: 514549 URL: http://svn.apache.org/viewvc?view=rev&rev=514549 Log: Add more CVE reports to the security pages. Modified: tomcat/site/trunk/docs/security-3.html tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/x

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

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:04:01 2007 New Revision: 514965 URL: http://svn.apache.org/viewvc?view=rev&rev=514965 Log: Update change log prior to 4.1.35 release Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Modified: tomcat/container/branches/tc4.1.x/RELEASE-N

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

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:14:38 2007 New Revision: 514966 URL: http://svn.apache.org/viewvc?view=rev&rev=514966 Log: Update version number in preparation for tagging 4.1.35 Modified: tomcat/container/branches/tc4.1.x/build.properties.default Modified: tomcat/container/branches/t

svn commit: r514967 - /tomcat/container/branches/tc4.1.x/build.xml

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:18:56 2007 New Revision: 514967 URL: http://svn.apache.org/viewvc?view=rev&rev=514967 Log: Update year Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/container/branches/tc4.1.x/build.xml URL: http://svn.apache.org/viewvc/to

svn commit: r514969 - in /tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet: ./ http/ jsp/ jsp/tagext/

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:28:20 2007 New Revision: 514969 URL: http://svn.apache.org/viewvc?view=rev&rev=514969 Log: Clean up unused imports. Modified: tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/FilterConfig.java tomcat/servletapi/bran

svn commit: r514970 - /tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/http/HttpServlet.java

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:29:05 2007 New Revision: 514970 URL: http://svn.apache.org/viewvc?view=rev&rev=514970 Log: Fix obvious bug in error message. Modified: tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x/src/share/javax/servlet/http/HttpServlet.java Modified: to

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

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 19:46:38 2007 New Revision: 514972 URL: http://svn.apache.org/viewvc?view=rev&rev=514972 Log: Fix minor glitches in build script Modified: tomcat/container/branches/tc4.1.x/build.properties.default tomcat/container/branches/tc4.1.x/build.xml Modi

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

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 20:08:53 2007 New Revision: 514975 URL: http://svn.apache.org/viewvc?view=rev&rev=514975 Log: Add a building hint for PureTLS Modified: tomcat/container/branches/tc4.1.x/build.properties.default Modified: tomcat/container/branches/tc4

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

2007-03-05 Thread markt
Author: markt Date: Mon Mar 5 20:11:14 2007 New Revision: 514976 URL: http://svn.apache.org/viewvc?view=rev&rev=514976 Log: Add note for new PureTLS version Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1

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

2007-03-11 Thread markt
Author: markt Date: Sun Mar 11 21:29:30 2007 New Revision: 517094 URL: http://svn.apache.org/viewvc?view=rev&rev=517094 Log: Update front page to latest 5.5.x version Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/index.xml Modified: tomcat/site/trunk/

svn commit: r518823 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/host.xml

2007-03-15 Thread markt
Author: markt Date: Thu Mar 15 18:28:34 2007 New Revision: 518823 URL: http://svn.apache.org/viewvc?view=rev&rev=518823 Log: Update host doc now directories in appBase without WEB-INF are auto-deployed. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/t

<    5   6   7   8   9   10   11   12   13   14   >