DO NOT REPLY [Bug 37895] - isapi 1.2.15 connector when configured on IIS6.0(W2003) with "isapi_redirect.properties does not work

2005-12-14 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

Re: Checking bug case for last-modified problem in 5.5.4

2005-12-14 Thread Phil Shaw
On 12 Dec 2005, at 10:22, Phil Shaw wrote: > I have found reference to this bug in the Jackrabbit list, but I > couldn't find it in bugzilla for Tomcat. I would like to check that > it is a recognised bug that has been identified and fixed before I > plan an upgrade. Sorry, this was a complete

DO NOT REPLY [Bug 37870] - NullSoft Installer reports incorrect disk space

2005-12-14 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

Proxied client IP logging

2005-12-14 Thread Phil Shaw
While I'm subscribed to this list I would like to submit this method for logging forwarded IP addresses when Tomcat is behind a proxy. Replace the simple request.getRemoteAddr(); call in the invoke method of AccessLogValve with getClientIp(ServletRequest). Hope this may be useful. If you need a

DO NOT REPLY [Bug 37356] - Tomcat does not invalidate sessions after session-timeout period has passed.

2005-12-14 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 35746] - session manager should be immune to system clock time changes (solution provided)

2005-12-14 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

Re: Proxied client IP logging

2005-12-14 Thread Sriram N
--- Phil Shaw <[EMAIL PROTECTED]> wrote: > > Hope this may be useful. If you need a more formal assignment to > Apache, please let me know. > You should post to the Tomcat Bugzilla. That's the best mechanism for submitting patches. > Best regards, > > Phil > -- Sriram __

Re: Proxied client IP logging

2005-12-14 Thread Tim Funk
I'm not really interested in this patch for a few reasons: 1) The functionality is available via a custom pattern 2) X-Forwarded-For (IIRC) can be multi-valued (comma seperated via multiple proxies) 3) X-Forwarded - This can break existing implementations for clients which are sending X-Forwarde

Re: Who is working on the ISAPI connector code?

2005-12-14 Thread Preston L. Bannister
It is not as yet clear if "IIS 5 compatibility isolation mode" is needed or all that is needed. The user experience seems to be all over the map. We're working on it... Folks run IIS for a variety of reasons, many of which make sense. NTLM authentication is one - the mod_auth_sspi module used in

DO NOT REPLY [Bug 37895] - isapi 1.2.15 connector when configured on IIS6.0(W2003) with "isapi_redirect.properties does not work

2005-12-14 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

Re: Proxied client IP logging

2005-12-14 Thread Phil Shaw
On 14 Dec 2005, at 11:12, Tim Funk wrote: > I'm not really interested in this patch for a few reasons: > 1) The functionality is available via a custom pattern Okay, I wasn't aware of that. This was a hack that fixed an immediate requirement for me. I don't use it any longer myself, so I'll drop

[VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Yoav Shapira
Hi, Tomcat v5.5.14-beta has been out for about a week now. If you have tested it, please vote on its stability below using our usual guidelines. (And if you haven't tested it yet, please give it a whack ;)) Tomcat 5.5.14 is: [ ] Stable [ ] Beta - At least one significant issue preventing stabilit

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Markus Schönhaber
Yoav Shapira wrote: > Hi, > Tomcat v5.5.14-beta has been out for about a week now. If you have > tested it, please vote on its stability below using our usual > guidelines. (And if you haven't tested it yet, please give it a whack > ;)) My opinion: Tomcat 5.5.14 is: [X] Stable -

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Remy Maucherat
Yoav Shapira wrote: Hi, Tomcat v5.5.14-beta has been out for about a week now. If you have tested it, please vote on its stability below using our usual guidelines. (And if you haven't tested it yet, please give it a whack ;)) Tomcat 5.5.14 is: [ ] Stable [ ] Beta - At least one significant iss

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Peter Rossbach
5.5.14 [X] Beta - At least one significant issue preventing stability (please elaborate) I have found production critical bug inside cluster and fix the bug 37808 Currently I check other strange issues 37896 and implement the support for cross context session replication. Peter Yoav Shapira s

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Peter Rossbach
Hey! I have changed the cluster message header format long time ago 5.5.10. In some situations TCP Stack split the message, then the receiver byte array interpretation start to early. Arrggh, after first exception the receiver socket is hanging and replication transfer stops. Wait a litt

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Yoav Shapira
Howdy, OK, thanks for following up. Please let us know once the bug is fixed... Yoav On 12/14/05, Peter Rossbach <[EMAIL PROTECTED]> wrote: > Hey! > > I have changed the cluster message header format long time ago 5.5.10. > In some situations TCP Stack split the message, then the > receiver byte

DO NOT REPLY [Bug 37895] - isapi 1.2.15 connector when configured on IIS6.0(W2003) with "isapi_redirect.properties does not work

2005-12-14 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

Re: Proxied client IP logging

2005-12-14 Thread Shankar Unni
Tim Funk wrote: 2) X-Forwarded-For (IIRC) can be multi-valued (comma seperated via multiple proxies) Plus, other load balancers seem to stick in other headers, too (e.g. "X-Real-IP"). (These two seem to be the most popular). It'll be an interesting job to figure out the "real" IP address i

svn commit: r356889 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/io/XByteBuffer.java

2005-12-14 Thread pero
Author: pero Date: Wed Dec 14 13:58:18 2005 New Revision: 356889 URL: http://svn.apache.org/viewcvs?rev=356889&view=rev Log: compress flag is not need inside count packages! Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/io/XByteBuffer.java Modified

DO NOT REPLY [Bug 37793] - org.apache.jasper.runtime.BodyContentImpl doesn't reset the 'cb' character array, causes memory leak

2005-12-14 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 37896] - FastAsyncSocketSender blocks all threads on socket error

2005-12-14 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 37896] - FastAsyncSocketSender blocks all threads on socket error

2005-12-14 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 35351] - Unable to reference nested/inner classes in tags

2005-12-14 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 37896] - FastAsyncSocketSender blocks all threads on socket error

2005-12-14 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

Re: [VOTE] Tomcat v5.5.14 Stability

2005-12-14 Thread Bill Barker
"Yoav Shapira" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Tomcat 5.5.14 is: >[ ] Stable >[X] Beta - At least one significant issue preventing stability (please >elaborate) >[ ] Alpha - Multiple significant issues (please elaborate) > BZ 37852 is about as significant as it get

svn commit: r356975 - /tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/compiler/Generator.java

2005-12-14 Thread billbarker
Author: billbarker Date: Wed Dec 14 20:15:17 2005 New Revision: 356975 URL: http://svn.apache.org/viewcvs?rev=356975&view=rev Log: Fix problem using an inner class for a . I have no reason to not believe that kinman's CCLA isn't still in effect, so I don't see an IP issue in accepting the patch.

DO NOT REPLY [Bug 35351] - Unable to reference nested/inner classes in tags

2005-12-14 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: r356976 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2005-12-14 Thread billbarker
Author: billbarker Date: Wed Dec 14 20:25:15 2005 New Revision: 356976 URL: http://svn.apache.org/viewcvs?rev=356976&view=rev Log: Doc change Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.or

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

2005-12-14 Thread billbarker
Author: billbarker Date: Wed Dec 14 20:31:38 2005 New Revision: 356977 URL: http://svn.apache.org/viewcvs?rev=356977&view=rev Log: fix typo Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/

DO NOT REPLY [Bug 37458] - Datarace on org.apache.catalina.loader.WebappClassLoader

2005-12-14 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 37896] - FastAsyncSocketSender blocks all threads on socket error

2005-12-14 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