svn commit: r479107 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 00:37:11 2006 New Revision: 479107 URL: http://svn.apache.org/viewvc?view=rev&rev=479107 Log: The cping/cpong is done inside ajp_connect_to_endpoint. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/

svn commit: r479108 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 00:47:47 2006 New Revision: 479108 URL: http://svn.apache.org/viewvc?view=rev&rev=479108 Log: Add some code comment. No functional change. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_a

svn commit: r479112 - in /tomcat/connectors/trunk/jni/native: os/win32/system.c src/ssl.c src/sslcontext.c src/sslinfo.c src/sslnetwork.c src/sslutils.c

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 02:22:33 2006 New Revision: 479112 URL: http://svn.apache.org/viewvc?view=rev&rev=479112 Log: Add empty stubs for without-openssl builds. Modified: tomcat/connectors/trunk/jni/native/os/win32/system.c tomcat/connectors/trunk/jni/native/src/ssl.c tomcat/c

svn commit: r479123 - /tomcat/connectors/trunk/jni/native/configure.in

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 04:58:45 2006 New Revision: 479123 URL: http://svn.apache.org/viewvc?view=rev&rev=479123 Log: Add --disable-openssl cmdline param to the configure. Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native/configure.

svn commit: r479124 - /tomcat/connectors/trunk/jni/native/configure.in

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 05:17:52 2006 New Revision: 479124 URL: http://svn.apache.org/viewvc?view=rev&rev=479124 Log: Use true/false instead string compare Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native/configure.in URL: http://

DO NOT REPLY [Bug 40719] - Tomcat 5.5.20 Internal error/crash

2006-11-25 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: r479128 - /tomcat/connectors/trunk/jni/native/configure.in

2006-11-25 Thread mturk
Author: mturk Date: Sat Nov 25 06:21:08 2006 New Revision: 479128 URL: http://svn.apache.org/viewvc?view=rev&rev=479128 Log: Non need for test if we have boolean vars Modified: tomcat/connectors/trunk/jni/native/configure.in Modified: tomcat/connectors/trunk/jni/native/configure.in URL: htt

DO NOT REPLY [Bug 41018] - Linking global resources using ResourceLink broken

2006-11-25 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 41018] - Linking global resources using ResourceLink broken

2006-11-25 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 40593] - HttpSessionListener#sessionDestroyed is not called though the manager's pathname is emply.

2006-11-25 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

StandardManager behaviour when webapp stopped

2006-11-25 Thread Mark Thomas
Bug 40593 [1] has raised the following question: When a web app with valid sessions is stopped and the StandardManager is configured not to serialize the sessions what, if anything, should the container do in this case? As far as I can tell from the spec, the container behaviour in these circumst

DO NOT REPLY [Bug 41016] - tomcat 5.5 multiple contexts using same realm bug

2006-11-25 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: r479159 - in /tomcat: connectors/trunk/juli/src/java/org/apache/juli/FileHandler.java container/tc5.5.x/webapps/docs/changelog.xml

2006-11-25 Thread markt
Author: markt Date: Sat Nov 25 10:26:58 2006 New Revision: 479159 URL: http://svn.apache.org/viewvc?view=rev&rev=479159 Log: Fix bug 40585. Fix parametrised constructor so parameters have an effect Modified: tomcat/connectors/trunk/juli/src/java/org/apache/juli/FileHandler.java tomcat/con

DO NOT REPLY [Bug 40585] - org.apache.juli.FileHandler does not allow programmatic creation using parametrized constructor

2006-11-25 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: r479161 - in /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/mbeans: MBeanFactory.java MBeanUtils.java StandardEngineMBean.java StandardServerMBean.java StandardServiceMBe

2006-11-25 Thread markt
Author: markt Date: Sat Nov 25 10:37:02 2006 New Revision: 479161 URL: http://svn.apache.org/viewvc?view=rev&rev=479161 Log: Code clean up in o.a.c.mbeans - Removed unused code and imports - Corrected use of deprecated code Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/c

svn commit: r479199 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/context.xml

2006-11-25 Thread markt
Author: markt Date: Sat Nov 25 13:20:49 2006 New Revision: 479199 URL: http://svn.apache.org/viewvc?view=rev&rev=479199 Log: Fix bug 40581. Add text on use of symbloic links for docBase Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/docs/con

DO NOT REPLY [Bug 40581] - Symbolic links not (re)followed when application is reloaded

2006-11-25 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 38768] - URL encoded unicode characters in GET request parameters cause the parameter not to present in the request object

2006-11-25 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: StandardManager behaviour when webapp stopped

2006-11-25 Thread Remy Maucherat
Mark Thomas wrote: Bug 40593 [1] has raised the following question: When a web app with valid sessions is stopped and the StandardManager is configured not to serialize the sessions what, if anything, should the container do in this case? As far as I can tell from the spec, the container behavi

svn commit: r479235 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2006-11-25 Thread rjung
Author: rjung Date: Sat Nov 25 15:44:40 2006 New Revision: 479235 URL: http://svn.apache.org/viewvc?view=rev&rev=479235 Log: - partially undo r476817: if there exist connections, but all of them are broken, reconnect only during the next retry. If retries=1 in configuration, this allows imme

Re: StandardManager behaviour when webapp stopped

2006-11-25 Thread Filip Hanik - Dev Lists
it will cause problems for clustered stuff, not sure that container shutdown means session invalidation. for example, if you invalidate the session, such a change would trickle through the cluster, and that might not be intentional. I suggest we leave the behavior as is, or at least configurable

Re: StandardManager behaviour when webapp stopped

2006-11-25 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: it will cause problems for clustered stuff, not sure that container shutdown means session invalidation. for example, if you invalidate the session, such a change would trickle through the cluster, and that might not be intentional. I suggest we leave the behavior

Re: StandardManager behaviour when webapp stopped

2006-11-25 Thread Filip Hanik - Dev Lists
You can still cluster just using AOP without ever involving the manager, hence such solutions would be affected by this new behavior. at most, when a webapp is shutdown, you can call passivate, but not invalidate the sessions. Filip Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: it will