svn commit: r326717 - /tomcat/sandbox/

2005-10-19 Thread markt
Author: markt Date: Wed Oct 19 14:43:58 2005 New Revision: 326717 URL: http://svn.apache.org/viewcvs?rev=326717&view=rev Log: Create the sandbox. A readme explaining how to use it will follow as soon as I write it. Added: tomcat/san

svn commit: r326729 - /tomcat/sandbox/README.txt

2005-10-19 Thread markt
Author: markt Date: Wed Oct 19 15:20:14 2005 New Revision: 326729 URL: http://svn.apache.org/viewcvs?rev=326729&view=rev Log: Add some guidance for the use of the sandbox directory. This is just my view so feel free to modify it. Added: tomcat/sandbox/README.txt Added: tomcat/san

svn commit: r328753 - in /tomcat/site/trunk/xdocs: download-33.xml download-41.xml

2005-10-26 Thread markt
Author: markt Date: Wed Oct 26 15:26:44 2005 New Revision: 328753 URL: http://svn.apache.org/viewcvs?rev=328753&view=rev Log: Fix download locations for Tomcat 3 and Tomcat 4 after move to TLP structure. Modified: tomcat/site/trunk/xdocs/download-33.xml tomcat/site/trunk/xdocs/down

svn commit: r328769 - in /tomcat/site/trunk/docs: download-33.html download-41.html

2005-10-26 Thread markt
Author: markt Date: Wed Oct 26 18:34:39 2005 New Revision: 328769 URL: http://svn.apache.org/viewcvs?rev=328769&view=rev Log: Update html as well as xml. Modified: tomcat/site/trunk/docs/download-33.html tomcat/site/trunk/docs/download-41.html Modified: tomcat/site/trunk/docs/down

svn commit: r329593 - in /tomcat/jasper/branches/tc4.1.x/jasper2/src/share/org/apache/jasper/compiler: Compiler.java Generator.java JspDocumentParser.java JspReader.java Node.java PageDataImpl.java Pa

2005-10-30 Thread markt
Author: markt Date: Sun Oct 30 09:52:51 2005 New Revision: 329593 URL: http://svn.apache.org/viewcvs?rev=329593&view=rev Log: Fix bug 22802 - implement mappedfile. Port of: - Kin-man's mappedfile implementation from TC5 - Jan's patch to use String rather than char[] Added:

svn commit: r330947 - in /tomcat: connectors/trunk/ container/tc5.5.x/ jasper/tc5.5.x/ servletapi/servlet2.4-jsp2.0-tc5.x/

2005-11-04 Thread markt
Author: markt Date: Fri Nov 4 16:39:24 2005 New Revision: 330947 URL: http://svn.apache.org/viewcvs?rev=330947&view=rev Log: Add Eclipse 3.x build files. Assumptions include: - Checkout of /tomcat/current/tc5.5.x/ in workspace directory - Location of libs is workspace/../libs - Suffic

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

2005-11-06 Thread markt
Author: markt Date: Sun Nov 6 04:08:59 2005 New Revision: 331102 URL: http://svn.apache.org/viewcvs?rev=331102&view=rev Log: Update optional dependencies. Modified: tomcat/build/tc5.5.x/build.properties.default tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/b

svn commit: r331103 - in /tomcat: connectors/trunk/.classpath container/tc5.5.x/.classpath jasper/tc5.5.x/.classpath

2005-11-06 Thread markt
Author: markt Date: Sun Nov 6 04:11:16 2005 New Revision: 331103 URL: http://svn.apache.org/viewcvs?rev=331103&view=rev Log: Use relative paths to libraries for Eclipse projects. Correct some library versions to align with build.properties.default Modified: tomcat/connectors/t

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

2005-11-06 Thread markt
Author: markt Date: Sun Nov 6 04:38:45 2005 New Revision: 331105 URL: http://svn.apache.org/viewcvs?rev=331105&view=rev Log: Align tomcat/current SVN externals configuration with the main build script. Modified: tomcat/current/tc5.5.x/ (props changed) Propchange: tomcat/current/tc5

svn commit: r331106 - in /tomcat/jasper/tc5.5.x: .classpath jasper2/.classpath

2005-11-06 Thread markt
Author: markt Date: Sun Nov 6 04:41:19 2005 New Revision: 331106 URL: http://svn.apache.org/viewcvs?rev=331106&view=rev Log: Move eclipse files to align new with tomcat/current/tc5.5.x configuration Added: tomcat/jasper/tc5.5.x/jasper2/.classpath - copied unchanged from r33

svn commit: r331107 - in /tomcat/jasper/tc5.5.x: .project jasper2/.project

2005-11-06 Thread markt
Author: markt Date: Sun Nov 6 04:41:44 2005 New Revision: 331107 URL: http://svn.apache.org/viewcvs?rev=331107&view=rev Log: Move eclipse files to align new with tomcat/current/tc5.5.x configuration Added: tomcat/jasper/tc5.5.x/jasper2/.project - copied unchanged from r331106, to

svn commit: r331108 - /tomcat/jasper/tc5.5.x/jasper2/.classpath

2005-11-06 Thread markt
Author: markt Date: Sun Nov 6 04:43:19 2005 New Revision: 331108 URL: http://svn.apache.org/viewcvs?rev=331108&view=rev Log: Update eclipse classpath to align new with tomcat/current/tc5.5.x configuration Modified: tomcat/jasper/tc5.5.x/jasper2/.classpath Modified: tomcat/jasper/tc5

svn commit: r331869 - /tomcat/container/tc5.5.x/webapps/docs/building.xml

2005-11-08 Thread markt
Author: markt Date: Tue Nov 8 11:29:05 2005 New Revision: 331869 URL: http://svn.apache.org/viewcvs?rev=331869&view=rev Log: Update building docs for SVN. Modified: tomcat/container/tc5.5.x/webapps/docs/building.xml Modified: tomcat/container/tc5.5.x/webapps/docs/building.xml URL:

svn commit: r331870 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/DefaultServlet.java

2005-11-08 Thread markt
Author: markt Date: Tue Nov 8 11:32:28 2005 New Revision: 331870 URL: http://svn.apache.org/viewcvs?rev=331870&view=rev Log: Simple part of fix for bug 37150 based on profiler output. Doesn't fix the major culprit. Needs more work. Modified: tomcat/container/tc5.5.x/catalina/src/

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

2005-11-09 Thread markt
Author: markt Date: Wed Nov 9 11:50:47 2005 New Revision: 332127 URL: http://svn.apache.org/viewcvs?rev=332127&view=rev Log: Fix bug 37150. Turn off directory listings by default and add a warning to the docs. Modified: tomcat/container/tc5.5.x/catalina/src/conf/web.xml to

svn commit: r332143 - in /tomcat/container/branches/tc5.0.x: catalina/src/conf/web.xml catalina/src/share/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/default-servlet.xml

2005-11-09 Thread markt
Author: markt Date: Wed Nov 9 13:16:40 2005 New Revision: 332143 URL: http://svn.apache.org/viewcvs?rev=332143&view=rev Log: Port fix for 37150 to 5.0 branch in case there is another 5.0 release. Modified: tomcat/container/branches/tc5.0.x/catalina/src/conf/web.xml tomcat/conta

svn commit: r332159 - in /tomcat/container/branches/tc4.1.x/catalina/src: conf/web.xml share/org/apache/catalina/servlets/DefaultServlet.java

2005-11-09 Thread markt
Author: markt Date: Wed Nov 9 14:14:33 2005 New Revision: 332159 URL: http://svn.apache.org/viewcvs?rev=332159&view=rev Log: Port of fix for Bug37150 to TC4. Modified: tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml tomcat/container/branches/tc4.1.x/catalina/src/share

svn commit: r332846 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2005-11-12 Thread markt
Author: markt Date: Sat Nov 12 13:55:40 2005 New Revision: 332846 URL: http://svn.apache.org/viewcvs?rev=332846&view=rev Log: Tidy up CGIServlet Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java Modified: tomcat/container/tc5.5.x/cata

svn commit: r333073 - /tomcat/build/tc5.5.x/resources/build.xml

2005-11-13 Thread markt
Author: markt Date: Sun Nov 13 09:28:21 2005 New Revision: 333073 URL: http://svn.apache.org/viewcvs?rev=333073&view=rev Log: Use current/tc5.5.x to do the checkout Remove commons-daemon source checkout as we now use the official release. Modified: tomcat/build/tc5.5.x/resources/build

svn commit: r344236 - /tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml

2005-11-14 Thread markt
Author: markt Date: Mon Nov 14 13:18:52 2005 New Revision: 344236 URL: http://svn.apache.org/viewcvs?rev=344236&view=rev Log: Align settings with defaults. Modified: tomcat/container/branches/tc4.1.x/catalina/src/conf/web.xml Modified: tomcat/container/branches/tc4.1.x/catalina/src/

svn commit: r344239 - /tomcat/container/tc5.5.x/catalina/src/conf/web.xml

2005-11-14 Thread markt
Author: markt Date: Mon Nov 14 13:25:53 2005 New Revision: 344239 URL: http://svn.apache.org/viewcvs?rev=344239&view=rev Log: Align config with defaults Modified: tomcat/container/tc5.5.x/catalina/src/conf/web.xml Modified: tomcat/container/tc5.5.x/catalina/src/conf/web.xml URL:

svn commit: r344456 - /tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/compiler/JspDocumentParser.java

2005-11-15 Thread markt
Author: markt Date: Tue Nov 15 14:45:34 2005 New Revision: 344456 URL: http://svn.apache.org/viewcvs?rev=344456&view=rev Log: Fix infinite recursion when calling EL function in same taglib from tabfile (bug 35276) - Patch provided by Kin-man Modified: tomcat/jasper/tc5.5.x/jasper2

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

2005-11-18 Thread markt
Author: markt Date: Fri Nov 18 15:16:31 2005 New Revision: 345597 URL: http://svn.apache.org/viewcvs?rev=345597&view=rev Log: Fix MARC links. Add actual posting addresses to hopefully stop people sending messages to the owner address asking how to post once they have subscribed. Modi

svn commit: r349305 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/ssi/SSIServletExternalResolver.java

2005-11-27 Thread markt
Author: markt Date: Sun Nov 27 12:41:41 2005 New Revision: 349305 URL: http://svn.apache.org/viewcvs?rev=349305&view=rev Log: Fix SSI so it works when getContext() requires an exact context path Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina

svn commit: r349308 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/ssi/SSIServletExternalResolver.java

2005-11-27 Thread markt
Author: markt Date: Sun Nov 27 12:52:55 2005 New Revision: 349308 URL: http://svn.apache.org/viewcvs?rev=349308&view=rev Log: Just spotted a complication. Reverting previous change until it is resolved. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina

svn commit: r349829 - in /tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF: classes/org/apache/webapp/admin/filters/SetCharacterEncodingFilter.java web.xml

2005-11-29 Thread markt
Author: markt Date: Tue Nov 29 15:13:49 2005 New Revision: 349829 URL: http://svn.apache.org/viewcvs?rev=349829&view=rev Log: Align package name with directory structure. Modified: tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/fil

svn commit: r350056 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/startup/HostConfig.java

2005-11-30 Thread markt
Author: markt Date: Wed Nov 30 13:31:50 2005 New Revision: 350056 URL: http://svn.apache.org/viewcvs?rev=350056&view=rev Log: Fix bug 17970. Use of multi-level contexts could result in multiple deployment attempts. This patch is a sticking plaster. If TC4 was less mature I would port Re

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

2005-12-01 Thread markt
Author: markt Date: Thu Dec 1 11:20:29 2005 New Revision: 350299 URL: http://svn.apache.org/viewcvs?rev=350299&view=rev Log: Align directory names with rest of repo. Added: tomcat/jasper/tags/tc5.5.x/ - copied from r350298, tomcat/jasper/tags/5.5.x/ Removed: tomcat/jasper/tags

svn commit: r350301 - in /tomcat/jasper/tags: 5.0.x/ tc5.0.x/

2005-12-01 Thread markt
Author: markt Date: Thu Dec 1 11:20:54 2005 New Revision: 350301 URL: http://svn.apache.org/viewcvs?rev=350301&view=rev Log: Align directory names with rest of repo. Added: tomcat/jasper/tags/tc5.0.x/ - copied from r350300, tomcat/jasper/tags/5.0.x/ Removed: tomcat/jasper/tags

svn commit: r350303 - in /tomcat/jasper/tags: 4.1.x/ tc4.1.x/

2005-12-01 Thread markt
Author: markt Date: Thu Dec 1 11:21:14 2005 New Revision: 350303 URL: http://svn.apache.org/viewcvs?rev=350303&view=rev Log: Align directory names with rest of repo. Added: tomcat/jasper/tags/tc4.1.x/ - copied from r350302, tomcat/jasper/tags/4.1.x/ Removed: tomcat/jasper/tags

svn commit: r351975 - /tomcat/connectors/trunk/KEYS

2005-12-03 Thread markt
Author: markt Date: Sat Dec 3 08:20:55 2005 New Revision: 351975 URL: http://svn.apache.org/viewcvs?rev=351975&view=rev Log: Add my key. Modified: tomcat/connectors/trunk/KEYS Modified: tomcat/connectors/trunk/KEYS URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/KEYS?rev=35

svn commit: r351976 - /tomcat/container/branches/tc4.1.x/KEYS

2005-12-03 Thread markt
Author: markt Date: Sat Dec 3 08:21:35 2005 New Revision: 351976 URL: http://svn.apache.org/viewcvs?rev=351976&view=rev Log: Add my key. Modified: tomcat/container/branches/tc4.1.x/KEYS Modified: tomcat/container/branches/tc4.1.x/KEYS URL: http://svn.apache.org/viewcvs/tomcat/conta

svn commit: r351977 - /tomcat/build/tc5.5.x/KEYS

2005-12-03 Thread markt
Author: markt Date: Sat Dec 3 08:21:59 2005 New Revision: 351977 URL: http://svn.apache.org/viewcvs?rev=351977&view=rev Log: Add my key. Modified: tomcat/build/tc5.5.x/KEYS Modified: tomcat/build/tc5.5.x/KEYS URL: http://svn.apache.org/viewcvs/tomcat/build/tc5.5.x/KEYS?rev=35197

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

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:29:25 2005 New Revision: 353881 URL: http://svn.apache.org/viewcvs?rev=353881&view=rev Log: Update to remove all references to Jasper 1. Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/container/branches/tc4.1.x/build.xml URL:

svn commit: r353883 - /tomcat/container/branches/tc4.1.x/jasper/

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:30:45 2005 New Revision: 353883 URL: http://svn.apache.org/viewcvs?rev=353883&view=rev Log: Remove Jasper 1 source from TC4 HEAD Removed: tomcat/container/branches/tc4.1.x/jasper/

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

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:34:35 2005 New Revision: 353884 URL: http://svn.apache.org/viewcvs?rev=353884&view=rev Log: Fix bug 13040. getContext() now allows retrieval of an external context that is a sub-context of the current context. Modified: tomcat/container/branches/tc4

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

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 10:41:19 2005 New Revision: 353887 URL: http://svn.apache.org/viewcvs?rev=353887&view=rev Log: Fix bug 13040. getContext() now allows retrieval of an external context that is a sub-context of the current context. Ported from TC4. Modified: tomcat/conta

svn commit: r353896 - in /tomcat/container/branches/tc4.1.x: build.properties.default catalina/build.xml lib/mx4j.license

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 11:24:23 2005 New Revision: 353896 URL: http://svn.apache.org/viewcvs?rev=353896&view=rev Log: Use mx4j license from mx4j distribution rather than a copy in the asf repo Removed: tomcat/container/branches/tc4.1.x/lib/mx4j.license Modified: tomcat/conta

svn commit: r353899 - /tomcat/container/branches/tc4.1.x/lib/jakarta-regexp-1.2.jar

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 11:33:10 2005 New Revision: 353899 URL: http://svn.apache.org/viewcvs?rev=353899&view=rev Log: Remove jakarta-regexp-1.2.jar from repo since the build scripts use a newer version from a different location Removed: tomcat/container/branches/tc4.1.x/lib/jak

svn commit: r353900 - /tomcat/container/branches/tc4.1.x/lib/

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 12:03:12 2005 New Revision: 353900 URL: http://svn.apache.org/viewcvs?rev=353900&view=rev Log: Remove empty directory Removed: tomcat/container/branches/tc4.1.x/lib/ - To unsubscribe, e-

svn commit: r353901 - /tomcat/container/branches/tc4.1.x/.cvsignore

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 12:04:26 2005 New Revision: 353901 URL: http://svn.apache.org/viewcvs?rev=353901&view=rev Log: Remove cvs config file Removed: tomcat/container/branches/tc4.1.x/.cvsignore - To unsubscrib

svn commit: r353902 - in /tomcat/container/branches/tc4.1.x: catalina/.cvsignore tester/.cvsignore webapps/.cvsignore

2005-12-04 Thread markt
Author: markt Date: Sun Dec 4 12:06:42 2005 New Revision: 353902 URL: http://svn.apache.org/viewcvs?rev=353902&view=rev Log: Remove cvs config files Removed: tomcat/container/branches/tc4.1.x/catalina/.cvsignore tomcat/container/branches/tc4.1.x/tester/.cvsignore tomcat/conta

svn commit: r354887 - /tomcat/jasper/branches/tc4.1.x/jasper2/src/share/org/apache/jasper/runtime/ServletResponseWrapperInclude.java

2005-12-07 Thread markt
Author: markt Date: Wed Dec 7 14:52:26 2005 New Revision: 354887 URL: http://svn.apache.org/viewcvs?rev=354887&view=rev Log: Commit partial fix for bug 21440 - when target performs a forward - This is a port of Jan's patch in 5.5.x Modified: tomcat/jasper/branches/tc4.1.x/ja

svn commit: r357212 - in /tomcat/site/trunk: docs/faq/printer/tomcatuser.html docs/faq/tomcatuser.html docs/lists.html xdocs-faq/tomcatuser.xml xdocs/lists.xml

2005-12-16 Thread markt
Author: markt Date: Fri Dec 16 11:35:31 2005 New Revision: 357212 URL: http://svn.apache.org/viewcvs?rev=357212&view=rev Log: Tidy up the mailing list documentation. Modified: tomcat/site/trunk/docs/faq/printer/tomcatuser.html tomcat/site/trunk/docs/faq/tomcatuser.html tomcat/

svn commit: r357219 - in /tomcat/site/trunk: docs/faq/index.html docs/faq/printer/index.html xdocs-faq/index.xml

2005-12-16 Thread markt
Author: markt Date: Fri Dec 16 11:55:57 2005 New Revision: 357219 URL: http://svn.apache.org/viewcvs?rev=357219&view=rev Log: More improvements. Modified: tomcat/site/trunk/docs/faq/index.html tomcat/site/trunk/docs/faq/printer/index.html tomcat/site/trunk/xdocs-faq/index

svn commit: r358402 - in /tomcat/connectors/trunk/jk: native/netscape/jk_nsapi_plugin.c xdocs/changelog.xml

2005-12-21 Thread markt
Author: markt Date: Wed Dec 21 14:37:23 2005 New Revision: 358402 URL: http://svn.apache.org/viewcvs?rev=358402&view=rev Log: Fix bug 35862. NSAPI attempts to read freed memory and to dereference a null pointer. - Patch provided by Brian Kavanagh As far as my limited jk/C knowledge goes,

svn commit: r358404 - /tomcat/connectors/trunk/webapp/

2005-12-21 Thread markt
Author: markt Date: Wed Dec 21 14:41:38 2005 New Revision: 358404 URL: http://svn.apache.org/viewcvs?rev=358404&view=rev Log: Repo clean up in connectors Removed: tomcat/connectors/trunk/webapp/ - To unsubscribe, e-

svn commit: r358405 - /tomcat/connectors/trunk/naming/

2005-12-21 Thread markt
Author: markt Date: Wed Dec 21 14:41:52 2005 New Revision: 358405 URL: http://svn.apache.org/viewcvs?rev=358405&view=rev Log: Repo clean up in connectors Removed: tomcat/connectors/trunk/naming/ - To unsubscribe, e-

svn commit: r358406 - /tomcat/connectors/trunk/jk/native2/

2005-12-21 Thread markt
Author: markt Date: Wed Dec 21 14:42:19 2005 New Revision: 358406 URL: http://svn.apache.org/viewcvs?rev=358406&view=rev Log: Repo clean up in connectors Removed: tomcat/connectors/trunk/jk/native2/ - To unsubscrib

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

2005-12-23 Thread markt
Author: markt Date: Fri Dec 23 09:10:42 2005 New Revision: 358834 URL: http://svn.apache.org/viewcvs?rev=358834&view=rev Log: Fix build. Remove references to WARP connector which has been removed. Modified: tomcat/container/branches/tc4.1.x/catalina/build.xml Modified: tomcat/conta

svn commit: r359797 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2005-12-29 Thread markt
Author: markt Date: Thu Dec 29 06:04:47 2005 New Revision: 359797 URL: http://svn.apache.org/viewcvs?rev=359797&view=rev Log: Fix for bug 38012. Allow CGI scripts to issue redirects. Actually a more general fix that allows CGI to set response status. Ported from TC5. Modified: to

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

2005-12-29 Thread markt
Author: markt Date: Thu Dec 29 06:06:58 2005 New Revision: 359798 URL: http://svn.apache.org/viewcvs?rev=359798&view=rev Log: Fix for bug 38012. Allow CGI scripts to issue redirects. Actually a more general fix that allows CGI to set response status. Modified: tomcat/container/tc5

svn commit: r359799 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2005-12-29 Thread markt
Author: markt Date: Thu Dec 29 06:09:34 2005 New Revision: 359799 URL: http://svn.apache.org/viewcvs?rev=359799&view=rev Log: Remove useless comment kindly added by my IDE Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java Modi

svn commit: r359869 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2005-12-29 Thread markt
Author: markt Date: Thu Dec 29 10:42:08 2005 New Revision: 359869 URL: http://svn.apache.org/viewcvs?rev=359869&view=rev Log: Bug 38012. Add support for the CGI specific status header. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.

svn commit: r359870 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2005-12-29 Thread markt
Author: markt Date: Thu Dec 29 10:42:45 2005 New Revision: 359870 URL: http://svn.apache.org/viewcvs?rev=359870&view=rev Log: Bug 38012. Add support for the CGI specific status header. Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/serv

svn commit: r359923 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util/ExtensionValidator.java

2005-12-29 Thread markt
Author: markt Date: Thu Dec 29 15:16:07 2005 New Revision: 359923 URL: http://svn.apache.org/viewcvs?rev=359923&view=rev Log: Remove unused code Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util/ExtensionValidator.java Modified: tomcat/container/tc5

svn commit: r360276 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader: StandardClassLoader.java WebappLoader.java

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 05:09:39 2005 New Revision: 360276 URL: http://svn.apache.org/viewcvs?rev=360276&view=rev Log: Code clean up Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader/StandardClassLoader.java tomcat/container/branches/t

svn commit: r360277 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/loader: Extension.java WebappClassLoader.java

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 05:14:14 2005 New Revision: 360277 URL: http://svn.apache.org/viewcvs?rev=360277&view=rev Log: Fix bug 37854. Extension compatibility checking was too strict. Also fixes the following issues found whilst testing: - only the webapp class loader was used to search

svn commit: r360278 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/util: Extension.java ExtensionValidator.java ManifestResource.java

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 05:26:41 2005 New Revision: 360278 URL: http://svn.apache.org/viewcvs?rev=360278&view=rev Log: Port fix for bug 37854 (extension compatibility checking too strict) from TC4. Also fixes following issues discovered during testing: - The unique ID used for an exten

svn commit: r360283 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/naming: ./ resources/

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 06:32:01 2005 New Revision: 360283 URL: http://svn.apache.org/viewcvs?rev=360283&view=rev Log: Code clean up. Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/naming/NamingContextBindingsEnumeration.java tomcat/container/bran

svn commit: r360371 - /tomcat/container/tc5.5.x/webapps/docs/config/globalresources.xml

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 10:04:19 2005 New Revision: 360371 URL: http://svn.apache.org/viewcvs?rev=360371&view=rev Log: Fix typo Modified: tomcat/container/tc5.5.x/webapps/docs/config/globalresources.xml Modified: tomcat/container/tc5.5.x/webapps/docs/config/globalresources.xml

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

2005-12-31 Thread markt
Author: markt Date: Sat Dec 31 10:04:40 2005 New Revision: 360372 URL: http://svn.apache.org/viewcvs?rev=360372&view=rev Log: Fix typo Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/globalresources.xml Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-

svn commit: r365362 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/authenticator/AuthenticatorBase.java

2006-01-02 Thread markt
Author: markt Date: Mon Jan 2 07:40:09 2006 New Revision: 365362 URL: http://svn.apache.org/viewcvs?rev=365362&view=rev Log: Fix bug 15570. Magic role of * was interpreted as all authenticated users rather than as all roles defined in web.xml Modified: tomcat/container/branches/tc4

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

2006-01-02 Thread markt
Author: markt Date: Mon Jan 2 07:46:04 2006 New Revision: 365363 URL: http://svn.apache.org/viewcvs?rev=365363&view=rev Log: Fix bug 15570. Magic role of * was interpreted as all authenticated users rather than as all roles defined in web.xml Ported from TC4. Modified: tomcat/conta

svn commit: r365735 - in /tomcat/container/branches/tc4.1.x: catalina/src/share/org/apache/catalina/mbeans/ catalina/src/share/org/apache/catalina/realm/ webapps/admin/WEB-INF/ webapps/admin/WEB-INF/c

2006-01-03 Thread markt
Author: markt Date: Tue Jan 3 12:24:27 2006 New Revision: 365735 URL: http://svn.apache.org/viewcvs?rev=365735&view=rev Log: Fix bug 16185 by porting support for localDataSource attribute from TC5 Added: tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/we

svn commit: r366303 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/naming: NamingContext.java NamingContextBindingsEnumeration.java resources/FileDirContext.java resources/WARDi

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:41:08 2006 New Revision: 366303 URL: http://svn.apache.org/viewcvs?rev=366303&view=rev Log: Fix for bug 23950. Context.listBindings() should return Objects not References. Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/na

svn commit: r366304 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/naming/ catalina/src/share/org/apache/naming/resources/ webapps/docs/

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:42:29 2006 New Revision: 366304 URL: http://svn.apache.org/viewcvs?rev=366304&view=rev Log: Fix for bug 23950. Context.listBindings() should return Objects not References. Ported from TC4. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/ap

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

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:51:10 2006 New Revision: 366305 URL: http://svn.apache.org/viewcvs?rev=366305&view=rev Log: Fix CGIServlet so reading environment variables works in Windows 2003 Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/serv

svn commit: r366306 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:51:39 2006 New Revision: 366306 URL: http://svn.apache.org/viewcvs?rev=366306&view=rev Log: Fix CGIServlet so reading environment variables works in Windows 2003 Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/serv

svn commit: r367054 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/mbeans/

2006-01-08 Thread markt
Author: markt Date: Sun Jan 8 09:49:20 2006 New Revision: 367054 URL: http://svn.apache.org/viewcvs?rev=367054&view=rev Log: Code clean up in o.a.c.mbeans Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/mbeans/ConnectorMBean.java tomcat/conta

svn commit: r367115 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/Response.java

2006-01-08 Thread markt
Author: markt Date: Sun Jan 8 14:48:43 2006 New Revision: 367115 URL: http://svn.apache.org/viewcvs?rev=367115&view=rev Log: Fix bug 29214. containsHeader() not working for Content-Length and Content-Type Modified: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/Response.

svn commit: r367818 - in /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote: Response.java tomcat4/CoyoteResponse.java

2006-01-10 Thread markt
Author: markt Date: Tue Jan 10 14:37:51 2006 New Revision: 367818 URL: http://svn.apache.org/viewcvs?rev=367818&view=rev Log: Alternative patch for bug 29214 based on Remy's comments Modified: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/Response.java tomcat/c

svn commit: r367826 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/connector/Response.java webapps/docs/changelog.xml

2006-01-10 Thread markt
Author: markt Date: Tue Jan 10 15:06:22 2006 New Revision: 367826 URL: http://svn.apache.org/viewcvs?rev=367826&view=rev Log: Alternative patch for bug 29214 based on Remy's comments Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

svn commit: r368124 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java

2006-01-11 Thread markt
Author: markt Date: Wed Jan 11 12:45:30 2006 New Revision: 368124 URL: http://svn.apache.org/viewcvs?rev=368124&view=rev Log: Further improvements to patch for bug 29214. Modified: tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/CoyoteResponse.java Modified: to

svn commit: r368125 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-11 Thread markt
Author: markt Date: Wed Jan 11 12:45:57 2006 New Revision: 368125 URL: http://svn.apache.org/viewcvs?rev=368125&view=rev Log: Further improvements to patch for bug 29214. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java Modified: to

svn commit: r368491 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-01-12 Thread markt
Author: markt Date: Thu Jan 12 14:06:06 2006 New Revision: 368491 URL: http://svn.apache.org/viewcvs?rev=368491&view=rev Log: Revert code cleanup as replacement for deprecated method actually does something different. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/ap

svn commit: r368493 - /tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/Response.java

2006-01-12 Thread markt
Author: markt Date: Thu Jan 12 14:10:51 2006 New Revision: 368493 URL: http://svn.apache.org/viewcvs?rev=368493&view=rev Log: Revert code cleanup as replacement for deprecated method actually does something different. Modified: tomcat/connectors/trunk/coyote/src/java/org/apache/co

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

2006-01-13 Thread markt
Author: markt Date: Fri Jan 13 11:26:44 2006 New Revision: 368829 URL: http://svn.apache.org/viewcvs?rev=368829&view=rev Log: Fix build. Stop Gump complaining. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml

svn commit: r369286 - /tomcat/jasper/tc6.0.x/

2006-01-15 Thread markt
Author: markt Date: Sun Jan 15 16:08:16 2006 New Revision: 369286 URL: http://svn.apache.org/viewcvs?rev=369286&view=rev Log: Create 6.0.x branch for Jasper 2. Take opportunity to remove useless jasper2 directory from top of tree (should do this for 4 & 5 as well) Added: tomcat/jasp

svn commit: r369287 - /tomcat/jasper/tc6.0.x/LICENSE

2006-01-15 Thread markt
Author: markt Date: Sun Jan 15 16:09:55 2006 New Revision: 369287 URL: http://svn.apache.org/viewcvs?rev=369287&view=rev Log: Copy LICENSE file for tc6.0.x branch Added: tomcat/jasper/tc6.0.x/LICENSE - copied unchanged from r369286, tomcat/jasper/tc5.5.x/LIC

svn commit: r369288 - /tomcat/jasper/tags/tc6.0.x/

2006-01-15 Thread markt
Author: markt Date: Sun Jan 15 16:11:33 2006 New Revision: 369288 URL: http://svn.apache.org/viewcvs?rev=369288&view=rev Log: Add directory for tc6.0.x tags Added: tomcat/jasper/tags/tc6.0.x/ - To unsubscribe, e-

svn commit: r369577 - /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml

2006-01-16 Thread markt
Author: markt Date: Mon Jan 16 13:54:48 2006 New Revision: 369577 URL: http://svn.apache.org/viewcvs?rev=369577&view=rev Log: Fix bug 15946. Update Oracle examples. Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/jndi-datasource-examples-howto.xml Modified: to

svn commit: r369578 - /tomcat/container/tc5.5.x/webapps/docs/jndi-datasource-examples-howto.xml

2006-01-16 Thread markt
Author: markt Date: Mon Jan 16 13:55:26 2006 New Revision: 369578 URL: http://svn.apache.org/viewcvs?rev=369578&view=rev Log: Port fix for bug 15946. Update Oracle examples. Modified: tomcat/container/tc5.5.x/webapps/docs/jndi-datasource-examples-howto.xml Modified: tomcat/container/t

svn commit: r369933 - in /tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples: cal/cal2.jsp security/protected/index.jsp

2006-01-17 Thread markt
Author: markt Date: Tue Jan 17 13:52:02 2006 New Revision: 369933 URL: http://svn.apache.org/viewcvs?rev=369933&view=rev Log: Fix XSS issues in examples. Modified: tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr152/examples/cal/cal2.jsp tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/js

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

2006-01-17 Thread markt
Author: markt Date: Tue Jan 17 13:53:01 2006 New Revision: 369934 URL: http://svn.apache.org/viewcvs?rev=369934&view=rev Log: Update changelog. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL:

svn commit: r369935 - in /tomcat/container/branches/tc4.1.x/webapps/examples/jsp: cal/cal2.jsp security/protected/index.jsp

2006-01-17 Thread markt
Author: markt Date: Tue Jan 17 13:53:49 2006 New Revision: 369935 URL: http://svn.apache.org/viewcvs?rev=369935&view=rev Log: Fix XSS issues in examples. Modified: tomcat/container/branches/tc4.1.x/webapps/examples/jsp/cal/cal2.jsp tomcat/container/branches/tc4.1.x/webapps/examples

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

2006-01-18 Thread markt
Author: markt Date: Wed Jan 18 15:15:11 2006 New Revision: 370301 URL: http://svn.apache.org/viewcvs?rev=370301&view=rev Log: Remove unused private method Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/core/StandardServer.java Modified: tomcat/conta

svn commit: r370306 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina: core/StandardServer.java mbeans/mbeans-descriptors.xml

2006-01-18 Thread markt
Author: markt Date: Wed Jan 18 15:52:38 2006 New Revision: 370306 URL: http://svn.apache.org/viewcvs?rev=370306&view=rev Log: Port Peter's patch to add jmx serverInfo attribute to Server mbean Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/cata

svn commit: r370664 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/realm/MemoryRealm.java

2006-01-19 Thread markt
Author: markt Date: Thu Jan 19 15:01:07 2006 New Revision: 370664 URL: http://svn.apache.org/viewcvs?rev=370664&view=rev Log: Code clean up. Remove unused code. Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/realm/MemoryRealm.java Modified: to

svn commit: r371686 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/RealmBase.java

2006-01-23 Thread markt
Author: markt Date: Mon Jan 23 14:12:00 2006 New Revision: 371686 URL: http://svn.apache.org/viewcvs?rev=371686&view=rev Log: Make it easier to customise the mapping between certificate DN and username when authenticating using CLIENT-CERT. Modified: tomcat/container/tc5.5.x/catalina

svn commit: r372290 [3/3] - in /tomcat/site/trunk: docs/faq/ docs/faq/printer/ xdocs-faq/

2006-01-25 Thread markt
Modified: tomcat/site/trunk/docs/faq/printer/unix.html URL: http://svn.apache.org/viewcvs/tomcat/site/trunk/docs/faq/printer/unix.html?rev=372290&r1=372289&r2=372290&view=diff == --- tomcat/site/trunk/docs/faq/printer/unix

svn commit: r373023 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm: DataSourceRealm.java JDBCRealm.java JNDIRealm.java MemoryRealm.java UserDatabaseRealm.java

2006-01-27 Thread markt
Author: markt Date: Fri Jan 27 15:17:43 2006 New Revision: 373023 URL: http://svn.apache.org/viewcvs?rev=373023&view=rev Log: Fix NPEs and potential NPEs now containerLog is initialized in RealmBase.start() Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/r

svn commit: r373029 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/realm/JNDIRealm.java

2006-01-27 Thread markt
Author: markt Date: Fri Jan 27 15:27:16 2006 New Revision: 373029 URL: http://svn.apache.org/viewcvs?rev=373029&view=rev Log: Bug 7831 Add basic support for CLIENT-CERT authentication in JNDIRealm It is likely that users will have to extend JNDIRealm and override getPrincipal(X509Certificate)

svn commit: r373917 - in /tomcat/jasper/branches/tc4.1.x: BUILDING.txt README.txt build.xml doc/ jasper2/BUILDING.txt jasper2/README.txt jasper2/build.xml jasper2/doc/ jasper2/src/ src/

2006-01-31 Thread markt
Author: markt Date: Tue Jan 31 13:57:16 2006 New Revision: 373917 URL: http://svn.apache.org/viewcvs?rev=373917&view=rev Log: Move files/directories up one level proir to removing jasper2 directory Added: tomcat/jasper/branches/tc4.1.x/BUILDING.txt - copied unchanged from r37

svn commit: r373918 - /tomcat/jasper/branches/tc4.1.x/jasper2/

2006-01-31 Thread markt
Author: markt Date: Tue Jan 31 14:00:04 2006 New Revision: 373918 URL: http://svn.apache.org/viewcvs?rev=373918&view=rev Log: Remove jasper2 directory Removed: tomcat/jasper/branches/tc4.1.x/jasper2/ - To unsubscrib

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

2006-01-31 Thread markt
Author: markt Date: Tue Jan 31 14:00:55 2006 New Revision: 373919 URL: http://svn.apache.org/viewcvs?rev=373919&view=rev Log: Update build to reflect removal of jasper2 directory Modified: tomcat/container/branches/tc4.1.x/build.xml Modified: tomcat/container/branches/tc4.1.x/build.xml

svn commit: r373927 - /tomcat/jasper/tc5.5.x/.classpath

2006-01-31 Thread markt
Author: markt Date: Tue Jan 31 14:15:12 2006 New Revision: 373927 URL: http://svn.apache.org/viewcvs?rev=373927&view=rev Log: Remove old eclipse file no longer used Removed: tomcat/jasper/tc5.5.x/.classpath

svn commit: r373928 - in /tomcat/jasper/tc5.5.x: ./ doc/ jasper2/ jasper2/doc/ jasper2/src/ src/ src/bin/ src/share/

2006-01-31 Thread markt
Author: markt Date: Tue Jan 31 14:19:27 2006 New Revision: 373928 URL: http://svn.apache.org/viewcvs?rev=373928&view=rev Log: Move files/directories up one level proir to removing jasper2 directory Added: tomcat/jasper/tc5.5.x/.classpath - copied unchanged from r373921, tomcat/ja

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

2006-01-31 Thread markt
Author: markt Date: Tue Jan 31 14:20:24 2006 New Revision: 373929 URL: http://svn.apache.org/viewcvs?rev=373929&view=rev Log: Update externals definition now jasper2 directory is no more Modified: tomcat/current/tc5.5.x/ (props changed) Propchange: tomcat/current/tc5

svn commit: r373930 - /tomcat/jasper/tc5.5.x/jasper2/

2006-01-31 Thread markt
Author: markt Date: Tue Jan 31 14:21:09 2006 New Revision: 373930 URL: http://svn.apache.org/viewcvs?rev=373930&view=rev Log: Remove jasper2 directory Removed: tomcat/jasper/tc5.5.x/jasper2/ - To unsubscribe, e-

  1   2   3   4   5   6   7   8   9   10   >