DO NOT REPLY [Bug 51557] New: Newline during a http header field name obscures next value

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51557 Bug #: 51557 Summary: Newline during a http header field name obscures next value Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All S

DO NOT REPLY [Bug 51550] Empty response instead of error page for IllegalStateException

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 --- Comment #2 from holger.su...@bodo-peters.de 2011-07-26 06:02:33 UTC --- Thank you. What I forgot to mention is, that this issue also hits Tomcat 6. Maybe you'd check older versions too. -- Configure bugmail: https://issues.apache.org/

DO NOT REPLY [Bug 51556] New: Frequent Broken Pipe Error

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51556 Bug #: 51556 Summary: Frequent Broken Pipe Error Product: Tomcat 5 Version: 5.5.16 Platform: PC OS/Version: Linux Status: NEW Severity: normal Pr

DO NOT REPLY [Bug 38489] Frequent Broken Pipe Error

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=38489 radha changed: What|Removed |Added CC||radha.chandra...@wipro.com -- Configure b

DO NOT REPLY [Bug 40906] java.net.SocketException: Broken pipe from time to time

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=40906 radha changed: What|Removed |Added CC||radha.chandra...@wipro.com -- Configure b

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

2011-07-25 Thread Konstantin Kolinko
2011/7/22 : > Author: markt > Date: Fri Jul 22 17:32:56 2011 > New Revision: 1149665 > > URL: http://svn.apache.org/viewvc?rev=1149665&view=rev > Log: > Proposal > > Modified: >    tomcat/tc6.0.x/trunk/STATUS.txt > > > +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51515 > +  Prevent i

Re: PROPOSAL: Update Tomcat 7 tests to JUnit 4

2011-07-25 Thread Konstantin Kolinko
2011/7/26 Konstantin Kolinko : > 2011/7/22 Konstantin Kolinko : >> * First step is to use these values in build.properties: >> * Next step is to convert existing tests to use JUnit 4 annotations. >> > > Completed for everything, > except test cases that are in org.apache.catalina.tribes.**. I have

svn commit: r1150975 - in /tomcat/trunk: test/org/apache/catalina/tribes/test/channel/ webapps/docs/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Tue Jul 26 02:58:29 2011 New Revision: 1150975 URL: http://svn.apache.org/viewvc?rev=1150975&view=rev Log: Converting tribes tests to JUnit 4 - done. Update changelog. Modified: tomcat/trunk/test/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java tomca

svn commit: r1150974 - in /tomcat/trunk/test/org/apache/catalina/tribes: group/ group/interceptors/ io/ membership/ test/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Tue Jul 26 02:39:35 2011 New Revision: 1150974 URL: http://svn.apache.org/viewvc?rev=1150974&view=rev Log: Converted tribes tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/catalina/tribes/group/TestGroupChannelMemberArrival.java tomcat/trunk/test/org/apac

DO NOT REPLY [Bug 51555] An invalid Lifecycle transition ([before_stop]) for component in state [INITIALIZED]: MapperListener

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51555 --- Comment #1 from Konstantin Kolinko 2011-07-25 23:54:44 UTC --- A simple way to reproduce this: 1. Add bindOnInit="false" to HTTP connector in server.xml and remove AJP connector. 2. Start an instance of Tomcat. 3. Try to start second

Re: PROPOSAL: Update Tomcat 7 tests to JUnit 4

2011-07-25 Thread Konstantin Kolinko
2011/7/22 Konstantin Kolinko : > * First step is to use these values in build.properties: > > junit.home=${base.path}/junit4.8.2 > junit.lib=${junit.home} > junit.jar=${junit.lib}/junit-4.8.2.jar > junit.loc=http://cloud.github.com/downloads/KentBeck/junit/junit4.8.2.zip > > With this, all our test

svn commit: r1150933 - /tomcat/trunk/test/org/apache/tomcat/util/http/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 22:09:37 2011 New Revision: 1150933 URL: http://svn.apache.org/viewvc?rev=1150933&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/tomcat/util/http/CookiesBaseTest.java tomcat/trunk/test/org/apache/tomcat/util/http/Test

DO NOT REPLY [Bug 51555] New: An invalid Lifecycle transition ([before_stop]) for component in state [INITIALIZED]: MapperListener

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51555 Bug #: 51555 Summary: An invalid Lifecycle transition ([before_stop]) for component in state [INITIALIZED]: MapperListener Product: Tomcat 7 Version: 7.0.19 Platform

svn commit: r1150907 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 21:04:30 2011 New Revision: 1150907 URL: http://svn.apache.org/viewvc?rev=1150907&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestXxxEndpoint.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net

svn commit: r1150899 - in /tomcat/trunk/test/org/apache/tomcat/util: http/mapper/TestMapperWelcomeFiles.java net/TestClientCert.java net/TestCustomSsl.java net/TestSsl.java scan/TestJarScanner.java

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 20:46:11 2011 New Revision: 1150899 URL: http://svn.apache.org/viewvc?rev=1150899&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/tomcat/util/http/mapper/TestMapperWelcomeFiles.java tomcat/trunk/test/org/apache/tomcat

svn commit: r1150890 - in /tomcat/trunk/test/org/apache/jasper/compiler: TestCompiler.java TestGenerator.java TestJspConfig.java TestJspDocumentParser.java TestParser.java TestParserNoStrictWhitespace

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 20:30:58 2011 New Revision: 1150890 URL: http://svn.apache.org/viewvc?rev=1150890&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/jasper/compiler/TestCompiler.java tomcat/trunk/test/org/apache/jasper/compiler/TestGener

svn commit: r1150877 - in /tomcat/trunk/test/org/apache: coyote/ajp/ coyote/http11/ coyote/http11/filters/ el/ naming/resources/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 20:11:41 2011 New Revision: 1150877 URL: http://svn.apache.org/viewvc?rev=1150877&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/coyote/ajp/TestAbstractAjpProcessor.java tomcat/trunk/test/org/apache/coyote/http11/Test

svn commit: r1150866 - in /tomcat/trunk/test/org/apache/catalina: loader/ mbeans/ servlets/ startup/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 19:54:21 2011 New Revision: 1150866 URL: http://svn.apache.org/viewvc?rev=1150866&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/catalina/loader/TestVirtualWebappLoader.java tomcat/trunk/test/org/apache/catalina/load

DO NOT REPLY [Bug 51550] Empty response instead of error page for IllegalStateException

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1150864 - in /tomcat/trunk: java/org/apache/catalina/connector/ webapps/docs/

2011-07-25 Thread markt
Author: markt Date: Mon Jul 25 19:45:04 2011 New Revision: 1150864 URL: http://svn.apache.org/viewvc?rev=1150864&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 Stop the adaptor swallowing internal errors. Modified: tomcat/trunk/java/org/apache/catalina/connector/Co

svn commit: r1150855 - in /tomcat/trunk/test/org/apache/catalina: core/ filters/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 19:25:22 2011 New Revision: 1150855 URL: http://svn.apache.org/viewvc?rev=1150855&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/catalina/core/TestAsyncContextImpl.java tomcat/trunk/test/org/apache/catalina/core/TestN

Re: tagging tc-native 1.1.21

2011-07-25 Thread Mladen Turk
On 07/25/2011 07:31 PM, Christopher Schultz wrote: Jean-Frederic, Nope, it also includes the native part of FIPS mode. I forgot to update the changelog when I did that commit. Now updated. Note that the new FIPS code isn't called by anything on the Java side at this point. I'm still working on

svn commit: r1150846 - in /tomcat/trunk/test/org/apache/catalina: authenticator/ comet/ connector/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 18:56:58 2011 New Revision: 1150846 URL: http://svn.apache.org/viewvc?rev=1150846&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java tomcat/trunk/test/org/apache/catal

DO NOT REPLY [Bug 43991] Contributing a URLResourceFactory

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43991 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: PROPOSAL: Update Tomcat 7 tests to JUnit 4

2011-07-25 Thread Christoph Pater
Ok I will start to look at org.apache.catalina.tribes.* tests 2011/7/25 Konstantin Kolinko > 2011/7/22 Konstantin Kolinko : > > Hi! > > > > I propose to update Tomcat 7 tests to use JUnit 4. > > > > One feature that I would like to use from there is to write failing > > tests before fixing the c

Re: tagging tc-native 1.1.21

2011-07-25 Thread Christopher Schultz
Jean-Frederic, On 7/25/2011 6:06 AM, jean-frederic clere wrote: > On 07/25/2011 11:21 AM, Henri Gomez wrote: >> nope, let's go for release. >> >> BTW, what's the main changes ? > > Just bug fixes. I will update the changelog now. Nope, it also includes the native part of FIPS mode. I forgot to u

svn commit: r1150791 - /tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml

2011-07-25 Thread schultz
Author: schultz Date: Mon Jul 25 17:19:45 2011 New Revision: 1150791 URL: http://svn.apache.org/viewvc?rev=1150791&view=rev Log: Added changelog entry for bug 50570 (FIPS mode) Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog-1.1.x.xml Modified: tomcat/native/trunk/xdocs/miscellan

svn commit: r1150767 - in /tomcat/trunk: java/javax/el/BeanELResolver.java test/org/apache/el/TestValueExpressionImpl.java webapps/docs/changelog.xml

2011-07-25 Thread markt
Author: markt Date: Mon Jul 25 16:23:39 2011 New Revision: 1150767 URL: http://svn.apache.org/viewvc?rev=1150767&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51544 Correctly resolve bean methods in EL so accessible methods that are overridden by inaccessible methods do not

DO NOT REPLY [Bug 51544] EL parser problem for EmptyList

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

svn commit: r1150764 - in /tomcat/trunk/test: javax/el/TestCompositeELResolver.java javax/servlet/jsp/TestPageContext.java org/apache/catalina/startup/TomcatBaseTestJUnit4.java

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 16:10:50 2011 New Revision: 1150764 URL: http://svn.apache.org/viewvc?rev=1150764&view=rev Log: Converted the tests to JUnit 4. TomcatBaseTestJUnit4 is a copy of TomcatBaseTest converted to JUnit 4, to be used until conversion is completed. Added: tomcat/tru

svn commit: r1150761 - in /tomcat/trunk/test/org/apache: el/ el/lang/ el/parser/ jasper/compiler/

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 15:57:51 2011 New Revision: 1150761 URL: http://svn.apache.org/viewvc?rev=1150761&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/el/TestELEvaluation.java tomcat/trunk/test/org/apache/el/TestMethodExpressionImpl.java

svn commit: r1150747 - in /tomcat/trunk/test/org/apache: catalina/valves/ coyote/http11/ juli/ naming/resources/ tomcat/util/buf/ tomcat/util/http/ tomcat/util/http/mapper/ tomcat/util/res/ tomcat/uti

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 15:22:30 2011 New Revision: 1150747 URL: http://svn.apache.org/viewvc?rev=1150747&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/catalina/valves/Benchmarks.java tomcat/trunk/test/org/apache/catalina/valves/TestRemoteI

svn commit: r1150727 - in /tomcat/trunk/test/org/apache/catalina: session/Benchmarks.java session/Threading.java startup/TestContextConfigAnnotation.java util/TestContextName.java util/TestRequestUtil

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 14:45:37 2011 New Revision: 1150727 URL: http://svn.apache.org/viewvc?rev=1150727&view=rev Log: Converted the tests to JUnit 4. Modified: tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java tomcat/trunk/test/org/apache/catalina/session/Threading

DO NOT REPLY [Bug 51497] Use canonical IPv6 text representation in logs

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51497 --- Comment #2 from Ognjen Blagojevic 2011-07-25 14:11:54 UTC --- Created attachment 27312 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27312 Adds RFC 5952 canonical IPv6 representation to AccessLogValve. Here is the propose

DO NOT REPLY [Bug 51544] EL parser problem for EmptyList

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51544 --- Comment #7 from Mark Thomas 2011-07-25 14:05:50 UTC --- I took a look at the Oracle and OpenJDK implementations of emptyList(). If I modify the test to use size() rather than isEmpty() it fails on the Oracle JDK as well. -- Configure

DO NOT REPLY [Bug 51550] New: Empty response instead of error page for IllegalStateException

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51550 Bug #: 51550 Summary: Empty response instead of error page for IllegalStateException Product: Tomcat 7 Version: 7.0.16 Platform: PC Status: NEW

svn commit: r1150690 - in /tomcat/trunk: res/checkstyle/checkstyle.xml test/org/apache/catalina/filters/TestCsrfPreventionFilter2.java test/org/apache/catalina/ha/session/TestSerializablePrincipal.jav

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 13:18:20 2011 New Revision: 1150690 URL: http://svn.apache.org/viewvc?rev=1150690&view=rev Log: Update checkstyle rules to treat imports of "org.junit" as a separate group vs. "org". Convert simple tests in the following packages to JUnit 4: org.apache.catalina.

Re: PROPOSAL: Update Tomcat 7 tests to JUnit 4

2011-07-25 Thread Konstantin Kolinko
2011/7/22 Konstantin Kolinko : > Hi! > > I propose to update Tomcat 7 tests to use JUnit 4. > > One feature that I would like to use from there is to write failing > tests before fixing the code and annotate them with @Ignore so that > they are skipped until the annotation is removed. > > > * First

svn commit: r1150652 - in /tomcat/trunk/test/org/apache/catalina/deploy: TestSecurityConstraint.java TestWebXml.java TestWebXmlOrdering.java

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 12:04:32 2011 New Revision: 1150652 URL: http://svn.apache.org/viewvc?rev=1150652&view=rev Log: Converted tests in org.apache.catalina.deploy to JUnit 4. 1) textXXX() -> @Test added 2) protected setUp() -> @Before public setUp() 3) in TestSecurityConstraint: Ther

svn commit: r1150646 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

2011-07-25 Thread jfclere
Author: jfclere Date: Mon Jul 25 11:56:55 2011 New Revision: 1150646 URL: http://svn.apache.org/viewvc?rev=1150646&view=rev Log: Add missing bug. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/changelog.xml

svn commit: r1150644 - /tomcat/trunk/res/checkstyle/checkstyle.xml

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 11:54:05 2011 New Revision: 1150644 URL: http://svn.apache.org/viewvc?rev=1150644&view=rev Log: Update checkstyle configuration to allow static imports of org.junit.Assert members. This is for JUnit 4. Modified: tomcat/trunk/res/checkstyle/checkstyle.xml Mo

svn commit: r1150641 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

2011-07-25 Thread markt
Author: markt Date: Mon Jul 25 11:43:13 2011 New Revision: 1150641 URL: http://svn.apache.org/viewvc?rev=1150641&view=rev Log: Add 7.0.19 to config file diffs Modified: tomcat/site/trunk/docs/migration.html tomcat/site/trunk/xdocs/migration.xml Modified: tomcat/site/trunk/docs/migration.

DO NOT REPLY [Bug 51544] EL parser problem for EmptyList

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51544 --- Comment #6 from bozho 2011-07-25 10:46:04 UTC --- it's still in testing mode, hence the -client VM. I will change to -server, but I guess it will still be there. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?t

DO NOT REPLY [Bug 51544] EL parser problem for EmptyList

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51544 --- Comment #5 from bozho 2011-07-25 10:44:31 UTC --- Hi, My version is: java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.1) (amazon-44.1.9.1.18.amzn1-i386) OpenJDK Client VM (build 19.0-b06, mixed mode) -- Configure bu

svn commit: r1150623 - in /tomcat/trunk: build.properties.default res/ide-support/eclipse/eclipse.classpath

2011-07-25 Thread kkolinko
Author: kkolinko Date: Mon Jul 25 10:40:03 2011 New Revision: 1150623 URL: http://svn.apache.org/viewvc?rev=1150623&view=rev Log: Update project to use JUnit 4 libraries. Modified: tomcat/trunk/build.properties.default tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Modified: tomc

DO NOT REPLY [Bug 51544] EL parser problem for EmptyList

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51544 --- Comment #4 from Mark Thomas 2011-07-25 10:36:51 UTC --- Gump is running open JDK: java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.8) (6b20-1.9.8-0ubuntu1~10.04.1) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)

DO NOT REPLY [Bug 51544] EL parser problem for EmptyList

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51544 --- Comment #3 from Konstantin Kolinko 2011-07-25 10:31:29 UTC --- Created attachment 27311 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27311 A copy of two files from gump output, 25 Jul 2011 08:58:47 (UTC) 1. I am attachin

Re: tagging tc-native 1.1.21

2011-07-25 Thread jean-frederic clere
On 07/25/2011 11:21 AM, Henri Gomez wrote: nope, let's go for release. BTW, what's the main changes ? Just bug fixes. I will update the changelog now. Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.ap

DO NOT REPLY [Bug 51544] EL parser problem for EmptyList

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51544 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|W

Re: tagging tc-native 1.1.21

2011-07-25 Thread Henri Gomez
nope, let's go for release. BTW, what's the main changes ? 2011/7/25 jean-frederic clere : > Hi, > > I plan to tag > http://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_1_21/ > tomorrow. > > Comments? > > Cheers > > Jean-Frederic > >

[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2011-07-25 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-trunk-test has an issue affecting its community integration. This i

tagging tc-native 1.1.21

2011-07-25 Thread jean-frederic clere
Hi, I plan to tag http://svn.apache.org/repos/asf/tomcat/native/tags/TOMCAT_NATIVE_1_1_21/ tomorrow. Comments? Cheers Jean-Frederic - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mai