DO NOT REPLY [Bug 34513] New: - jsp exception handling

2005-04-19 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=34513. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: mod_jk 1.2.10 - return code when Tomcat not running

2005-04-19 Thread Henri Gomez
Well 504 seems more correct in our case 2005/4/19, William A. Rowe, Jr. [EMAIL PROTECTED]: At 02:04 PM 4/18/2005, Mladen Turk wrote: This is bug, and will be fixed. It should return SERVER_BUSY (503) if can not connect to Tomcat. You can try to use the load balancer with the single worker,

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

2005-04-19 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

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Remy Maucherat
Keith Wannamaker wrote: I read: // FIXME: Disabled for Mozilla FORM support over SSL // (improper caching issue) Indeed (I now remember the issue), there would be serious issues should this not be the default. The issue here is, apparently, that Mozilla has a caching bug

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2005-04-19 Thread remm
remm2005/04/19 05:15:51 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java Log: - The syncs in getRandom got out of hand (really). - Init again the random generator inside init(). If this was a performance problem in the past,

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Keith Wannamaker
Remy, I have to -1 your change in AuthenticatorBase 1.13. You broke a larger case than you fixed -- Mozilla may work now but IE doesn't. See bugs 34083, 27122, 28662, 29336, 29975, and 30618 for the IE problem. Mozilla should be fixed in a way compatible with IE. By uncommenting !isSecure,

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Remy Maucherat
Keith Wannamaker wrote: If no one else is concerned that Tomcat 5.5 doesn't work by default Any other nonsensical statement to make ? The only thing that does not work is opening third party documents from the website, due to IE's broken handling of this. How about a) going whining at M$

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread remm
remm2005/04/19 06:35:16 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: - Remove inaccurate comments. - Change field name as suggested. Revision ChangesPath 1.29 +10 -13

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: //this is the standard way to disable caching Note that I don't want to only disable proxy caching, but also any client caching by default (this can be disabled easily if you feel it is not needed - for example, put the auth configuration in /META-INF/context.xml) for

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread keith
keith 2005/04/19 07:06:24 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: [34083, 27122, 28662, 29336, 29975, and 30618] - invert so that securePagesWithPragma secures the pages with Pragma (retaining Remy's

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: keith 2005/04/19 07:06:24 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: [34083, 27122, 28662, 29336, 29975, and 30618] - invert so that securePagesWithPragma secures the pages with Pragma

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Keith Wannamaker
Remy Maucherat wrote: Thanks. If you can find precisely what the issue with Mozilla was, and certify the behavior is now correct in Firefox (= no stupid caching with SSL), then you can indeed uncomment the isSecure here: // FIXME: Disabled for Mozilla FORM support over SSL

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Remy Maucherat
Keith Wannamaker wrote: My veto of this change still stands, and it would be your responsibility of finding a fix more compatible with IE. If no one else besides me thinks IE compatibility is important, head of tree is fine and I will withdraw my veto. All right, I was wrong to offer a

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Request.java

2005-04-19 Thread keith
keith 2005/04/19 07:49:26 Modified:coyote/src/java/org/apache/coyote Tag: TOMCAT_5_0 Request.java Log: [33970] backport Remy's 1.31 fix into the 5.0 branch Revision ChangesPath No revision No revision

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: keith 2005/04/18 13:20:46 Modified:catalina/src/share/org/apache/catalina/authenticator Tag: TOMCAT_5_0 AuthenticatorBase.java Log: [34083 et al] For webapps with security constraints, we default to sending headers to disable

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Keith Wannamaker
If no one else weighs in on the root issue in a day or so, and you disagree with this change, I'll be happy to roll it back and/or backport 5.5 head of tree in its place. Keith Remy Maucherat wrote: [EMAIL PROTECTED] wrote: keith 2005/04/18 13:20:46 Modified:

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java

2005-04-19 Thread Remy Maucherat
Keith Wannamaker wrote: If no one else weighs in on the root issue in a day or so, and you disagree with this change, I'll be happy to roll it back and/or backport 5.5 head of tree in its place. You can of course backport the changes from head, which add configurability without changing the

cvs commit: jakarta-tomcat-connectors/jni/native/src error.c poll.c

2005-04-19 Thread mturk
mturk 2005/04/19 09:32:11 Modified:jni/java/org/apache/tomcat/jni Poll.java Status.java jni/native/src error.c poll.c Log: Add maintain for Poll for polling timed out sockets. Remove thread safety flags, because this is responsibility of Java client. Revision

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net AprEndpoint.java

2005-04-19 Thread mturk
mturk 2005/04/19 09:36:19 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: Use Poll.maintain for removing timed out sockets. Also use remove flag for Poll.poll to skip calling extra JNI function for common case. Revision ChangesPath 1.10 +65

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net AprEndpoint.java

2005-04-19 Thread remm
remm2005/04/19 09:46:12 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: - Add a few FIXME about polling. - Copy over the poller initialization code for sendfile. Revision ChangesPath 1.11 +18 -3

DO NOT REPLY [Bug 34526] New: - Truncated content in decompressed requests from mod_deflate

2005-04-19 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=34526. 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/core StandardContext.java

2005-04-19 Thread luehe
luehe 2005/04/19 11:30:21 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: No longer ignore the wrapper class passed to Context.setWrapperClass(). I think the original intent of this method was to pass a class that

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ContainerBase.java

2005-04-19 Thread luehe
luehe 2005/04/19 11:37:26 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Allow Container instances to add pipeline pre-invocation and post-invocation logic Revision ChangesPath 1.42 +1 -1

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core LocalStrings.properties

2005-04-19 Thread luehe
luehe 2005/04/19 11:42:29 Modified:catalina/src/share/org/apache/catalina/core LocalStrings.properties Log: No longer ignore the wrapper class passed to Context.setWrapperClass(). I think the original intent of this method was to pass a class that

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net AprEndpoint.java

2005-04-19 Thread mturk
mturk 2005/04/19 11:56:58 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: Update keepAliveCount after poll and maintain. Revision ChangesPath 1.12 +2 -0 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/AprEndpoint.java

cvs commit: jakarta-tomcat-connectors/jni/native/src poll.c

2005-04-19 Thread mturk
mturk 2005/04/19 12:13:16 Modified:jni/native/src poll.c Log: Add current time so that timeout works. Revision ChangesPath 1.11 +3 -1 jakarta-tomcat-connectors/jni/native/src/poll.c Index: poll.c

cvs commit: jakarta-tomcat-connectors/jni/native/src error.c

2005-04-19 Thread mturk
mturk 2005/04/19 12:55:42 Modified:jni/native/src error.c Log: Add APR_TIMEUP testing to ETIMEDOUT. Revision ChangesPath 1.6 +4 -1 jakarta-tomcat-connectors/jni/native/src/error.c Index: error.c

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net AprEndpoint.java

2005-04-19 Thread remm
remm2005/04/19 17:13:25 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java Log: - Sendfile fixes (does not work yet, as the poller does really weird things). Revision ChangesPath 1.13 +15 -17

Markus Suter/MX/KNI is out of the office.

2005-04-19 Thread markus . suter
I will be out of the office starting 04/19/2005 and will not return until 04/26/2005. NO access to e-mails. In urgent cases pls get in touch with Ms. Erika Montes (assistant) or with the relevant product managers. Best thanks and regards.