DO NOT REPLY [Bug 43423] - catalina.sh -force too fast

2007-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43516] - mod_jk memory leak (apache reload)

2007-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r580754 - in /tomcat/tc6.0.x/trunk: STATUS java/org/apache/tomcat/util/http/Cookies.java webapps/docs/changelog.xml

2007-09-30 Thread remm
Author: remm Date: Sun Sep 30 10:03:22 2007 New Revision: 580754 URL: http://svn.apache.org/viewvc?rev=580754&view=rev Log: - Cookie parser update. - Submitted by John Kew, with an update to the initialization of the boolean array (hopefully easier to read and modify). Modified: tomcat/tc6.

DO NOT REPLY [Bug 43516] - mod_jk memory leak (apache reload)

2007-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r580779 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 13:26:34 2007 New Revision: 580779 URL: http://svn.apache.org/viewvc?rev=580779&view=rev Log: Use BIG_POOL_SIZE instead of SMALL_POOL_SIZE, because that's the buffer size we defined in the jk_uri_worker_map.h header file. Modified: tomcat/connectors/trunk/jk/nat

svn commit: r580780 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 13:32:19 2007 New Revision: 580780 URL: http://svn.apache.org/viewvc?rev=580780&view=rev Log: Move basic initialization of jk_uri_worker_map from uri_worker_map_open() to uri_worker_map_alloc(). We don't always call uri_worker_map_open(). Modified: tomcat/connec

svn commit: r580781 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 13:35:38 2007 New Revision: 580781 URL: http://svn.apache.org/viewvc?rev=580781&view=rev Log: Add initialization of all struct members of jk_uri_worker_map to uri_worker_map_alloc(). Add helper variable to remove lots of derefs. Modified: tomcat/connectors/trunk

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

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 13:53:54 2007 New Revision: 580785 URL: http://svn.apache.org/viewvc?rev=580785&view=rev Log: Remove configuration attributes secret_key and automount (directive JkAutoMount) from httpd module. They were never documented and didn't have any functionality apart from e

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

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 14:30:49 2007 New Revision: 580793 URL: http://svn.apache.org/viewvc?rev=580793&view=rev Log: Remove worker_properties and worker_file from per server config. They are global. Do not allow multiple JkWorkerFile directives. Modified: tomcat/connectors/trunk/jk/na

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

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 14:51:29 2007 New Revision: 580798 URL: http://svn.apache.org/viewvc?rev=580798&view=rev Log: Don't double init or destroy per server config. Use was_initialized in a consistent way for apache httpd 1.3 and 2.x. Move logger open inside the double init check. Modifie

svn commit: r580799 - /tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 14:54:31 2007 New Revision: 580799 URL: http://svn.apache.org/viewvc?rev=580799&view=rev Log: Correct indentation. Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c URL: http://svn.a

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

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 15:17:48 2007 New Revision: 580800 URL: http://svn.apache.org/viewvc?rev=580800&view=rev Log: Clone server config in case a servers share their config. Because by default we (unfortunately) don't inherit mounts between servers, a vhost with no JK directive needs to b

svn commit: r580808 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/apache.xml

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 16:11:59 2007 New Revision: 580808 URL: http://svn.apache.org/viewvc?rev=580808&view=rev Log: Small additions to JkShmFile documentation. Contributed by Gerhardus Geldenhuis. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml tomcat/conne

svn commit: r580809 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/miscellaneous/changelog.xml xdocs/reference/apache.xml

2007-09-30 Thread rjung
Author: rjung Date: Sun Sep 30 16:22:33 2007 New Revision: 580809 URL: http://svn.apache.org/viewvc?rev=580809&view=rev Log: Add new value "All" for JkMountCopy directive. This will switch the default of JkMountCopy from Off to On for all virtual servers. For mass histing this saves a lot of memor

DO NOT REPLY [Bug 43516] - mod_jk memory leak (apache reload)

2007-09-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r580815 - /tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java

2007-09-30 Thread billbarker
Author: billbarker Date: Sun Sep 30 17:21:48 2007 New Revision: 580815 URL: http://svn.apache.org/viewvc?rev=580815&view=rev Log: Fix problem where client-flush loses headers if the response isn't committed yet Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java Modi

Bug report for Watchdog [2007/09/30]

2007-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2007/09/30]

2007-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 3 [2007/09/30]

2007-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2007/09/30]

2007-09-30 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned