cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2005-04-27 Thread mturk
mturk 2005/04/26 23:15:00 Modified:jk/native/common jk_connect.c Log: Add SD_SEND for platforms that has no such define. Also lower the lingering timeout for graceful shutdown to 1 second and maximum of 16x512 packets to consume, giving the AJP max packet size. Revision

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2005-04-27 Thread mturk
mturk 2005/04/26 23:16:07 Modified:jk/native/common jk_connect.c Log: Fix typo. Revision ChangesPath 1.56 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2005-04-27 Thread mturk
mturk 2005/04/26 23:18:11 Modified:jk/native/common jk_connect.c Log: No need to set the send timeout for read-only operation. Revision ChangesPath 1.57 +2 -6 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

Re: Can't compile jk nativ connector under Suse 9.3

2005-04-27 Thread William A. Rowe, Jr.
At 11:02 PM 4/26/2005, Peter Rossbach wrote: here the configure output ... Thank you; but the other half of my question... make[1]: Entering directory `/home/peter/develop/tomcat/jakarta-tomcat-connectors/jk/native/common' /bin/sh /home/peter/server/apache2/build/libtool --silent

Re: Can't compile jk nativ connector under Suse 9.3

2005-04-27 Thread Mladen Turk
William A. Rowe, Jr. wrote: here the configure output ... Thank you; but the other half of my question... It was my fault. SD_SEND is defined only on winsock. On other platforms it is 1. Already committed a fix. Regards, Mladen.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-04-27 Thread mturk
mturk 2005/04/26 23:38:59 Modified:jk/native/common jk_ajp_common.c Log: Added missing ACL method. Revision ChangesPath 1.103 +5 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

Re: Why is ACL judged UNKNOWN_METHOD since jk_ajp_common.c Revision 1.68 ?

2005-04-27 Thread Mladen Turk
[EMAIL PROTECTED] wrote: (B (B You changed implementation of jk_ajp_common.c from Revision 1.67 to Revision (B 1.68. (B ACL have been judged UNKNOWN_METHOD since its modification. (B Why ? (B (B (BBecause I forgot? (B (BAnyhow, committed a fix, so it should be in the 1.2.11.

Edward Furlong/IE/TLS/PwC is out of the office.

2005-04-27 Thread edward . furlong
I will be out of the office starting 21/04/2005 and will not return until 23/05/2005. Please contact my secretary Loreen White on 00 353 1 662 6318 for urgent assistance. _ The information transmitted is intended only for the person

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-04-27 Thread mturk
mturk 2005/04/27 00:07:08 Modified:jk/native/common jk_ajp_common.c Log: Be more verbose logging socket maintain. Revision ChangesPath 1.104 +12 -4 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2005-04-27 Thread mturk
mturk 2005/04/27 00:17:46 Modified:jk/native/common jk_ajp_common.c Log: Add SEARCH method too. Also missing like ACL. Revision ChangesPath 1.105 +4 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml

2005-04-27 Thread mturk
mturk 2005/04/27 00:21:48 Modified:jk/xdocs changelog.xml Log: Log search and acl methods. Revision ChangesPath 1.25 +2 -0 jakarta-tomcat-connectors/jk/xdocs/changelog.xml Index: changelog.xml

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.c

2005-04-27 Thread mturk
mturk 2005/04/27 00:39:38 Modified:jk/native/common jk_util.c Log: Hack to support building with free Visual C++ Toolkit 2003 using MSVCRT libraries. Revision ChangesPath 1.64 +7 -1 jakarta-tomcat-connectors/jk/native/common/jk_util.c Index: jk_util.c

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2005-04-27 Thread mturk
mturk 2005/04/27 00:41:07 Modified:jk/native/nt_service jk_nt_service.c Log: Fix API changed, so it can compile again. Revision ChangesPath 1.13 +4 -4 jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index: jk_nt_service.c

cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2005-04-27 Thread mturk
mturk 2005/04/27 00:46:22 Modified:jk/native/nt_service jk_nt_service.c Log: Fix typo. Revision ChangesPath 1.14 +3 -3 jakarta-tomcat-connectors/jk/native/nt_service/jk_nt_service.c Index: jk_nt_service.c

[EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-04-27 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2005-04-27 Thread mturk
mturk 2005/04/27 02:24:51 Modified:jk/native configure.in Log: Skip presuming that the libsocket is present. Revision ChangesPath 1.44 +4 -4 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_map.c jk_pool.c

2005-04-27 Thread mturk
mturk 2005/04/27 02:38:35 Modified:jk/native/common jk_map.c jk_pool.c Log: Fix compile warnings. Revision ChangesPath 1.36 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_map.c Index: jk_map.c

DO NOT REPLY [Bug 33356] - Incorrect parsing of tag attributes

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33356. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34643] New: - document how to use certificate-based clientAuth on a per user or per session basis

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34643. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

arbitrary jk_common http methods

2005-04-27 Thread Keith Wannamaker
Mladen, one of the features of the the former connector was being able to handle arbitrary http methods. At the time, a new one was being added to delta-v or acl every time we turned around. Having a fallback path of pushing through unknown methods eliminated the need to rebuild jk for each

DO NOT REPLY [Bug 34647] New: - Tomcat cluster - Unabel to receive message through TCP Channel

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34647. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: arbitrary jk_common http methods

2005-04-27 Thread Mladen Turk
Keith Wannamaker wrote: Mladen, one of the features of the the former connector was being able to handle arbitrary http methods. I'm not aware such a feature ever existed. Only the ajp13 http methods can be handled by the ajp protocol, and that was always. Two methods (SELECT, and ACL) were

DO NOT REPLY [Bug 34647] - Tomcat cluster - Unable to receive message through TCP Channel

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34647. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: arbitrary jk_common http methods

2005-04-27 Thread Keith Wannamaker
Hi Mladen, this functionality was in jk2 (jk_requtil.c:jk2_requtil_getMethodId) but probably not in the original mod_jk. A special method code means to look for the method name later in the message. I respect the work you have done trying to merge so many copies of jk back down into one :-)

Re: arbitrary jk_common http methods

2005-04-27 Thread Mladen Turk
Keith Wannamaker wrote: Hi Mladen, this functionality was in jk2 (jk_requtil.c:jk2_requtil_getMethodId) but probably not in the original mod_jk. Yes, it was not there. It's a very simple thing and I'll merge that from JK2. It makes sense. Regards, Mladen

cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml

2005-04-27 Thread mturk
mturk 2005/04/27 07:06:17 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h jk/xdocs changelog.xml Log: Backport SC_M_JK_STORED from JK2 for passing arbitrary methods instead failing the request Revision ChangesPath 1.106 +15 -8

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2005-04-27 Thread mturk
mturk 2005/04/27 07:12:48 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Also set the SC_A_STORED_METHOD when passing arbitrary request methods as attributes. Revision ChangesPath 1.107 +3 -2

cvs commit: jakarta-tomcat-connectors/jk/native configure.in

2005-04-27 Thread mturk
mturk 2005/04/27 08:06:45 Modified:jk/native configure.in Log: Add -lsocket to the $LIBS if setsockoption is inside libsocket. Revision ChangesPath 1.45 +2 -3 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

DO NOT REPLY [Bug 34648] New: - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session DeltaRequest.java

2005-04-27 Thread fhanik
fhanik 2005/04/27 08:45:56 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session DeltaRequest.java Log: Fixed bug 34615 Revision ChangesPath 1.13 +1 -0

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session DeltaRequest.java

2005-04-27 Thread fhanik
fhanik 2005/04/27 08:47:57 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session Tag: TOMCAT_5_0 DeltaRequest.java Log: Fixed bug 34615, submitted by Chris Turner Revision ChangesPath No revision No

DO NOT REPLY [Bug 34615] - Unecessary cluster replication of DeltaRequest AttributeInfo objects

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34615. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34647] - Tomcat cluster - Unable to receive message through TCP Channel

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34647. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Can't compile jk nativ connector under Suse 9.3

2005-04-27 Thread William A. Rowe, Jr.
At 01:32 AM 4/27/2005, Mladen Turk wrote: William A. Rowe, Jr. wrote: ... Thank you; but the other half of my question... It was my fault. SD_SEND is defined only on winsock. On other platforms it is 1. Already committed a fix. Why a Win32 fix rather than a proper posix fix? I suspect you were

Re: cvs commit: jakarta-tomcat-connectors/jk/native/nt_service jk_nt_service.c

2005-04-27 Thread William A. Rowe, Jr.
At 02:46 AM 4/27/2005, [EMAIL PROTECTED] wrote: mturk 2005/04/27 00:46:22 -hEventSource = RegisterEventSource(NULL, Jakrta - Tomcat); +hEventSource = RegisterEventSource(NULL, Jakarta - Tomcat); -sprintf(szMsg, %s error: %d, Jakrta - Tomcat, dwErr); +

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c

2005-04-27 Thread mturk
mturk 2005/04/27 11:38:52 Modified:jk/native/common jk_connect.c Log: Use SHUT_WR instead SD_SEND, to be more posix compilant. Revision ChangesPath 1.58 +9 -5 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index: jk_connect.c

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: DO NOT REPLY [Bug 34648] -

2005-04-27 Thread techsupport
We have received your email requesting technical support. We will review it and respond as quickly as we can! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 34652] New: - JspC does not support Smap generation

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34652. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34652] - JspC does not support Smap generation

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34652. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34643] - document how to use certificate-based clientAuth on a per user or per session basis

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34643. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34643] - document how to use certificate-based clientAuth on a per user or per session basis

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34643. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34549] - isUserInRole() on non-secure pages

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34549. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34541] - hang on shutdown - countAllocated not synchronized

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34541. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/juli/src/java/org/apache/juli ClassLoaderLogManager.java

2005-04-27 Thread remm
remm2005/04/27 14:54:01 Modified:juli/src/java/org/apache/juli ClassLoaderLogManager.java Log: - Rather large change to support better the core configuration file loading. Revision ChangesPath 1.10 +193 -118

DO NOT REPLY [Bug 22617] - BASIC authentication fails if Realm supports default user

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=22617. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34558] - [mod_jk1.2.10] HTTP status 200 returned in case of internal sever error instead of 500

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34558. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34611] - Logging in servlet/jsp not working via java.util.logging.Logger.global

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34611. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34654] New: - ZipException when using tag in deployer

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34654. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34654] - ZipException when using tag in deployer

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34654. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2005-04-27 Thread remm
remm2005/04/27 16:07:31 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Better default sendfile size. Revision ChangesPath 1.33 +2 -2

DO NOT REPLY [Bug 15872] - ContextManager: Error reading request, ignored - java.lang.ArrayIndexOutOfBoundsException

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=15872. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34648] - AJP uses Host header not ServerName directive from Apache

2005-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34648. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.