DO NOT REPLY [Bug 51881] Server incorrectly parses incoming HTTP requests and loses them

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51881 --- Comment #9 from Konstantin Kolinko 2011-09-28 07:07:12 UTC --- Can you test with 7.0.22 release candidate? The download link is in the VOTE thread on dev@. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=em

DO NOT REPLY [Bug 40530] Tomcat Service startup fails when installed into localized path

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40530 Alexey Grishkov changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVA

DO NOT REPLY [Bug 40530] Tomcat Service startup fails when installed into localized path

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40530 --- Comment #2 from Alexey Grishkov 2011-09-28 07:48:03 UTC --- I also had this problem on tomcat 6.0.20. I installed it on Russian and Japanese machines and got the error. I found that java itself work fine, i.e if we try to run java cla

DO NOT REPLY [Bug 40530] Tomcat Service startup fails when installed into localized path

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40530 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 51881] Server incorrectly parses incoming HTTP requests and loses them

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51881 --- Comment #10 from Mark Thomas 2011-09-28 08:53:19 UTC --- Thanks for the additional detail. I can see the problem now. It dies reproduce with the 7.0.22 tag. I am currently trying to track down the root cause. -- Configure bugmail: htt

DO NOT REPLY [Bug 51905] New: Infinite loop when shutting down AprEndpoint

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51905 Bug #: 51905 Summary: Infinite loop when shutting down AprEndpoint Product: Tomcat 6 Version: 6.0.33 Platform: PC OS/Version: Windows XP Status: NEW Severi

Re: [VOTE] Release Apache Tomcat 7.0.22

2011-09-28 Thread Rainer Jung
On 27.09.2011 23:36, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.22 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.22/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/ > > The prop

svn commit: r1176799 - /tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 09:35:59 2011 New Revision: 1176799 URL: http://svn.apache.org/viewvc?rev=1176799&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51905 Skip attempt to shutdown AprEndpoint acceptor threads if the server socket has been already forcefully clo

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-28 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc7.0.x-test has an issue affecting its community integration. This

svn commit: r1176801 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/net/AprEndpoint.java webapps/docs/changelog.xml

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 09:48:32 2011 New Revision: 1176801 URL: http://svn.apache.org/viewvc?rev=1176801&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51905 Merged revision 1176799 from tomcat/trunk: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51905 Ski

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

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 09:58:56 2011 New Revision: 1176806 URL: http://svn.apache.org/viewvc?rev=1176806&view=rev Log: vote and 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/STAT

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Bill Barker : > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at gene...@gump.apache.org. > > Project tomcat-tc7.0.x-test has an issue affecting its c

DO NOT REPLY [Bug 51905] Infinite loop when shutting down AprEndpoint

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51905 --- Comment #1 from Konstantin Kolinko 2011-09-28 10:06:17 UTC --- Fixed in trunk and 7.0, will be in 7.0.23. Proposed for 6.0. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving th

svn commit: r1176833 - /tomcat/trunk/webapps/examples/jsp/index.html

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 11:45:22 2011 New Revision: 1176833 URL: http://svn.apache.org/viewvc?rev=1176833&view=rev Log: In the examples application: Add links to the FORM Auth, Servlet 3.0 Async and Comet examples. Modified: tomcat/trunk/webapps/examples/jsp/index.html Modified: to

Re: [VOTE] Release Apache Tomcat 7.0.22

2011-09-28 Thread Mark Thomas
On 28/09/2011 10:24, Rainer Jung wrote: > On 27.09.2011 23:36, Mark Thomas wrote: >> The proposed Apache Tomcat 7.0.22 release is now available for voting. >> >> It can be obtained from: >> http://people.apache.org/~markt/dev/tomcat-7/v7.0.22/ >> The svn tag is: >> http://svn.apache.org/repos/asf/t

DO NOT REPLY [Bug 51910] New: NPE in comet processing when shutting down Tomcat

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51910 Bug #: 51910 Summary: NPE in comet processing when shutting down Tomcat Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Se

svn commit: r1176851 - /tomcat/tc7.0.x/trunk/

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 12:39:00 2011 New Revision: 1176851 URL: http://svn.apache.org/viewvc?rev=1176851&view=rev Log: Update mergeinfo: mark r1156115 as merged, because this change has been applied in r1156111. Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/

DO NOT REPLY [Bug 51912] New: Failures in org.apache.coyote.http11.TestInternalInputBuffer with NIO + debug logging

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51912 Bug #: 51912 Summary: Failures in org.apache.coyote.http11.TestInternalInputBuffer with NIO + debug logging Product: Tomcat 7 Version: trunk Plat

DO NOT REPLY [Bug 51910] NPE in comet processing when shutting down Tomcat

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51910 --- Comment #1 from Konstantin Kolinko 2011-09-28 14:32:54 UTC --- It is reproducible with APR connector as well. === INFO: Stopping ProtocolHandler ["http-apr-8080"] 28.09.2011 18:31:25 org.apache.catalina.connector.Coyot

Re: [VOTE] Release Apache Tomcat 7.0.22

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Mark Thomas : > The proposed Apache Tomcat 7.0.22 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.22/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/ > > The proposed 7.0.21 releas

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-28 Thread Rainer Jung
On 28.09.2011 12:05, Konstantin Kolinko wrote: > 2011/9/28 Bill Barker : >> To whom it may engage... >> >> This is an automated request, but not an unsolicited one. For >> more information please visit http://gump.apache.org/nagged.html, >> and/or contact the folk at gene...@gump.apache.org. >> >>

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

2011-09-28 Thread rjung
Author: rjung Date: Wed Sep 28 14:45:46 2011 New Revision: 1176902 URL: http://svn.apache.org/viewvc?rev=1176902&view=rev Log: Fix decay_load for lb method "Next": if one lb_value was "0", the special rule for curmin==0 led to a wrong new curmin. Choose a separate marker variable instead of a spec

Re: [VOTE] Release Apache Tomcat 7.0.22

2011-09-28 Thread Mladen Turk
On 09/27/2011 11:36 PM, Mark Thomas wrote: The proposed 7.0.21 release is: [ ] Broken - do not release [ ] Beta - go ahead and release as 7.0.22 Beta [x] Stable - go ahead and release as 7.0.22 Stable Do an usual set of tests on win32/win64 and linux Regards -- ^TM --

svn commit: r1176975 - /tomcat/tc7.0.x/trunk/

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 17:34:23 2011 New Revision: 1176975 URL: http://svn.apache.org/viewvc?rev=1176975&view=rev Log: Add revision number for 7.0.22 tag to subclipse:tags property Modified: tomcat/tc7.0.x/trunk/ (props changed) Propchange: tomcat/tc7.0.x/trunk/

Re: [VOTE] Release Apache Tomcat 7.0.22

2011-09-28 Thread Christopher Schultz
Mark, On 9/27/2011 5:36 PM, Mark Thomas wrote: > The proposed Apache Tomcat 7.0.22 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.22/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_22/ > >

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Konstantin Kolinko : > 2011/9/28 Bill Barker : >> To whom it may engage... >> >> This is an automated request, but not an unsolicited one. For >> more information please visit http://gump.apache.org/nagged.html, >> and/or contact the folk at gene...@gump.apache.org. >> >> Project tomcat-t

svn commit: r1177050 - /tomcat/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 20:36:42 2011 New Revision: 1177050 URL: http://svn.apache.org/viewvc?rev=1177050&view=rev Log: Improve TestGroupChannelMemberArrival 1. Add synchronization when accessing TestMbrListener.members. This should fix the failures observed by Gump. 2. Remove unused met

svn commit: r1177053 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 20:39:07 2011 New Revision: 1177053 URL: http://svn.apache.org/viewvc?rev=1177053&view=rev Log: Merged revision 1177050 from tomcat/trunk: Improve TestGroupChannelMemberArrival 1. Add synchronization when accessing TestMbrListener.members. This should fix the fail

svn commit: r1177060 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 21:03:09 2011 New Revision: 1177060 URL: http://svn.apache.org/viewvc?rev=1177060&view=rev Log: Improve TestNonBlockingCoordinator: - Format code for better readbility. - In testCoord1() change how equality is tested. Read expected value from 0th member, instead

svn commit: r1177062 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/tribes/group/interceptors/TestNonBlockingCoordinator.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Wed Sep 28 21:05:21 2011 New Revision: 1177062 URL: http://svn.apache.org/viewvc?rev=1177062&view=rev Log: Merged revision 1177060 from tomcat/trunk: Improve TestNonBlockingCoordinator: - Format code for better readbility. - In testCoord1() change how equality is tested. Rea

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Rainer Jung : > > Hmmm, I just saw the first failure for TC 7 (7.0.21) in a possibly > related test, though I'm getting less data than expected: > > TEST-org.apache.catalina.tribes.group.interceptors.TestNonBlockingCoordinator.APR.txt > > Testcase: testCoord1 took 11.927 sec >        FAIL

svn commit: r1177125 - /tomcat/trunk/java/org/apache/tomcat/util/http/MimeHeaders.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Thu Sep 29 00:29:35 2011 New Revision: 1177125 URL: http://svn.apache.org/viewvc?rev=1177125&view=rev Log: Improve MimeHeaders.toString() (is used only for debugging): if there are several headers with the same name, print all of them. Modified: tomcat/trunk/java/org/ap

svn commit: r1177152 - in /tomcat/trunk/java/org/apache/coyote/http11: InternalAprInputBuffer.java InternalInputBuffer.java InternalNioInputBuffer.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Thu Sep 29 02:13:50 2011 New Revision: 1177152 URL: http://svn.apache.org/viewvc?rev=1177152&view=rev Log: No functional change. Simplify code and add comments: - unwrapped nested if(). - s/while()/if()/ where it has only one iteration. Modified: tomcat/trunk/java/org/a

DO NOT REPLY [Bug 51912] IOOB exception in InternalNioInputBuffer when debug logging is enabled

2011-09-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51912 Konstantin Kolinko changed: What|Removed |Added Summary|Failures in |IOOB exception in

svn commit: r1177160 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2011-09-28 Thread kkolinko
Author: kkolinko Date: Thu Sep 29 04:33:26 2011 New Revision: 1177160 URL: http://svn.apache.org/viewvc?rev=1177160&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51912 Fix several small issues in Header processing in Nio HTTP connector: - Split HEADER_VALUE state into HEADER