svn commit: r387597 - /tomcat/connectors/trunk/jni/native/src/network.c

2006-03-21 Thread jim
Author: jim Date: Tue Mar 21 10:21:28 2006 New Revision: 387597 URL: http://svn.apache.org/viewcvs?rev=387597&view=rev Log: Now that we are doing this in AprEndpoint, no need to force it here. Modified: tomcat/connectors/trunk/jni/native/src/network.c Modified: tomcat/connectors/trunk

svn commit: r562174 - in /tomcat/connectors/trunk/jk/native/common: jk_status.c jk_uri_worker_map.c

2007-08-02 Thread jim
Author: jim Date: Thu Aug 2 09:28:29 2007 New Revision: 562174 URL: http://svn.apache.org/viewvc?view=rev&rev=562174 Log: These are local functions; ensure we don't clobber things and handle compiler warnings about prototypes. Modified: tomcat/connectors/trunk/jk/native/common/jk

svn commit: r571787 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2007-09-01 Thread jim
Author: jim Date: Sat Sep 1 05:34:35 2007 New Revision: 571787 URL: http://svn.apache.org/viewvc?rev=571787&view=rev Log: &a[0] == a Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c UR

svn commit: r572355 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-09-03 Thread jim
Author: jim Date: Mon Sep 3 07:40:44 2007 New Revision: 572355 URL: http://svn.apache.org/viewvc?rev=572355&view=rev Log: making looping explicit code-wise. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_comm

svn commit: r576971 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-09-18 Thread jim
Author: jim Date: Tue Sep 18 09:24:09 2007 New Revision: 576971 URL: http://svn.apache.org/viewvc?rev=576971&view=rev Log: Useful to log the shared memory segment size. Since JkShmSize takes an int and uses that throughout, this is a pretty safe cast unless, of course, people abuse JkShmSize,

svn commit: r579647 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2007-09-26 Thread jim
Author: jim Date: Wed Sep 26 05:46:32 2007 New Revision: 579647 URL: http://svn.apache.org/viewvc?rev=579647&view=rev Log: Allow it to compile :) Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c URL:

svn commit: r588265 - /tomcat/tc6.0.x/trunk/STATUS

2007-10-25 Thread jim
Author: jim Date: Thu Oct 25 09:12:56 2007 New Revision: 588265 URL: http://svn.apache.org/viewvc?rev=588265&view=rev Log: Cast some votes - reviewed and tested Modified: tomcat/tc6.0.x/trunk/STATUS Modified: tomcat/tc6.0.x/trunk/STATUS URL: http://svn.apache.org/viewvc/tomcat/tc6

svn commit: r596404 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-11-19 Thread jim
Author: jim Date: Mon Nov 19 11:27:14 2007 New Revision: 596404 URL: http://svn.apache.org/viewvc?rev=596404&view=rev Log: Some votes and propose patched patch. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/to

svn commit: r596761 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/tomcat/util/net/ res/

2007-11-20 Thread jim
Author: jim Date: Tue Nov 20 10:19:00 2007 New Revision: 596761 URL: http://svn.apache.org/viewvc?rev=596761&view=rev Log: Fix BZ 43588 - hard coded 127.0.0.1 for localhost Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardServer.

svn commit: r600656 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/javax/servlet/resources/j2ee_web_services_1_1.xsd java/javax/servlet/resources/j2ee_web_services_client_1_1.xsd

2007-12-03 Thread jim
Author: jim Date: Mon Dec 3 12:12:36 2007 New Revision: 600656 URL: http://svn.apache.org/viewvc?rev=600656&view=rev Log: Merge r598412 from trunk: Remove Sun notice that should never have been included in the original commit. Submitted by: markt Reviewed by: jim Modified: tomcat/tc6

svn commit: r600657 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2007-12-03 Thread jim
Author: jim Date: Mon Dec 3 12:13:32 2007 New Revision: 600657 URL: http://svn.apache.org/viewvc?rev=600657&view=rev Log: * Add get/set methods for properties in the Tcp Failure detector Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/tr

svn commit: r600659 - in /tomcat/tc6.0.x/trunk: STATUS.txt bin/service.bat

2007-12-03 Thread jim
Author: jim Date: Mon Dec 3 12:15:09 2007 New Revision: 600659 URL: http://svn.apache.org/viewvc?rev=600659&view=rev Log: Merge r598800 from trunk: Fix bug 43957. Service.bat doesn't configure logging correctly. Patch provided by Richard Fearn. Submitted by: markt Reviewed by: jim

svn commit: r600660 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/jasper/compiler/ErrorDispatcher.java

2007-12-03 Thread jim
Author: jim Date: Mon Dec 3 12:17:03 2007 New Revision: 600660 URL: http://svn.apache.org/viewvc?rev=600660&view=rev Log: Merge r599605 from trunk: Fix bug 43757. Rather than use string matching to work out the line in the JSP with the error, use the SMAP info and the knowledge that f

svn commit: r600661 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11AprProtocol.java java/org/apache/coyote/http11/Http11NioProtocol.java java/org/apache/coyote/http11/Http1

2007-12-03 Thread jim
Author: jim Date: Mon Dec 3 12:19:25 2007 New Revision: 600661 URL: http://svn.apache.org/viewvc?rev=600661&view=rev Log: Merge r599914 from trunk: Fix bug 43622. Don't overwrite the min compression size set by the compression attribute with the default. Submitted by: markt Reviewe

svn commit: r600663 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/manager/HTMLManagerServlet.java java/org/apache/catalina/manager/LocalStrings.properties

2007-12-03 Thread jim
Author: jim Date: Mon Dec 3 12:22:21 2007 New Revision: 600663 URL: http://svn.apache.org/viewvc?rev=600663&view=rev Log: Merge r600177 from trunk: Fix bug 43611. Provide an error message if user tries to upload a war for a context defined in server.xml rather than failing silently. Submi

svn commit: r600664 - in /tomcat/tc6.0.x/trunk: RUNNING.txt STATUS.txt bin/catalina.bat bin/catalina.sh

2007-12-03 Thread jim
Author: jim Date: Mon Dec 3 12:24:19 2007 New Revision: 600664 URL: http://svn.apache.org/viewvc?rev=600664&view=rev Log: Merge r600185 from trunk: Fix bug 43594. Use setenv from CATALINA_BASE (if set) in preference to the one in CATALINA_HOME. Patch provided by Shaddy Baddah. Submitte

svn commit: r604266 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-14 Thread jim
Author: jim Date: Fri Dec 14 11:18:08 2007 New Revision: 604266 URL: http://svn.apache.org/viewvc?rev=604266&view=rev Log: cast vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r607567 - /tomcat/tc6.0.x/trunk/STATUS.txt

2007-12-30 Thread jim
Author: jim Date: Sun Dec 30 09:55:35 2007 New Revision: 607567 URL: http://svn.apache.org/viewvc?rev=607567&view=rev Log: Cast votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r607568 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/naming/resources/FileDirContext.java

2007-12-30 Thread jim
Author: jim Date: Sun Dec 30 09:56:50 2007 New Revision: 607568 URL: http://svn.apache.org/viewvc?rev=607568&view=rev Log: Merge r606994 from trunk: http://issues.apache.org/bugzilla/show_bug.cgi?id=42503 ServletContext.getResourceAsStream returns stale data patch by Arvind Sriniv

svn commit: r607569 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/el/parser/AstValue.java

2007-12-30 Thread jim
Author: jim Date: Sun Dec 30 09:57:39 2007 New Revision: 607569 URL: http://svn.apache.org/viewvc?rev=607569&view=rev Log: Merge r606996 from trunk: http://issues.apache.org/bugzilla/show_bug.cgi?id=43285 Missing EL Coercion causes argument type mismatch Patch by Bernhard Hu

svn commit: r484669 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2006-12-08 Thread jim
Author: jim Date: Fri Dec 8 09:41:09 2006 New Revision: 484669 URL: http://svn.apache.org/viewvc?view=rev&rev=484669 Log: The action is always the same on the 3 conditionals, so why make it appear they are different? Make the code more clear. Modified: tomcat/connectors/trunk/jk/na

svn commit: r502639 - /tomcat/connectors/trunk/jk/native/configure.in

2007-02-02 Thread jim
Author: jim Date: Fri Feb 2 07:53:41 2007 New Revision: 502639 URL: http://svn.apache.org/viewvc?view=rev&rev=502639 Log: Allow for people to build for netscape/iPlanet/SunOne without requiring any Apache at all. Basically, we need to ensure that the ./configure script creates common/jk_typ

svn commit: r502650 - in /tomcat/connectors/trunk/jk: BUILD.txt native/BUILDING native/netscape/Makefile.solaris xdocs/miscellaneous/changelog.xml

2007-02-02 Thread jim
Author: jim Date: Fri Feb 2 08:36:36 2007 New Revision: 502650 URL: http://svn.apache.org/viewvc?view=rev&rev=502650 Log: Might as well document lessons learning in doing a SunONE build... Modified: tomcat/connectors/trunk/jk/BUILD.txt tomcat/connectors/trunk/jk/native/BUIL

svn commit: r502679 - /tomcat/connectors/trunk/jk/xdocs/webserver_howto/nes.xml

2007-02-02 Thread jim
Author: jim Date: Fri Feb 2 10:16:14 2007 New Revision: 502679 URL: http://svn.apache.org/viewvc?view=rev&rev=502679 Log: Add Solaris build instructions to online doccos Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/nes.xml Modified: tomcat/connectors/trunk/jk/x

svn commit: r512845 - in /tomcat/connectors/trunk/jk/native: BUILDING netscape/README

2007-02-28 Thread jim
Author: jim Date: Wed Feb 28 09:06:37 2007 New Revision: 512845 URL: http://svn.apache.org/viewvc?view=rev&rev=512845 Log: More nsapi plugin build help Modified: tomcat/connectors/trunk/jk/native/BUILDING tomcat/connectors/trunk/jk/native/netscape/README Modified: tomcat/connec

svn commit: r516110 - /tomcat/container/tc5.5.x/webapps/docs/developers.xml

2007-03-08 Thread jim
Author: jim Date: Thu Mar 8 09:25:14 2007 New Revision: 516110 URL: http://svn.apache.org/viewvc?view=rev&rev=516110 Log: foo Modified: tomcat/container/tc5.5.x/webapps/docs/developers.xml Modified: tomcat/container/tc5.5.x/webapps/docs/developers.xml URL: http://svn.apache.org/vi

svn commit: r516111 - /tomcat/tc6.0.x/trunk/webapps/docs/developers.xml

2007-03-08 Thread jim
Author: jim Date: Thu Mar 8 09:26:05 2007 New Revision: 516111 URL: http://svn.apache.org/viewvc?view=rev&rev=516111 Log: foo2 Modified: tomcat/tc6.0.x/trunk/webapps/docs/developers.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/developers.xml URL: http://svn.apache.org/viewvc/to

svn commit: r436932 - /tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c

2006-08-25 Thread jim
Author: jim Date: Fri Aug 25 13:33:42 2006 New Revision: 436932 URL: http://svn.apache.org/viewvc?rev=436932&view=rev Log: remove non-ascii char. I'm guessing it was 'a' :) Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Modified: tomcat/connectors/trunk/j

svn commit: r437686 - /tomcat/connectors/trunk/jk/xdocs/config/apache.xml

2006-08-28 Thread jim
Author: jim Date: Mon Aug 28 05:22:21 2006 New Revision: 437686 URL: http://svn.apache.org/viewvc?rev=437686&view=rev Log: Note that FlushPackets can be a real performance dog. Provide a little more detail on what it actually does and why. Modified: tomcat/connectors/trunk/jk/xdocs/co

svn commit: r1221273 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:23:11 2011 New Revision: 1221273 URL: http://svn.apache.org/viewvc?rev=1221273&view=rev Log: vote patches Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS

svn commit: r1221275 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:23:33 2011 New Revision: 1221275 URL: http://svn.apache.org/viewvc?rev=1221275&view=rev Log: and promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1221276 - in /tomcat/tc5.5.x/trunk: ./ container/catalina/src/share/org/apache/catalina/valves/

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:25:24 2011 New Revision: 1221276 URL: http://svn.apache.org/viewvc?rev=1221276&view=rev Log: * Make configuration issue for RemoteAddrValve, RemoteHostValve result in the failure of the valve rather than just a warning message. Ensure changes to

svn commit: r1221288 - /tomcat/tc5.5.x/trunk/connectors/util/java/org/apache/tomcat/util/buf/UDecoder.java

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:45:12 2011 New Revision: 1221288 URL: http://svn.apache.org/viewvc?rev=1221288&view=rev Log: * Align %2f handling between implementations of UDecoder.convert() http://svn.apache.org/viewvc?rev=1203091&view=rev +1: kkolinko, markt, funkman, jim -1:

svn commit: r1221289 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.xml build/resources/build.xml

2011-12-20 Thread jim
Author: jim Date: Tue Dec 20 14:46:13 2011 New Revision: 1221289 URL: http://svn.apache.org/viewvc?rev=1221289&view=rev Log: * Remove obsolete build.xml file that was used to download source tree. References to it were removed from build instructions in r1202235 1. svn del build/resou

svn commit: r1228177 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 13:44:49 2012 New Revision: 1228177 URL: http://svn.apache.org/viewvc?rev=1228177&view=rev Log: cast vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1228178 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 13:45:09 2012 New Revision: 1228178 URL: http://svn.apache.org/viewvc?rev=1228178&view=rev Log: And promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1228181 - in /tomcat/tc5.5.x/trunk: ./ container/catalina/src/share/org/apache/catalina/filters/ container/webapps/docs/config/

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 13:47:00 2012 New Revision: 1228181 URL: http://svn.apache.org/viewvc?rev=1228181&view=rev Log: Backport SetCharacterEncodingFilter Added: tomcat/tc5.5.x/trunk/container/catalina/src/share/org/apache/catalina/filters/Constants.java (with props) to

svn commit: r1228183 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 13:49:32 2012 New Revision: 1228183 URL: http://svn.apache.org/viewvc?rev=1228183&view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1228184 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 13:49:49 2012 New Revision: 1228184 URL: http://svn.apache.org/viewvc?rev=1228184&view=rev Log: promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1228185 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/util/java/org/apache/tomcat/util/http/Parameters.java

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 13:50:18 2012 New Revision: 1228185 URL: http://svn.apache.org/viewvc?rev=1228185&view=rev Log: * Reduce log level for the message about hitting maxParameterCount limit from WARN to INFO. Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/t

svn commit: r1228189 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 14:01:14 2012 New Revision: 1228189 URL: http://svn.apache.org/viewvc?rev=1228189&view=rev Log: +1 (with required porting)... Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5

svn commit: r1228190 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 14:01:32 2012 New Revision: 1228190 URL: http://svn.apache.org/viewvc?rev=1228190&view=rev Log: Promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1228191 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/util/java/org/apache/tomcat/util/http/LocalStrings.properties connectors/util/java/org/apache/tomcat/util/http/Parameters.java co

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 14:02:54 2012 New Revision: 1228191 URL: http://svn.apache.org/viewvc?rev=1228191&view=rev Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52384 Do not fail in Parameter parsing when debug logging is enabled. Also do not flag extra '&am

svn commit: r1228319 - /tomcat/tc5.5.x/trunk/build/build.properties.default

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 18:08:01 2012 New Revision: 1228319 URL: http://svn.apache.org/viewvc?rev=1228319&view=rev Log: Get ready for tagging Modified: tomcat/tc5.5.x/trunk/build/build.properties.default Modified: tomcat/tc5.5.x/trunk/build/build.properties.default URL:

svn commit: r1228320 - in /tomcat/tc5.5.x/trunk/build: sign.bat sign.sh

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 18:09:55 2012 New Revision: 1228320 URL: http://svn.apache.org/viewvc?rev=1228320&view=rev Log: one final nit Modified: tomcat/tc5.5.x/trunk/build/sign.bat tomcat/tc5.5.x/trunk/build/sign.sh Modified: tomcat/tc5.5.x/trunk/build/sign.bat URL:

svn commit: r1228321 - /tomcat/tc5.5.x/tags/TOMCAT_5_5_35/

2012-01-06 Thread jim
Author: jim Date: Fri Jan 6 18:10:14 2012 New Revision: 1228321 URL: http://svn.apache.org/viewvc?rev=1228321&view=rev Log: Tagging Tomcat version TOMCAT_5_5_35. Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_35/ - copied from r1228320, tomcat/tc5.5.x/t

svn commit: r1232005 - in /tomcat/site/trunk: docs/download-55.html docs/index.html xdocs/download-55.xml xdocs/index.xml

2012-01-16 Thread jim
Author: jim Date: Mon Jan 16 14:27:49 2012 New Revision: 1232005 URL: http://svn.apache.org/viewvc?rev=1232005&view=rev Log: Push on to Tomcat 5.5.35 Modified: tomcat/site/trunk/docs/download-55.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/xdocs/download-55.xml to

svn commit: r1232026 - in /tomcat/site/trunk: docs/doap_Tomcat.rdf xdocs/doap_Tomcat.rdf

2012-01-16 Thread jim
Author: jim Date: Mon Jan 16 15:24:42 2012 New Revision: 1232026 URL: http://svn.apache.org/viewvc?rev=1232026&view=rev Log: Update rdf Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf tomcat/site/trunk/xdocs/doap_Tomcat.rdf Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf URL:

svn commit: r1232027 - /tomcat/site/trunk/xdocs/whichversion.xml

2012-01-16 Thread jim
Author: jim Date: Mon Jan 16 15:26:12 2012 New Revision: 1232027 URL: http://svn.apache.org/viewvc?rev=1232027&view=rev Log: update for 5.5.35 Modified: tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/xdocs/whichversion.xml URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r1232028 - /tomcat/site/trunk/docs/whichversion.html

2012-01-16 Thread jim
Author: jim Date: Mon Jan 16 15:26:24 2012 New Revision: 1232028 URL: http://svn.apache.org/viewvc?rev=1232028&view=rev Log: and publish Modified: tomcat/site/trunk/docs/whichversion.html Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/t

svn commit: r1359742 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-07-10 Thread jim
Author: jim Date: Tue Jul 10 16:04:37 2012 New Revision: 1359742 URL: http://svn.apache.org/viewvc?rev=1359742&view=rev Log: Votes Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1359743 - /tomcat/tc5.5.x/trunk/STATUS.txt

2012-07-10 Thread jim
Author: jim Date: Tue Jul 10 16:05:44 2012 New Revision: 1359743 URL: http://svn.apache.org/viewvc?rev=1359743&view=rev Log: promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1359748 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/http11/src/java/org/apache/coyote/http11/filters/ChunkedInputFilter.java

2012-07-10 Thread jim
Author: jim Date: Tue Jul 10 16:10:58 2012 New Revision: 1359748 URL: http://svn.apache.org/viewvc?rev=1359748&view=rev Log: Reset needCRLFParse for recycling ChunkedInputFilter Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/connectors/http11/src/java/org/apache/co

svn commit: r1359751 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/session/ManagerBase.java

2012-07-10 Thread jim
Author: jim Date: Tue Jul 10 16:12:46 2012 New Revision: 1359751 URL: http://svn.apache.org/viewvc?rev=1359751&view=rev Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53050 Fix XOR arithmetics and charset issue when calculating entropy to initialize random numbers generato

svn commit: r817059 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-09-20 Thread jim
Author: jim Date: Sun Sep 20 17:36:20 2009 New Revision: 817059 URL: http://svn.apache.org/viewvc?rev=817059&view=rev Log: Some votes... should have more coming in a few days. For those with >=3, will commit within 48 hours. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomca

svn commit: r890856 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-12-15 Thread jim
Author: jim Date: Tue Dec 15 16:13:06 2009 New Revision: 890856 URL: http://svn.apache.org/viewvc?rev=890856&view=rev Log: Some votes... those with >=3 I will commit today or so Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apa

svn commit: r1160303 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-08-22 Thread jim
Author: jim Date: Mon Aug 22 15:29:32 2011 New Revision: 1160303 URL: http://svn.apache.org/viewvc?rev=1160303&view=rev Log: works here Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1171670 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-09-16 Thread jim
Author: jim Date: Fri Sep 16 17:04:56 2011 New Revision: 1171670 URL: http://svn.apache.org/viewvc?rev=1171670&view=rev Log: Votes Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1171671 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-09-16 Thread jim
Author: jim Date: Fri Sep 16 17:07:02 2011 New Revision: 1171671 URL: http://svn.apache.org/viewvc?rev=1171671&view=rev Log: Promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1171679 - in /tomcat/tc5.5.x/trunk: ./ connectors/jk/java/org/apache/jk/server/ container/catalina/src/share/org/apache/catalina/connector/ container/webapps/docs/

2011-09-16 Thread jim
Author: jim Date: Fri Sep 16 17:13:48 2011 New Revision: 1171679 URL: http://svn.apache.org/viewvc?rev=1171679&view=rev Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 Display error page rather than an empty response for an IllegalStateException https://issues.apache

svn commit: r1171681 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/bin/catalina.bat container/webapps/docs/changelog.xml

2011-09-16 Thread jim
Author: jim Date: Fri Sep 16 17:15:54 2011 New Revision: 1171681 URL: http://svn.apache.org/viewvc?rev=1171681&view=rev Log: * Align jpda settings with catalina.sh, tc6.0.x, tc7.0.x and trunk http://people.apache.org/~markt/patches/2011-08-25-jpda-tc5.patch +1: markt, kkolinko, jim

svn commit: r1171682 - in /tomcat/tc5.5.x/trunk: STATUS.txt build/build.properties.default container/webapps/docs/changelog.xml

2011-09-16 Thread jim
Author: jim Date: Fri Sep 16 17:18:15 2011 New Revision: 1171682 URL: http://svn.apache.org/viewvc?rev=1171682&view=rev Log: * Update Tomcat-Native to 1.1.22 +1: kkolinko, markt, jim -1: Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/b

svn commit: r1171683 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/core/AprLifecycleListener.java

2011-09-16 Thread jim
Author: jim Date: Fri Sep 16 17:21:25 2011 New Revision: 1171683 URL: http://svn.apache.org/viewvc?rev=1171683&view=rev Log: * Update recommended version of Tomcat-Native to 1.1.22 +1: kkolinko, markt, jim -1: Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/t

svn commit: r1171684 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/http11/src/java/org/apache/coyote/http11/InternalAprInputBuffer.java container/webapps/docs/changelog.xml

2011-09-16 Thread jim
Author: jim Date: Fri Sep 16 17:24:44 2011 New Revision: 1171684 URL: http://svn.apache.org/viewvc?rev=1171684&view=rev Log: Return -1 from read operation instead of throwing an exception when encountering an EOF with the HTTP APR connector. Modified: tomcat/tc5.5.x/trunk/STATUS

svn commit: r1172316 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-09-18 Thread jim
Author: jim Date: Sun Sep 18 18:34:01 2011 New Revision: 1172316 URL: http://svn.apache.org/viewvc?rev=1172316&view=rev Log: vote passes Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r1172317 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java connectors/jk/java/org/apache/coyote/ajp/AjpMessage.java connectors/jk/java/or

2011-09-18 Thread jim
Author: jim Date: Sun Sep 18 18:34:44 2011 New Revision: 1172317 URL: http://svn.apache.org/viewvc?rev=1172317&view=rev Log: Detect incomplete AJP messages Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/connectors/jk/java/org/apache/coyote/ajp/AjpAprProcessor.

svn commit: r1172318 - /tomcat/tc5.5.x/trunk/build/build.properties.default

2011-09-18 Thread jim
Author: jim Date: Sun Sep 18 18:35:13 2011 New Revision: 1172318 URL: http://svn.apache.org/viewvc?rev=1172318&view=rev Log: get ready to tag 5.5.34 Modified: tomcat/tc5.5.x/trunk/build/build.properties.default Modified: tomcat/tc5.5.x/trunk/build/build.properties.default URL:

svn commit: r1172319 - /tomcat/tc5.5.x/tags/TOMCAT_5_5_34/

2011-09-18 Thread jim
Author: jim Date: Sun Sep 18 18:35:36 2011 New Revision: 1172319 URL: http://svn.apache.org/viewvc?rev=1172319&view=rev Log: Tagging Tomcat version TOMCAT_5_5_34. Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_34/ - copied from r1172318, tomcat/tc5.5.x/t

svn commit: r1172320 - /tomcat/tc5.5.x/trunk/build/build.properties.default

2011-09-18 Thread jim
Author: jim Date: Sun Sep 18 18:47:31 2011 New Revision: 1172320 URL: http://svn.apache.org/viewvc?rev=1172320&view=rev Log: final one Modified: tomcat/tc5.5.x/trunk/build/build.properties.default Modified: tomcat/tc5.5.x/trunk/build/build.properties.default URL: http://svn.apache

svn commit: r1172321 - /tomcat/tc5.5.x/tags/TOMCAT_5_5_34/

2011-09-18 Thread jim
Author: jim Date: Sun Sep 18 18:48:05 2011 New Revision: 1172321 URL: http://svn.apache.org/viewvc?rev=1172321&view=rev Log: revert Removed: tomcat/tc5.5.x/tags/TOMCAT_5_5_34/ - To unsubscribe, e-mail: dev-unsu

svn commit: r1172322 - /tomcat/tc5.5.x/tags/TOMCAT_5_5_34/

2011-09-18 Thread jim
Author: jim Date: Sun Sep 18 18:48:17 2011 New Revision: 1172322 URL: http://svn.apache.org/viewvc?rev=1172322&view=rev Log: Tagging Tomcat version TOMCAT_5_5_34. Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_34/ - copied from r1172321, tomcat/tc5.5.x/t

svn commit: r1174173 - in /tomcat/site/trunk: docs/download-55.html docs/index.html docs/whichversion.html xdocs/download-55.xml xdocs/index.xml xdocs/whichversion.xml

2011-09-22 Thread jim
Author: jim Date: Thu Sep 22 14:48:44 2011 New Revision: 1174173 URL: http://svn.apache.org/viewvc?rev=1174173&view=rev Log: Get ready to release/announce 5.5.34 Modified: tomcat/site/trunk/docs/download-55.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/

svn commit: r614738 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-23 Thread jim
Author: jim Date: Wed Jan 23 15:46:02 2008 New Revision: 614738 URL: http://svn.apache.org/viewvc?rev=614738&view=rev Log: code-review vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS

svn commit: r615898 - in /tomcat/tc6.0.x/trunk: STATUS.txt webapps/docs/jndi-resources-howto.xml

2008-01-28 Thread jim
Author: jim Date: Mon Jan 28 06:43:27 2008 New Revision: 615898 URL: http://svn.apache.org/viewvc?rev=615898&view=rev Log: Merge r613689 from trunk: Update JNDI docs to refer to context elements rather than server.xml for configuration of resources. Submitted by: markt Reviewed by:

svn commit: r615897 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2008-01-28 Thread jim
Author: jim Date: Mon Jan 28 06:41:11 2008 New Revision: 615897 URL: http://svn.apache.org/viewvc?rev=615897&view=rev Log: Merge r613266 from trunk: Fix bug 44223. Use all the trust store system properties. Submitted by: markt Reviewed by: jim Modified: tomcat/tc6.0.x/trunk/STATUS

svn commit: r615896 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-01-28 Thread jim
Author: jim Date: Mon Jan 28 06:37:56 2008 New Revision: 615896 URL: http://svn.apache.org/viewvc?rev=615896&view=rev Log: Cast votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r615899 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/core/LocalStrings.properties java/org/apache/catalina/core/StandardContext.java

2008-01-28 Thread jim
Author: jim Date: Mon Jan 28 06:47:11 2008 New Revision: 615899 URL: http://svn.apache.org/viewvc?rev=615899&view=rev Log: Merge r614012 from trunk: Log a warning if a duplicate listener is ignored. Result of bug 44268. Submitted by: markt Reviewed by: jim Modified: tomcat/tc6.0.x/t

svn commit: r619460 - /tomcat/current/tc4.1.x/STATUS.txt

2008-02-07 Thread jim
Author: jim Date: Thu Feb 7 07:39:21 2008 New Revision: 619460 URL: http://svn.apache.org/viewvc?rev=619460&view=rev Log: Cast some votes... mulling over: http://people.apache.org/~markt/patches/2008-01-17-tc4-lib-updates.patch Modified: tomcat/current/tc4.1.x/STATUS.txt Modi

svn commit: r619951 - /tomcat/current/tc4.1.x/STATUS.txt

2008-02-08 Thread jim
Author: jim Date: Fri Feb 8 09:35:05 2008 New Revision: 619951 URL: http://svn.apache.org/viewvc?rev=619951&view=rev Log: Cast vote Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS

svn commit: r619953 - /tomcat/connectors/trunk/jk/jkstatus/build.xml

2008-02-08 Thread jim
Author: jim Date: Fri Feb 8 09:38:57 2008 New Revision: 619953 URL: http://svn.apache.org/viewvc?rev=619953&view=rev Log: * Update to latest library versions (where possible). Tidy up build flags since we require JDK 1.3+ to build. Update location of downloads for commons libraries. Re

svn commit: r619955 - /tomcat/current/tc4.1.x/STATUS.txt

2008-02-08 Thread jim
Author: jim Date: Fri Feb 8 09:40:01 2008 New Revision: 619955 URL: http://svn.apache.org/viewvc?rev=619955&view=rev Log: Applied Modified: tomcat/current/tc4.1.x/STATUS.txt Modified: tomcat/current/tc4.1.x/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/current/tc4.1.x/STATUS.txt

svn commit: r619954 - in /tomcat/container/branches/tc4.1.x: BUILDING.txt RELEASE-NOTES-4.1.txt build.properties.default catalina/build.xml webapps/admin/build.xml webapps/examples/build.xml

2008-02-08 Thread jim
Author: jim Date: Fri Feb 8 09:39:21 2008 New Revision: 619954 URL: http://svn.apache.org/viewvc?rev=619954&view=rev Log: * Update to latest library versions (where possible). Tidy up build flags since we require JDK 1.3+ to build. Update location of downloads for commons libraries. Re

svn commit: r633892 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:05:06 2008 New Revision: 633892 URL: http://svn.apache.org/viewvc?rev=633892&view=rev Log: cast votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r633894 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:07:38 2008 New Revision: 633894 URL: http://svn.apache.org/viewvc?rev=633894&view=rev Log: Promote backports with >=3 +1s Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/

svn commit: r633895 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/SSLImplementation.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:09:46 2008 New Revision: 633895 URL: http://svn.apache.org/viewvc?rev=633895&view=rev Log: Mark method that adds a JSSE dependency to the SSL abstraction as deprecated Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/to

svn commit: r633907 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/valves/ExtendedAccessLogValve.java webapps/docs/changelog.xml

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:18:09 2008 New Revision: 633907 URL: http://svn.apache.org/viewvc?rev=633907&view=rev Log: Merge r620778 from trunk: ExtendedAccessLogValve cs-uri not print empty querystring Submitted by: pero Reviewed by: jim Modified: tomcat/tc6.0.x/trunk/STATUS

svn commit: r633908 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/ServerCookie.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:19:38 2008 New Revision: 633908 URL: http://svn.apache.org/viewvc?rev=633908&view=rev Log: Merge r627743, r630533 from trunk: Add STRICT compliance flag to impact cookie value handling to provide backwards compatibility Add STRICT complanice flag to im

svn commit: r633909 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/CoyoteAdapter.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:20:19 2008 New Revision: 633909 URL: http://svn.apache.org/viewvc?rev=633909&view=rev Log: Merge r627883 from trunk: Fix ArrayIndexOutOfBoundsException reported on users list. Patch provided by Charles R Caldarale. Submitted by: markt Reviewed by: jim Modi

svn commit: r633910 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/session/ManagerBase.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:21:05 2008 New Revision: 633910 URL: http://svn.apache.org/viewvc?rev=633910&view=rev Log: Merge r627689 from trunk: fix NPE java.lang.NullPointerException at org.apache.catalina.session.ManagerBase.processExpires(ManagerBase.java:682)

svn commit: r633911 - in /tomcat/tc6.0.x/trunk/webapps/docs: project.xml status.xml

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:22:04 2008 New Revision: 633911 URL: http://svn.apache.org/viewvc?rev=633911&view=rev Log: Merge r630006 from trunk: As per http://marc.info/?l=tomcat-dev&m=120303263525849&w=2, remove status page and point to wiki. Submitted by: markt Reviewed by:

svn commit: r633913 - in /tomcat/tc6.0.x/trunk: RUNNING.txt STATUS.txt

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:24:59 2008 New Revision: 633913 URL: http://svn.apache.org/viewvc?rev=633913&view=rev Log: Merge r627602 from trunk: As pointed out on the users list, lib is relative to catalina home, not base Submitted by: markt Reviewed by: jim Modified: tomcat/tc6

svn commit: r633914 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11NioProtocol.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:25:46 2008 New Revision: 633914 URL: http://svn.apache.org/viewvc?rev=633914&view=rev Log: Merge r616896 from trunk: The NIO connector is hard-coded to use the JSSE SSL implementation so just use it directly. This patch allows the JSSE dependency in the

svn commit: r730225 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-12-30 Thread jim
Author: jim Date: Tue Dec 30 12:02:27 2008 New Revision: 730225 URL: http://svn.apache.org/viewvc?rev=730225&view=rev Log: Had time to review some outstanding patches Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/vi

svn commit: r750888 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-06 Thread jim
Author: jim Date: Fri Mar 6 13:31:55 2009 New Revision: 750888 URL: http://svn.apache.org/viewvc?rev=750888&view=rev Log: Some backlogged (some significantly backlogged) votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache

svn commit: r959371 - in /tomcat/tc5.5.x/trunk/build: sign.bat sign.sh tag.sh

2010-06-30 Thread jim
Author: jim Date: Wed Jun 30 16:44:43 2010 New Revision: 959371 URL: http://svn.apache.org/viewvc?rev=959371&view=rev Log: Unix rev's... mostly for pre and post efforts. Still need Windoze to build the releases. Added: tomcat/tc5.5.x/trunk/build/sign.sh (with props) tomca

svn commit: r959372 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-06-30 Thread jim
Author: jim Date: Wed Jun 30 16:46:43 2010 New Revision: 959372 URL: http://svn.apache.org/viewvc?rev=959372&view=rev Log: some votes Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

svn commit: r959643 - /tomcat/tc5.5.x/trunk/build/BUILDING.txt

2010-07-01 Thread jim
Author: jim Date: Thu Jul 1 13:08:51 2010 New Revision: 959643 URL: http://svn.apache.org/viewvc?rev=959643&view=rev Log: Note Windows requirement Modified: tomcat/tc5.5.x/trunk/build/BUILDING.txt Modified: tomcat/tc5.5.x/trunk/build/BUILDING.txt URL: http://svn.apache.org/viewvc/to

svn commit: r959644 - /tomcat/tc5.5.x/trunk/build/build.properties.default

2010-07-01 Thread jim
Author: jim Date: Thu Jul 1 13:09:09 2010 New Revision: 959644 URL: http://svn.apache.org/viewvc?rev=959644&view=rev Log: Push for 5.5.30 Modified: tomcat/tc5.5.x/trunk/build/build.properties.default Modified: tomcat/tc5.5.x/trunk/build/build.properties.default URL: http://svn.apache

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

2010-07-01 Thread jim
Author: jim Date: Thu Jul 1 13:13:14 2010 New Revision: 959645 URL: http://svn.apache.org/viewvc?rev=959645&view=rev Log: jim RMing 5.5.30 Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml URL:

svn commit: r959690 - /tomcat/tc5.5.x/tags/TOMCAT_5_5_30/

2010-07-01 Thread jim
Author: jim Date: Thu Jul 1 15:09:52 2010 New Revision: 959690 URL: http://svn.apache.org/viewvc?rev=959690&view=rev Log: Tagging Tomcat version TOMCAT_5_5_30. Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_30/ - copied from r959689, tomcat/tc5.5.x/t

  1   2   3   4   5   >