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: ---
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:
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&
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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:
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
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
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://
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
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
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
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
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
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
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
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
32 matches
Mail list logo