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

2016-01-14 Thread Bill Barker
it/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20160114.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/wo

buildbot success in ASF Buildbot on tomcat-8-trunk

2016-01-14 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/403 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranch

[Bug 58867] New: Having a context.xml in conf prevents redeployment on startup

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58867 Bug ID: 58867 Summary: Having a context.xml in conf prevents redeployment on startup Product: Tomcat 8 Version: 8.0.30 Hardware: All OS: All S

svn commit: r1724678 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 19:48:51 2016 New Revision: 1724678 URL: http://svn.apache.org/viewvc?rev=1724678&view=rev Log: Simplify Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java Modified: tomcat/trunk/java/org/apache/catalina/core/ApplicationHttpRequest

Re: svn commit: r1724437 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2016-01-14 Thread Mark Thomas
On 14/01/2016 13:07, Konstantin Kolinko wrote: > 2016-01-14 11:43 GMT+03:00 Mark Thomas : >> On 14/01/2016 03:08, Konstantin Kolinko wrote: >>> 2016-01-13 18:02 GMT+03:00 : Author: markt Date: Wed Jan 13 15:02:00 2016 New Revision: 1724437 >> >>> Looking into Parameters.handleQueryP

svn commit: r1724676 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/util/buf/MessageBytes.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 19:43:13 2016 New Revision: 1724676 URL: http://svn.apache.org/viewvc?rev=1724676&view=rev Log: Follow up to r1724437 Need to copy the character set when duplicating the MessageBytes. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/jav

svn commit: r1724675 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/MessageBytes.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 19:42:32 2016 New Revision: 1724675 URL: http://svn.apache.org/viewvc?rev=1724675&view=rev Log: Follow up to r1724435 Need to copy the character set when duplicating the MessageBytes. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/jav

svn commit: r1724674 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/buf/MessageBytes.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 19:41:03 2016 New Revision: 1724674 URL: http://svn.apache.org/viewvc?rev=1724674&view=rev Log: Follow up to r1724434 Need to copy the character set when duplicating the MessageBytes. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/jav

svn commit: r1724673 - /tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 19:39:28 2016 New Revision: 1724673 URL: http://svn.apache.org/viewvc?rev=1724673&view=rev Log: Follow up to r1724427 Need to copy the character set when duplicating the MessageBytes. Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/MessageBytes.java Modi

[Bug 58859] Allow to limit charsets / encodings supported by Tomcat

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58859 --- Comment #3 from Konstantin Kolinko --- Chris, the cache has evolved into a static preloaded set some time ago (since r1140156), it is not updated at runtime. The issue here is that client-provided charset name is used for processing both o

svn commit: r1724639 - /tomcat/trunk/build.xml

2016-01-14 Thread remm
Author: remm Date: Thu Jan 14 15:58:19 2016 New Revision: 1724639 URL: http://svn.apache.org/viewvc?rev=1724639&view=rev Log: Exclude EL parser from javadoc (it is generated code). Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tru

svn commit: r1724638 - in /tomcat/trunk/java/org/apache/coyote: AbstractProcessor.java AbstractProcessorLight.java AbstractProtocol.java ajp/AjpProcessor.java http11/Http11OutputBuffer.java http11/fil

2016-01-14 Thread remm
Author: remm Date: Thu Jan 14 15:57:49 2016 New Revision: 1724638 URL: http://svn.apache.org/viewvc?rev=1724638&view=rev Log: Javadoc fixes. Modified: tomcat/trunk/java/org/apache/coyote/AbstractProcessor.java tomcat/trunk/java/org/apache/coyote/AbstractProcessorLight.java tomcat/trun

[Bug 58863] High CPU Usage on http-nio exec

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58863 Christopher Schultz changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug 58859] Allow to limit charsets / encodings supported by Tomcat

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58859 --- Comment #2 from Christopher Schultz --- What is the issue here? IIRC, Tomcat has a cache of Charsets it will use, so a client specifying a little-used charset will just thrash that cache a bit. -- You are receiving this mail because: You

[Bug 58863] High CPU Usage on http-nio exec

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58863 piotrek.juchaker...@gmail.com changed: What|Removed |Added OS||Linux -- You are recei

[Bug 58863] New: High CPU Usage on http-nio exec

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58863 Bug ID: 58863 Summary: High CPU Usage on http-nio exec Product: Tomcat 8 Version: 8.0.29 Hardware: PC Status: NEW Severity: normal Priority: P2 Compo

svn commit: r1724626 [2/2] - in /tomcat/trunk/java/org/apache/catalina: tribes/ tribes/group/ tribes/group/interceptors/ tribes/io/ tribes/membership/ tribes/tipis/ tribes/transport/ tribes/transport/

2016-01-14 Thread remm
Modified: tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/AbstractAccessLogValve.java?rev=1724626&r1=1724625&r2=1724626&view=diff ===

svn commit: r1724626 [1/2] - in /tomcat/trunk/java/org/apache/catalina: tribes/ tribes/group/ tribes/group/interceptors/ tribes/io/ tribes/membership/ tribes/tipis/ tribes/transport/ tribes/transport/

2016-01-14 Thread remm
Author: remm Date: Thu Jan 14 14:55:44 2016 New Revision: 1724626 URL: http://svn.apache.org/viewvc?rev=1724626&view=rev Log: Javadoc fixes. Modified: tomcat/trunk/java/org/apache/catalina/tribes/ByteMessage.java tomcat/trunk/java/org/apache/catalina/tribes/Channel.java tomcat/trunk/j

svn commit: r1724615 - /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/core/TestApplicationHttpRequest.java

2016-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 14:05:21 2016 New Revision: 1724615 URL: http://svn.apache.org/viewvc?rev=1724615&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Adapt the test class to current Tomcat 6 testing framework. Modified: tomcat/tc6.0.x/branches/tomcat6-tes

svn commit: r1724614 - in /tomcat/tc6.0.x/branches/tomcat6-testing_20160106/test/org/apache/catalina/core: ./ TestApplicationHttpRequest.java

2016-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 14:03:51 2016 New Revision: 1724614 URL: http://svn.apache.org/viewvc?rev=1724614&view=rev Log: For https://bz.apache.org/bugzilla/show_bug.cgi?id=58836 Copy test class from Tomcat 7. No Tomcat 6 - specific changes are applied yet. Added: tomcat/tc6.0.x/bran

svn commit: r1724611 - in /tomcat/tc6.0.x/branches/tomcat6-testing_20160106: ./ BRANCH-README.txt java/org/apache/catalina/core/ApplicationHttpRequest.java java/org/apache/tomcat/util/buf/MessageBytes

2016-01-14 Thread kkolinko
Author: kkolinko Date: Thu Jan 14 13:59:58 2016 New Revision: 1724611 URL: http://svn.apache.org/viewvc?rev=1724611&view=rev Log: Rebase branch onto current tc6.0.x/trunk This means a ctach-up merge of all revisions up to r1724610. Modified: tomcat/tc6.0.x/branches/tomcat6-testing_20160106/

[Bug 58859] Allow to limit charsets / encodings supported by Tomcat

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58859 Remy Maucherat changed: What|Removed |Added OS||All --- Comment #1 from Remy Mauchera

Re: svn commit: r1724437 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2016-01-14 Thread Konstantin Kolinko
2016-01-14 11:43 GMT+03:00 Mark Thomas : > On 14/01/2016 03:08, Konstantin Kolinko wrote: >> 2016-01-13 18:02 GMT+03:00 : >>> Author: markt >>> Date: Wed Jan 13 15:02:00 2016 >>> New Revision: 1724437 > >> Looking into Parameters.handleQueryParameters() on how it deals with >> MessageBytes that wr

svn commit: r1724590 - /tomcat/trunk/TOMCAT-NEXT.txt

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 11:32:47 2016 New Revision: 1724590 URL: http://svn.apache.org/viewvc?rev=1724590&view=rev Log: Track progress. Go Rémy! Modified: tomcat/trunk/TOMCAT-NEXT.txt Modified: tomcat/trunk/TOMCAT-NEXT.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.tx

svn commit: r1724588 - /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 11:30:34 2016 New Revision: 1724588 URL: http://svn.apache.org/viewvc?rev=1724588&view=rev Log: Simplify. Remove unused parameter after recent refactoring Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/NonBlockingCoordinator.java Mod

[Bug 57808] Don't preload all charsets

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57808 --- Comment #10 from Konstantin Kolinko --- FYI: A new enhancement request - bug 58859 "Allow to limit charsets / encodings supported by Tomcat" - offers a similar feature, but with different requirements and background. -- You are receiving

[Bug 58859] New: Allow to limit charsets / encodings supported by Tomcat

2016-01-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58859 Bug ID: 58859 Summary: Allow to limit charsets / encodings supported by Tomcat Product: Tomcat 9 Version: unspecified Hardware: PC Status: NEW Sever

buildbot failure in ASF Buildbot on tomcat-8-trunk

2016-01-14 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/402 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchSch

svn commit: r1724560 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 08:46:09 2016 New Revision: 1724560 URL: http://svn.apache.org/viewvc?rev=1724560&view=rev Log: Fix typo Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r1724559 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 08:45:39 2016 New Revision: 1724559 URL: http://svn.apache.org/viewvc?rev=1724559&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r1724558 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 08:44:47 2016 New Revision: 1724558 URL: http://svn.apache.org/viewvc?rev=1724558&view=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomca

svn commit: r1724557 - /tomcat/trunk/webapps/docs/changelog.xml

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 08:43:57 2016 New Revision: 1724557 URL: http://svn.apache.org/viewvc?rev=1724557&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/

Re: svn commit: r1724437 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ApplicationHttpRequest.java webapps/docs/changelog.xml

2016-01-14 Thread Mark Thomas
On 14/01/2016 03:08, Konstantin Kolinko wrote: > 2016-01-13 18:02 GMT+03:00 : >> Author: markt >> Date: Wed Jan 13 15:02:00 2016 >> New Revision: 1724437 >> Modified: >> tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java > Imports order... Fixed. > Looking in

svn commit: r1724556 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 08:40:32 2016 New Revision: 1724556 URL: http://svn.apache.org/viewvc?rev=1724556&view=rev Log: Fix import order (review by kolinko) Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/ApplicationHttpRequest.java Modified: tomcat/tc6.0.x/trunk/java/o

svn commit: r1724555 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/tomcat/util/buf/MessageBytes.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 08:39:11 2016 New Revision: 1724555 URL: http://svn.apache.org/viewvc?rev=1724555&view=rev Log: Review of r1724437 by kkolinko. Back-port required setCharset() changes. Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/java/org/apache/to

svn commit: r1724553 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/buf/MessageBytes.java

2016-01-14 Thread markt
Author: markt Date: Thu Jan 14 08:30:14 2016 New Revision: 1724553 URL: http://svn.apache.org/viewvc?rev=1724553&view=rev Log: Review of r1724435 by kkolinko. Back-port required setCharset() changes. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/to

svn commit: r1724546 - in /tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors: LocalStrings.properties NonBlockingCoordinator.java

2016-01-14 Thread kfujino
Author: kfujino Date: Thu Jan 14 08:02:48 2016 New Revision: 1724546 URL: http://svn.apache.org/viewvc?rev=1724546&view=rev Log: Correct message. Modified: tomcat/trunk/java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties tomcat/trunk/java/org/apache/catalina/tribe