DO NOT REPLY [Bug 42574] New: - clients blocked on a server

2007-06-04 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: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-04 Thread mturk
Author: mturk Date: Mon Jun 4 05:08:33 2007 New Revision: 544137 URL: http://svn.apache.org/viewvc?view=rev&rev=544137 Log: Add simple URI normalizer that can deal with things like %252e%252e. This is mostly copy/paste from the IIS module Modified: tomcat/connectors/trunk/jk/native/common/j

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

2007-06-04 Thread Jean-Frederic
On Mon, 2007-06-04 at 12:08 +, [EMAIL PROTECTED] wrote: > Author: mturk > Date: Mon Jun 4 05:08:33 2007 > New Revision: 544137 > > URL: http://svn.apache.org/viewvc?view=rev&rev=544137 > Log: > Add simple URI normalizer that can deal with things like %252e%252e. This is > mostly copy/paste f

DO NOT REPLY [Bug 42409] - Extra response headers not sent when using custom error page

2007-06-04 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: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-04 Thread Mladen Turk
Jean-Frederic wrote: On Mon, 2007-06-04 at 12:08 +, [EMAIL PROTECTED] wrote: Author: mturk Date: Mon Jun 4 05:08:33 2007 New Revision: 544137 URL: http://svn.apache.org/viewvc?view=rev&rev=544137 Log: Add simple URI normalizer that can deal with things like %252e%252e. This is mostly copy

DO NOT REPLY [Bug 42409] - Extra response headers not sent when using custom error page

2007-06-04 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

emptySessionPath=

2007-06-04 Thread Joerg Heinicke
Hi, I have a portal application and introduced recently emptySessionPath="true" to have access to the same objects in the session in my servlets and my portlets, both sitting in the same webapp. First observation I made is the repeated use of the same session id despite invalidating the correspon

Re: emptySessionPath=

2007-06-04 Thread Remy Maucherat
Joerg Heinicke wrote: First observation I made is the repeated use of the same session id despite invalidating the corresponding session. I found out that this is by intention [1], but it leaves a strange gut feeling. Why is a session id an arbitrary string, which is under normal circumstances re

Re: emptySessionPath=

2007-06-04 Thread David Jencks
On Jun 4, 2007, at 8:43 AM, Joerg Heinicke wrote: Hi, I have a portal application and introduced recently emptySessionPath="true" to have access to the same objects in the session in my servlets and my portlets, both sitting in the same webapp. First observation I made is the repeated us

DO NOT REPLY [Bug 30028] - session attributes Map may become inconsistent start causing "strange" problems

2007-06-04 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 41824] - Unable to use nested type in TLD

2007-06-04 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 41824] - Unable to use nested type in TLD

2007-06-04 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: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-04 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: > Author: mturk > Date: Mon Jun 4 05:08:33 2007 > New Revision: 544137 > > URL: http://svn.apache.org/viewvc?view=rev&rev=544137 > Log: > Add simple URI normalizer that can deal with things like %252e%252e. This is > mostly copy/paste from the IIS module You have me way

svn commit: r544243 - in /tomcat/sandbox/comet/java/org/apache: catalina/ catalina/connector/ coyote/ coyote/http11/ tomcat/util/net/

2007-06-04 Thread remm
Author: remm Date: Mon Jun 4 13:21:47 2007 New Revision: 544243 URL: http://svn.apache.org/viewvc?view=rev&rev=544243 Log: - Further API simplification. - isWriteable can be used as a hidden callback to place the socket in the poller for write events. - Remove the configure flag. - I don't see

DO NOT REPLY [Bug 42579] New: - JNDIRealm fails to parse absolute names

2007-06-04 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 42579] - JNDIRealm fails to parse absolute names

2007-06-04 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: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

2007-06-04 Thread Mladen Turk
William A. Rowe, Jr. wrote: [EMAIL PROTECTED] wrote: Author: mturk Date: Mon Jun 4 05:08:33 2007 New Revision: 544137 URL: http://svn.apache.org/viewvc?view=rev&rev=544137 Log: Add simple URI normalizer that can deal with things like %252e%252e. This is mostly copy/paste from the IIS module

svn commit: r544401 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java webapps/docs/changelog.xml webapps/docs/monitoring.xml

2007-06-04 Thread pero
Author: pero Date: Mon Jun 4 23:19:13 2007 New Revision: 544401 URL: http://svn.apache.org/viewvc?view=rev&rev=544401 Log: Add JMXAdaptorLifecycleListener to start JMX Connector with fix naming and data port. This feature is needed to have stable remote access as your local firewall is activ.

DO NOT REPLY [Bug 39055] - Firewall access for JSR 160 JMX with Java 5

2007-06-04 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