DO NOT REPLY [Bug 46764] New: Tomcat 6 and xmlValidation=false not working

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46764 Summary: Tomcat 6 and xmlValidation=false not working Product: Tomcat 6 Version: 6.0.18 Platform: HP OS/Version: Linux Status: NEW Severity: normal Priority:

Re: svn commit: r745842 - in /tomcat/connectors/trunk/jk: native/apache-2.0/ native/common/ xdocs/miscellaneous/

2009-02-25 Thread Rainer Jung
On 19.02.2009 13:55, mt...@apache.org wrote: Author: mturk Date: Thu Feb 19 12:55:05 2009 New Revision: 745842 URL: http://svn.apache.org/viewvc?rev=745842view=rev Log: Allow dynamic worker address change Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL:

Re: svn commit: r745898 - in /tomcat/connectors/trunk/jk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2009-02-25 Thread Rainer Jung
On 19.02.2009 16:28, mt...@apache.org wrote: Author: mturk Date: Thu Feb 19 15:28:47 2009 New Revision: 745898 URL: http://svn.apache.org/viewvc?rev=745898view=rev Log: Update uriworkermap on watchog interval Modified: tomcat/connectors/trunk/jk/native/iis/jk_isapi_plugin.c

Re: svn commit: r745842 - in /tomcat/connectors/trunk/jk: native/apache-2.0/ native/common/ xdocs/miscellaneous/

2009-02-25 Thread Mladen Turk
Rainer Jung wrote: +if (aw-addr_sequence != aw-s-addr_sequence) { +aw-addr_sequence = aw-s-addr_sequence; +aw-host = aw-s-hostname; Should we copy the string here? Nope, the string is now in shared memory. In theory we don't care about ajp-host we just need that for a

Re: svn commit: r745898 - in /tomcat/connectors/trunk/jk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2009-02-25 Thread Mladen Turk
Rainer Jung wrote: On 19.02.2009 16:28, mt...@apache.org wrote: Author: mturk Date: Thu Feb 19 15:28:47 2009 New Revision: 745898 URL: http://svn.apache.org/viewvc?rev=745898view=rev Log: Update uriworkermap on watchog interval Modified:

Re: svn commit: r745898 - in /tomcat/connectors/trunk/jk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2009-02-25 Thread Rainer Jung
On 25.02.2009 13:56, Mladen Turk wrote: Rainer Jung wrote: On 19.02.2009 16:28, mt...@apache.org wrote: Author: mturk Date: Thu Feb 19 15:28:47 2009 New Revision: 745898 URL: http://svn.apache.org/viewvc?rev=745898view=rev Log: Update uriworkermap on watchog interval Modified:

Re: svn commit: r745842 - in /tomcat/connectors/trunk/jk: native/apache-2.0/ native/common/ xdocs/miscellaneous/

2009-02-25 Thread Rainer Jung
On 25.02.2009 13:44, Mladen Turk wrote: Rainer Jung wrote: + if (aw-addr_sequence != aw-s-addr_sequence) { + aw-addr_sequence = aw-s-addr_sequence; + aw-host = aw-s-hostname; Should we copy the string here? Nope, the string is now in shared memory. In theory we don't care about ajp-host we

DO NOT REPLY [Bug 46766] New: Random StackOverflowError

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46766 Summary: Random StackOverflowError Product: Tomcat 5 Version: 5.5.0 Platform: Sun OS/Version: SunOS Status: NEW Severity: major Priority: P2

svn commit: r747834 - in /tomcat/trunk/java/org/apache/catalina/realm: DataSourceRealm.java JDBCRealm.java MemoryRealm.java

2009-02-25 Thread markt
Author: markt Date: Wed Feb 25 15:46:46 2009 New Revision: 747834 URL: http://svn.apache.org/viewvc?rev=747834view=rev Log: Fix possible NPE Modified: tomcat/trunk/java/org/apache/catalina/realm/DataSourceRealm.java tomcat/trunk/java/org/apache/catalina/realm/JDBCRealm.java

svn commit: r747835 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

2009-02-25 Thread rjung
Author: rjung Date: Wed Feb 25 15:48:09 2009 New Revision: 747835 URL: http://svn.apache.org/viewvc?rev=747835view=rev Log: Fix typo in comment. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h URL:

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

2009-02-25 Thread rjung
Author: rjung Date: Wed Feb 25 15:50:13 2009 New Revision: 747836 URL: http://svn.apache.org/viewvc?rev=747836view=rev Log: Add some changelog entries and restructure some existing ones. Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Modified:

Re: Support for httpOnly cookies in Tomcat 6.0.x

2009-02-25 Thread Mark Thomas
Ping. This has been hanging around the status file for a while and I'd quite like to complete it. Mark Mark Thomas wrote: Folks, The implementation of httpOnly support in Tomcat 7 fits well with the previous httpOnly patch [1] that is currently the proposed backport for 6.0.x When

svn commit: r747840 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm: DataSourceRealm.java JDBCRealm.java MemoryRealm.java

2009-02-25 Thread markt
Author: markt Date: Wed Feb 25 15:57:13 2009 New Revision: 747840 URL: http://svn.apache.org/viewvc?rev=747840view=rev Log: Port NPE fix from trunk Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/DataSourceRealm.java

Re: svn commit: r745842 - in /tomcat/connectors/trunk/jk: native/apache-2.0/ native/common/ xdocs/miscellaneous/

2009-02-25 Thread Mladen Turk
Rainer Jung wrote: On 25.02.2009 13:44, Mladen Turk wrote: Concerning host vs. hostname: I would prefer to keep the variable names the same. I can do the change. Do you prefer host in both cases, or hostname? I think host makes somes sense, because it reflects the workers.properties

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

2009-02-25 Thread mturk
Author: mturk Date: Wed Feb 25 16:25:48 2009 New Revision: 747847 URL: http://svn.apache.org/viewvc?rev=747847view=rev Log: Update shared memory only if resolve is OK Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

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

2009-02-25 Thread mturk
Author: mturk Date: Wed Feb 25 16:27:47 2009 New Revision: 747849 URL: http://svn.apache.org/viewvc?rev=747849view=rev Log: Do not modify original contact if resolve fails Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

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

2009-02-25 Thread mturk
Author: mturk Date: Wed Feb 25 16:29:36 2009 New Revision: 747851 URL: http://svn.apache.org/viewvc?rev=747851view=rev Log: Log provided failed host:port instead original Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

Re: svn commit: r745898 - in /tomcat/connectors/trunk/jk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

2009-02-25 Thread Mladen Turk
Rainer Jung wrote: On 25.02.2009 13:56, Mladen Turk wrote: Rainer Jung wrote: On 19.02.2009 16:28, mt...@apache.org wrote: Author: mturk Date: Thu Feb 19 15:28:47 2009 New Revision: 745898 URL: http://svn.apache.org/viewvc?rev=745898view=rev Log: Update uriworkermap on watchog interval

svn commit: r747863 - /tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd

2009-02-25 Thread markt
Author: markt Date: Wed Feb 25 17:11:24 2009 New Revision: 747863 URL: http://svn.apache.org/viewvc?rev=747863view=rev Log: Fix broken metadata-complete element Modified: tomcat/trunk/java/javax/servlet/resources/web-app_2_5.xsd Modified:

svn commit: r747873 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_shm.h jk_status.c

2009-02-25 Thread rjung
Author: rjung Date: Wed Feb 25 18:04:26 2009 New Revision: 747873 URL: http://svn.apache.org/viewvc?rev=747873view=rev Log: Rename new shm struct member from hostname to host in order to keep the names in sync with ajp struct members and existing property name. Modified:

svn commit: r747878 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp12_worker.c native/common/jk_ajp_common.c xdocs/miscellaneous/changelog.xml

2009-02-25 Thread rjung
Author: rjung Date: Wed Feb 25 18:12:02 2009 New Revision: 747878 URL: http://svn.apache.org/viewvc?rev=747878view=rev Log: Allow AJP13 worker ports lower or equal to 1024. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c

DO NOT REPLY [Bug 46767] New: mod_jk to send DECLINED in case no fail-over tomcats available/configured

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46767 Summary: mod_jk to send DECLINED in case no fail-over tomcats available/configured Product: Tomcat Connectors Version: unspecified Platform: All URL:

DO NOT REPLY [Bug 46767] mod_jk to send DECLINED in case no fail-over tomcats available/configured

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46767 Dinesh Ilindra dinesh@gmail.com changed: What|Removed |Added CC|

[SECURITY] CVE-2008-4308: Tomcat information disclosure vulnerability

2009-02-25 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 CVE-2008-4308: Tomcat information disclosure vulnerability Severity: Low Vendor: The Apache Software Foundation Versions Affected: Tomcat 4.1.32 to 4.1.34 Tomcat 5.5.10 to 5.5.20 Tomcat 6.0.x is not affected The unsupported Tomcat 3.x, 4.0.x and

svn commit: r747960 - in /tomcat/site/trunk: docs/security-4.html docs/security-5.html xdocs/security-4.xml xdocs/security-5.xml

2009-02-25 Thread markt
Author: markt Date: Wed Feb 25 23:18:03 2009 New Revision: 747960 URL: http://svn.apache.org/viewvc?rev=747960view=rev Log: Update with info on CVE-2008-4308 Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/xdocs/security-4.xml

DO NOT REPLY [Bug 46770] New: Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 Summary: Headers are send duplicate Product: Tomcat 5 Version: 5.5.27 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #1 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 18:22:54 PST --- Created an attachment (id=23308) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23308) Test war to reproduce the problem -- Configure

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #2 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 18:23:39 PST --- Created an attachment (id=23309) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23309) Original Tomcat log with connectors set to trace --

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #3 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 18:24:04 PST --- Created an attachment (id=23310) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23310) Tomcat log with additional stacks -- Configure

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #4 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 18:24:35 PST --- Created an attachment (id=23311) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=23311) Servlet log, so that one can compare the timestamps

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #5 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 18:24:59 PST --- I used the default server.xml. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #6 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 19:02:30 PST --- The problem seems to come from http://svn.apache.org/viewvc?view=revrevision=580815 which changed flush handling in MsgContext. Since there is no BZ

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #7 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 19:13:01 PST --- Ursache ist der Patch http://svn.apache.org/viewvc?view=revrevision=580815 der von Bill Barker in 5.5.26 eingebracht wurde. Sobald dieser

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #8 from Rainer Jung rainer.j...@kippdata.de 2009-02-25 19:18:24 PST --- Please ignore comment #7. It wasn't meant to be added to this ticket. Sorry for the noise. -- Configure bugmail:

DO NOT REPLY [Bug 46770] Headers are send duplicate

2009-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46770 --- Comment #9 from william.bar...@wilshire.com 2009-02-25 19:45:52 PST --- The original problem was that when client-flush was implemented in mod_jk, the default connector didn't look to see that the headers were sent as well. Now