DO NOT REPLY [Bug 42720] New: - A large amount of No destination message

2007-06-22 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 42565] - jsp /expression language

2007-06-22 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 42419] - Options for changing jsessionid cookie name

2007-06-22 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 42722] New: - Potential NullPointerException in org.apache.catalina.servlets.CGIServlet

2007-06-22 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 42723] New: - persistent mod_jk worker state

2007-06-22 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 42723] - persistent mod_jk worker state

2007-06-22 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: r549841 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2007-06-22 Thread rjung
Author: rjung Date: Fri Jun 22 08:22:47 2007 New Revision: 549841 URL: http://svn.apache.org/viewvc?view=rev&rev=549841 Log: Fix compiler waring. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL: http:/

svn commit: r549854 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

2007-06-22 Thread rjung
Author: rjung Date: Fri Jun 22 08:52:47 2007 New Revision: 549854 URL: http://svn.apache.org/viewvc?view=rev&rev=549854 Log: Make order of option processing a little more logic. Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c tomcat/connectors/trunk/jk/native/apache-2.0/mo

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

2007-06-22 Thread rjung
Author: rjung Date: Fri Jun 22 08:45:10 2007 New Revision: 549851 URL: http://svn.apache.org/viewvc?view=rev&rev=549851 Log: Revert r544137 (Mladen's unescape and normalization patch for Apache). We will enforce URL safety by reencoding using JFCs copy from mod_proxy. Apache and Netscape do decodi

svn commit: r549857 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c common/jk_url.c common/jk_url.h iis/Makefile.amd64 iis/Makefile.ia64 iis/Makefile.x86 iis/isapi.dsp

2007-06-22 Thread rjung
Author: rjung Date: Fri Jun 22 09:00:23 2007 New Revision: 549857 URL: http://svn.apache.org/viewvc?view=rev&rev=549857 Log: Update jk_canonenc and add it to IIS and Netscape. - Remove unnecessary parts from the Apache reencoding port. Those parts will become outdated and keeping them in the so

svn commit: r549889 - /tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c

2007-06-22 Thread rjung
Author: rjung Date: Fri Jun 22 10:25:52 2007 New Revision: 549889 URL: http://svn.apache.org/viewvc?view=rev&rev=549889 Log: Fix compilation errors for Netscape related to new reject_unsafe feature. Modified: tomcat/connectors/trunk/jk/native/netscape/jk_nsapi_plugin.c Modified: tomcat/conne

svn commit: r549885 - in /tomcat/connectors/trunk/jk: native/apache-1.3/ native/apache-2.0/ native/common/ native/iis/ native/netscape/ xdocs/miscellaneous/ xdocs/reference/ xdocs/webserver_howto/

2007-06-22 Thread rjung
Author: rjung Date: Fri Jun 22 10:17:40 2007 New Revision: 549885 URL: http://svn.apache.org/viewvc?view=rev&rev=549885 Log: New option RejectUnsafeURI (Apache), resp. reject_unsafe (IIS, Netscape) This will block all URLs, which contain percent signs '%' or backslashes '\' after URL decoding. Mo

svn commit: r549876 - in /tomcat/connectors/trunk/jk/xdocs: miscellaneous/changelog.xml reference/apache.xml reference/iis.xml webserver_howto/apache.xml

2007-06-22 Thread rjung
Author: rjung Date: Fri Jun 22 09:52:35 2007 New Revision: 549876 URL: http://svn.apache.org/viewvc?view=rev&rev=549876 Log: Update docs concerning URI forwarding encoding. Also added some lines about auth_complete and a new section for uri_select to the IIS docs. Modified: tomcat/connectors/

Summary URL handling mod_jk 1.2.24

2007-06-22 Thread Rainer Jung
After all the discussions I did some commits today to produce a consistent URi handling result for the Apache, IIS and Netscape connectors. Here is the summary: 1) How do the web servers pass URLs to the plugins? - Apache: decoded, normalized - Netscape: decoded, normalized - IIS: original URL

svn commit: r549894 - /tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml

2007-06-22 Thread markt
Author: markt Date: Fri Jun 22 10:33:38 2007 New Revision: 549894 URL: http://svn.apache.org/viewvc?view=rev&rev=549894 Log: Remove default host which is no longer used. Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/host.xml UR

DO NOT REPLY [Bug 42566] - hangs including jsp with < symbol

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