DO NOT REPLY [Bug 46792] NullPointerException in org.apache.catalina.connector

2009-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792 --- Comment #3 from Mark Thomas 2009-03-04 00:02:59 PST --- Again, please provide the full stack trace. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 46792] NullPointerException in org.apache.catalina.connector

2009-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46792 --- Comment #4 from alex 2009-03-04 00:13:55 PST --- java.lang.NullPointerException at org.apache.catalina.connector.Request.parseParameters(Request.java:2446) at org.apache.catalina.connector.Request.getParameterNames(Request.java:

svn commit: r749940 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-04 Thread markt
Author: markt Date: Wed Mar 4 08:26:59 2009 New Revision: 749940 URL: http://svn.apache.org/viewvc?rev=749940&view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=749940&

svn commit: r750051 - in /tomcat/connectors/trunk/jk/xdocs: generic_howto/timeouts.xml reference/workers.xml

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 15:38:17 2009 New Revision: 750051 URL: http://svn.apache.org/viewvc?rev=750051&view=rev Log: Clarify relation between socket_timeout and socket_connect_timeout in docs, especially since we are using different units (seconds and milliseconds). Modified: tomcat/c

svn commit: r750058 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:01:17 2009 New Revision: 750058 URL: http://svn.apache.org/viewvc?rev=750058&view=rev Log: Update changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL: h

svn commit: r750063 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-04 Thread fhanik
Author: fhanik Date: Wed Mar 4 16:19:54 2009 New Revision: 750063 URL: http://svn.apache.org/viewvc?rev=750063&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=75006

svn commit: r750067 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_lb_worker.c

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:38:20 2009 New Revision: 750067 URL: http://svn.apache.org/viewvc?rev=750067&view=rev Log: Move Logging outside of locked block in pull/push and include sequence counters in debug log message. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

svn commit: r750069 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:39:19 2009 New Revision: 750069 URL: http://svn.apache.org/viewvc?rev=750069&view=rev Log: Use port == 0 as a disable indicator instead of addr_sequence. That makes it more consistent. Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modifie

svn commit: r750070 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 16:40:38 2009 New Revision: 750070 URL: http://svn.apache.org/viewvc?rev=750070&view=rev Log: Initialize side_effect indicator properly. Handle dynamic address changes and error returns correctly in the non lb case. Modified: tomcat/connectors/trunk/jk/native/co

svn commit: r750075 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:01:41 2009 New Revision: 750075 URL: http://svn.apache.org/viewvc?rev=750075&view=rev Log: Remove redundant port information form ajp worker display of status worker. Rename address column and remove its explanation from the legend. Modified: tomcat/connector

svn commit: r750079 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:17:54 2009 New Revision: 750079 URL: http://svn.apache.org/viewvc?rev=750079&view=rev Log: Rename URL parameter for host name from vaddr to vahst in status worker. The "a" is reserved for "AJP". Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c

svn commit: r750080 - /tomcat/connectors/trunk/jk/xdocs/reference/status.xml

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:19:20 2009 New Revision: 750080 URL: http://svn.apache.org/viewvc?rev=750080&view=rev Log: Add dynamic adress change feature to status worker docs page. Hope my explanation makes sense. Modified: tomcat/connectors/trunk/jk/xdocs/reference/status.xml Modifie

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

2009-03-04 Thread rjung
Author: rjung Date: Wed Mar 4 17:23:49 2009 New Revision: 750082 URL: http://svn.apache.org/viewvc?rev=750082&view=rev Log: I think we can initialize addr_sequence in any case, because we use the port to decide, whether this worker is enabled or not. Modified: tomcat/connectors/trunk/jk/nati

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

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 00:24:59 2009 New Revision: 750254 URL: http://svn.apache.org/viewvc?rev=750254&view=rev Log: Clarify IIS URL rewrite feature in documentation. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml tomcat/connectors/trunk/jk/xdocs/reference/

svn commit: r750257 - in /tomcat/trunk: java/org/apache/catalina/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/session/ webapps/docs/config/

2009-03-04 Thread fhanik
Author: fhanik Date: Thu Mar 5 00:34:29 2009 New Revision: 750257 URL: http://svn.apache.org/viewvc?rev=750257&view=rev Log: Make the useHttpOnly a Context attribute Modified: tomcat/trunk/java/org/apache/catalina/Context.java tomcat/trunk/java/org/apache/catalina/Manager.java tomcat

svn commit: r750258 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2009-03-04 Thread fhanik
Author: fhanik Date: Thu Mar 5 00:35:23 2009 New Revision: 750258 URL: http://svn.apache.org/viewvc?rev=750258&view=rev Log: Make LOGGING_CONFIG a variable that you can set, just like all the other script variables Modified: tomcat/trunk/bin/catalina.bat tomcat/trunk/bin/catalina.sh Mo

svn commit: r750266 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-04 Thread fhanik
Author: fhanik Date: Thu Mar 5 01:07:00 2009 New Revision: 750266 URL: http://svn.apache.org/viewvc?rev=750266&view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=75

svn commit: r750274 - in /tomcat/connectors/trunk/jk: native/apache-1.3/mod_jk.c native/apache-2.0/mod_jk.c xdocs/reference/apache.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:29:00 2009 New Revision: 750274 URL: http://svn.apache.org/viewvc?rev=750274&view=rev Log: Rename two of the new environment variables, after checking what they really do. local name and port are set from those AJP attributes, server name and port are parsed from

svn commit: r750276 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:33:59 2009 New Revision: 750276 URL: http://svn.apache.org/viewvc?rev=750276&view=rev Log: Adding a new documentation page about the special situation of a reverse proxy. Needs some checking and proof reading. Added: tomcat/connectors/trunk/jk/xdocs/generic_h

svn commit: r750282 - in /tomcat/connectors/trunk/jk/xdocs: ajp/project.xml generic_howto/project.xml miscellaneous/changelog.xml miscellaneous/project.xml news/project.xml project.xml reference/proje

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:49:08 2009 New Revision: 750282 URL: http://svn.apache.org/viewvc?rev=750282&view=rev Log: Add new docs page to menues and the changelog. Modified: tomcat/connectors/trunk/jk/xdocs/ajp/project.xml tomcat/connectors/trunk/jk/xdocs/generic_howto/project.xml

svn commit: r750283 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:49:33 2009 New Revision: 750283 URL: http://svn.apache.org/viewvc?rev=750283&view=rev Log: Fix some typos in new page. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml URL:

svn commit: r750286 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 01:55:34 2009 New Revision: 750286 URL: http://svn.apache.org/viewvc?rev=750286&view=rev Log: Fix some formatting issues on new page. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/pro

svn commit: r750288 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:05:12 2009 New Revision: 750288 URL: http://svn.apache.org/viewvc?rev=750288&view=rev Log: Fix typos in changelog. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml U

svn commit: r750290 - /tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:06:53 2009 New Revision: 750290 URL: http://svn.apache.org/viewvc?rev=750290&view=rev Log: More typos. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL: http://

svn commit: r750291 - in /tomcat/trunk/bin: catalina.bat catalina.sh

2009-03-04 Thread fhanik
Author: fhanik Date: Thu Mar 5 02:13:46 2009 New Revision: 750291 URL: http://svn.apache.org/viewvc?rev=750291&view=rev Log: Split LOGGING_CONFIG into two options, LOGGING_CONFIG which points to the file, LOGGING_MANAGER which sets the log manager This makes it much easier to handle directories

svn commit: r750292 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-03-04 Thread fhanik
Author: fhanik Date: Thu Mar 5 02:14:30 2009 New Revision: 750292 URL: http://svn.apache.org/viewvc?rev=750292&view=rev Log: update Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=7502

svn commit: r750293 - in /tomcat/connectors/trunk/jk/xdocs: ajp/project.xml generic_howto/project.xml miscellaneous/project.xml news/20090301.xml news/project.xml project.xml reference/project.xml web

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:17:45 2009 New Revision: 750293 URL: http://svn.apache.org/viewvc?rev=750293&view=rev Log: Add a preliminary version of the 2009 news page for the next release. Added: tomcat/connectors/trunk/jk/xdocs/news/20090301.xml (with props) Modified: tomcat/conn

Re: Going for jk 1.2.28

2009-03-04 Thread Rainer Jung
On 19.02.2009 16:39, Mladen Turk wrote: Hi, We have a bug in 1.2.27 that cause core in some configuration scenarios (#46352). The fix is in the SVN for more then a month. Beyond that there are two additional bug fixes one preventing Netware build, and other fixing IIS advanced configuration (#46

svn commit: r750300 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml

2009-03-04 Thread rjung
Author: rjung Date: Thu Mar 5 02:49:57 2009 New Revision: 750300 URL: http://svn.apache.org/viewvc?rev=750300&view=rev Log: Add Tomcat connector proxy settings to new proxy documentation page. Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/proxy.xml Modified: tomcat/connectors/tru

DO NOT REPLY [Bug 46802] New: Unable to locate mod_jk for 64-bit machine

2009-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46802 Summary: Unable to locate mod_jk for 64-bit machine Product: Tomcat Connectors Version: 1.2.27 Platform: PC OS/Version: Windows Server 2003 Status: NEW Severity: normal

Re: Going for jk 1.2.28

2009-03-04 Thread Mladen Turk
Rainer Jung wrote: On 19.02.2009 16:39, Mladen Turk wrote: Hi, We have a bug in 1.2.27 that cause core in some configuration scenarios (#46352). The fix is in the SVN for more then a month. Beyond that there are two additional bug fixes one preventing Netware build, and other fixing IIS advance

Re: Going for jk 1.2.28

2009-03-04 Thread Mladen Turk
Rainer Jung wrote: Do you want to do the next steps, or should I? BTW, I'd like that we this time use the common httpd 2.0 and 2.2 versions for producing the binaries. For 2.0 I'd suggest 2.0.52 (or 2.0.49) and for 2.2 version 2.2.3. For 1.3, 1.3.23 should be fine. All later versions have th