svn commit: r481745 - in /tomcat/connectors/trunk/procrun/bin: tomcat5.exe tomcat5.exe.amd64 tomcat5w.exe tomcat5w.exe.amd64

2006-12-03 Thread mturk
Author: mturk Date: Sun Dec 3 01:49:18 2006 New Revision: 481745 URL: http://svn.apache.org/viewvc?view=rev&rev=481745 Log: Update binaries with --ServiceUser/ServicePassword option. Modified: tomcat/connectors/trunk/procrun/bin/tomcat5.exe tomcat/connectors/trunk/procrun/bin/tomcat5.exe

svn commit: r481746 - in /tomcat/tc6.0.x/trunk/res/procrun: tomcat6.exe tomcat6w.exe

2006-12-03 Thread mturk
Author: mturk Date: Sun Dec 3 01:49:40 2006 New Revision: 481746 URL: http://svn.apache.org/viewvc?view=rev&rev=481746 Log: Update binaries with --ServiceUser/ServicePassword option. Modified: tomcat/tc6.0.x/trunk/res/procrun/tomcat6.exe tomcat/tc6.0.x/trunk/res/procrun/tomcat6w.exe Mod

DO NOT REPLY [Bug 41096] - security problem with javamail

2006-12-03 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 40668] - MailSessionFactory is missing in Tomcat 5.5.20

2006-12-03 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: r481759 - /tomcat/connectors/trunk/jk/tools/jkrelease.sh

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 03:59:36 2006 New Revision: 481759 URL: http://svn.apache.org/viewvc?view=rev&rev=481759 Log: Update JK release skript according to new documentation structure. Modified: tomcat/connectors/trunk/jk/tools/jkrelease.sh Modified: tomcat/connectors/trunk/jk/tools/j

svn commit: r481766 - in /tomcat/tc6.0.x/trunk/native/connector: configure.in include/tcn_version.h os/win32/libtcnative.rc os/win32/system.c src/error.c src/network.c src/ssl.c src/sslcontext.c src/s

2006-12-03 Thread mturk
Author: mturk Date: Sun Dec 3 04:40:18 2006 New Revision: 481766 URL: http://svn.apache.org/viewvc?view=rev&rev=481766 Log: Backport nonssl patches from tomcat-connectors/trunk Modified: tomcat/tc6.0.x/trunk/native/connector/configure.in tomcat/tc6.0.x/trunk/native/connector/include/tcn_

svn commit: r481770 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ native/iis/ native/netscape/ xdocs/ajp/ xdocs/config/ xdocs/miscellaneous/

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 04:55:56 2006 New Revision: 481770 URL: http://svn.apache.org/viewvc?view=rev&rev=481770 Log: Rename jvm_route to route: - You can still use the old name in the worker configuration. In case of conflicts, the new name will win. - Added jvm_route to the deprecated l

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

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 05:57:46 2006 New Revision: 481775 URL: http://svn.apache.org/viewvc?view=rev&rev=481775 Log: Apache: Fix incorrect handling of JkEnvVar when Vars are set multiple times. Allow omitting of default value (which means default is empty string). Modified: tomcat/con

DO NOT REPLY [Bug 41096] - security problem with javamail

2006-12-03 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

Alternate compilers

2006-12-03 Thread William L. Thomson Jr.
Greetings, With regard to compiling Tomcat. I just wanted to get a general feel for how the core Tomcat devs feel about compiling Tomcat with alternative jdks/compilers. Seems there are issues with compiling say Tomcat 5.5.x with ibm jdks, or when using ecj as the compiler. For ex

Re: Alternate compilers

2006-12-03 Thread Bill Barker
The IBM problem is likely a compiler bug, since with JSSE 1.0 available, those classes should be on the CP. However, in 5.5, JSSE13SocketFactory is never used, so you could just exclude it. And since it is difficult to use TC 3.x and 4.x on JVMs below 1.4, it might be time to get rid of suppor

svn commit: r482011 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/startup/TldConfig.java jasper/compiler/TldLocationsCache.java

2006-12-03 Thread remm
Author: remm Date: Sun Dec 3 17:48:14 2006 New Revision: 482011 URL: http://svn.apache.org/viewvc?view=rev&rev=482011 Log: - Update jar list in Jasper. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/TldConfig.java tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/TldL

svn commit: r482060 - in /tomcat/connectors/trunk/jk/native/common: jk_util.c jk_util.h

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 20:28:07 2006 New Revision: 482060 URL: http://svn.apache.org/viewvc?view=rev&rev=482060 Log: Cleanup jk_util.c a little: - num_of_wokers -> num_of_workers - use "num" instead of "num_*" mostly Add three more properties for use in status worker: - prefix to define a

svn commit: r482072 [1/2] - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 20:57:49 2006 New Revision: 482072 URL: http://svn.apache.org/viewvc?view=rev&rev=482072 Log: Further improvements for the status worker: - New output style "mime=prop" for property type output. Format includes lines for attributes mount, balance_workers, list - Ne

DO NOT REPLY [Bug 41072] - tomcat (3.x/4.x/5.x/6.x) is not supporting http(1.0/1.1) CONNECT method.

2006-12-03 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: r482084 - in /tomcat/connectors/trunk/jk/xdocs: config/workers.xml miscellaneous/changelog.xml

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 21:26:26 2006 New Revision: 482084 URL: http://svn.apache.org/viewvc?view=rev&rev=482084 Log: Update docs and changelog with last status worker extensions. Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml tomcat/connectors/trunk/jk/xdocs/miscell

svn commit: r482086 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread rjung
Author: rjung Date: Sun Dec 3 21:32:36 2006 New Revision: 482086 URL: http://svn.apache.org/viewvc?view=rev&rev=482086 Log: Fix a couple of compiler warnings. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL:

Endorsed directory path incorrect- setclasspath.sh bug?

2006-12-03 Thread S_Ewing
The Tomcat 6 classloader documentation (http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html) says "Tomcat utilizes this mechanism by including the system property setting -Djava.endorsed.dirs=$CATALINA_HOME/endorsed in the command line that starts the container." However the Tomcat 6

DO NOT REPLY [Bug 40677] - PKCS11 keystore instead of JKS or PKCS12 keystore

2006-12-03 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 37018] - Document how to use tomcat-SSL with a pkcs11 token

2006-12-03 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: r482090 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread mturk
Author: mturk Date: Sun Dec 3 23:01:24 2006 New Revision: 482090 URL: http://svn.apache.org/viewvc?view=rev&rev=482090 Log: Always display Legend in listing. Fix tags and display warning when worker mount size is zero. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

Bug report for Tomcat 3 [2006/12/03]

2006-12-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2006/12/03]

2006-12-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2006/12/03]

2006-12-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2006/12/03]

2006-12-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r482093 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread mturk
Author: mturk Date: Sun Dec 3 23:11:47 2006 New Revision: 482093 URL: http://svn.apache.org/viewvc?view=rev&rev=482093 Log: Use & instead & directly. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL: http://sv

svn commit: r482096 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread mturk
Author: mturk Date: Sun Dec 3 23:41:37 2006 New Revision: 482096 URL: http://svn.apache.org/viewvc?view=rev&rev=482096 Log: Display version info for cmd=show as well. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.

svn commit: r482098 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-12-03 Thread mturk
Author: mturk Date: Sun Dec 3 23:54:39 2006 New Revision: 482098 URL: http://svn.apache.org/viewvc?view=rev&rev=482098 Log: Make default 3 seconds refresh delay compile time configurable. Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/nat