[Bug 57340] NioConnector caches get corrupted on concurrent comet close

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 uvi changed: What|Removed |Added CC||u...@open.ch -- You are receiving this mail

[Bug 57344] [PATCH] Provide sha1 checksum files for Tomcat downloads

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57344 Christopher Schultz changed: What|Removed |Added OS||All --- Comment #2 from Chri

svn commit: r1644817 - in /tomcat/tc8.0.x/trunk: ./ java/javax/el/BeanNameELResolver.java

2014-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 12 02:25:47 2014 New Revision: 1644817 URL: http://svn.apache.org/r1644817 Log: Simplify: class-casted value is already available in a local variable. No change in functionality. Merged r1644815 from tomcat/trunk. Modified: tomcat/tc8.0.x/trunk/ (props chang

svn commit: r1644815 - /tomcat/trunk/java/javax/el/BeanNameELResolver.java

2014-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 12 02:23:55 2014 New Revision: 1644815 URL: http://svn.apache.org/r1644815 Log: Simplify: class-casted value is already available in a local variable. No change in functionality. Modified: tomcat/trunk/java/javax/el/BeanNameELResolver.java Modified: tomcat/tru

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

2014-12-11 Thread kkolinko
Author: kkolinko Date: Fri Dec 12 02:18:24 2014 New Revision: 1644814 URL: http://svn.apache.org/r1644814 Log: Remove trailing whitespace (as noted by Checkstyle) and correct several typos. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2014-12-11 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-tc8.0.x-validate has an issue affecting its community integration.

buildbot success in ASF Buildbot on tomcat-trunk

2014-12-11 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/771 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchSchedul

[Bug 57345] New: APR/Native HTTPS Connector Should Support All OpenSSL Options

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57345 Bug ID: 57345 Summary: APR/Native HTTPS Connector Should Support All OpenSSL Options Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.1

[Bug 57344] [PATCH] Provide sha1 checksum files for Tomcat downloads

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57344 --- Comment #1 from Konstantin Kolinko --- Created attachment 32286 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32286&action=edit 2014-12-12_tc9_57344_sha1.patch -- You are receiving this mail because: You are the assignee

[Bug 57344] New: [PATCH] Provide sha1 checksum files for Tomcat downloads

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57344 Bug ID: 57344 Summary: [PATCH] Provide sha1 checksum files for Tomcat downloads Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severi

buildbot failure in ASF Buildbot on tomcat-trunk

2014-12-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/770 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1644793 - in /tomcat/trunk: java/org/apache/catalina/valves/rewrite/RewriteValve.java test/org/apache/catalina/valves/rewrite/TestRewriteValve.java

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 23:22:59 2014 New Revision: 1644793 URL: http://svn.apache.org/r1644793 Log: Ensure that the URL resulting from the RewriteValve is normalized before it is used to map the request. Modified: tomcat/trunk/java/org/apache/catalina/valves/rewrite/RewriteValve.java

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

2014-12-11 Thread remm
Author: remm Date: Thu Dec 11 23:22:14 2014 New Revision: 1644792 URL: http://svn.apache.org/r1644792 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=1644792&r1=1644791&r2=16

svn commit: r1644790 - in /tomcat/trunk: java/org/apache/catalina/connector/CoyoteAdapter.java java/org/apache/catalina/valves/rewrite/RewriteValve.java test/org/apache/catalina/valves/rewrite/TestRew

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 23:18:47 2014 New Revision: 1644790 URL: http://svn.apache.org/r1644790 Log: Ensure that the return value for request.getRequestURI() is in the expected non-URL-encoded form when using the RewriteValve Modified: tomcat/trunk/java/org/apache/catalina/connector/C

svn commit: r1644785 - /tomcat/trunk/test/org/apache/catalina/valves/rewrite/TestRewriteValve.java

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 23:09:54 2014 New Revision: 1644785 URL: http://svn.apache.org/r1644785 Log: More unit tests for the RewriteValve based on Konstantin's concerns raised in https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 Modified: tomcat/trunk/test/org/apache/catalina/v

svn commit: r1644784 - /tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 23:04:51 2014 New Revision: 1644784 URL: http://svn.apache.org/r1644784 Log: A little refactoring in preparation for some RewriteValve fixes. No functional change. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified: tomcat/tr

Re: svn commit: r1644737 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread Konstantin Kolinko
If I wrap a space character with the following span: the line is wrapped and the space is not copied when I copy the text. (Tested with Firefox 34, IE 11). It feels like a trick, though. Best regards, Konstantin Kolinko 2014-12-12 1:06 GMT+03:00 Christopher Schultz : > All, > > Reverted. >

Re: svn commit: r1644737 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread Christopher Schultz
All, Reverted. Note that I was unable to get CSS word-wrap:break-word to work under these circumstances (but it does work in other circumstances, so it's not just that I can't type it properly). Playing around with Firefox's on-page CSS editor, I was unable to get it to make very many changes *a

svn commit: r1644768 - in /tomcat/trunk/java/org/apache/catalina: connector/CoyoteAdapter.java core/StandardContext.java servlets/DefaultServlet.java util/URLEncoder.java

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 21:16:00 2014 New Revision: 1644768 URL: http://svn.apache.org/r1644768 Log: Use a single, common URLDecoder instance. This adds '~' as a safe character in some cases. Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk

svn commit: r1644757 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread schultz
Author: schultz Date: Thu Dec 11 20:41:37 2014 New Revision: 1644757 URL: http://svn.apache.org/r1644757 Log: Revert r1644737 - whitespace is important for documentation formatting. Modified: tomcat/trunk/webapps/docs/config/systemprops.xml Modified: tomcat/trunk/webapps/docs/config/systempr

[Bug 57343] Improper use of license elements of Servlet API POMs served by Maven Central

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57343 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: svn commit: r1644737 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread Christopher Schultz
Filip, On 12/11/14 3:08 PM, Filip Hanik wrote: > Mr Schultz, nothing prevents you from removing the spaces if you at the > same time fix the formatting or provide a solution to it. > I do agree, that the spaces in the code for the sake of formatting is > pretty lame, as it makes for erroneous copy

[Bug 57343] Improper use of license elements of Servlet API POMs served by Maven Central

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57343 --- Comment #1 from Michael Osipov <1983-01...@gmx.net> --- POM in question: https://repo1.maven.org/maven2/org/apache/tomcat/servlet-api/6.0.43/servlet-api-6.0.43.pom -- You are receiving this mail because: You are the assignee for the bu

[Bug 57343] New: Improper use of license elements of Servlet API POMs served by Maven Central

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57343 Bug ID: 57343 Summary: Improper use of license elements of Servlet API POMs served by Maven Central Product: Tomcat 6 Version: 6.0.43 Hardware: All OS

Re: svn commit: r1644737 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread Filip Hanik
Mr Schultz, nothing prevents you from removing the spaces if you at the same time fix the formatting or provide a solution to it. I do agree, that the spaces in the code for the sake of formatting is pretty lame, as it makes for erroneous copy/paste. On Thu, Dec 11, 2014 at 1:03 PM, Mark Thomas w

svn commit: r1644747 - in /tomcat/tc8.0.x/trunk: java/org/apache/tomcat/websocket/ java/org/apache/tomcat/websocket/pojo/ java/org/apache/tomcat/websocket/server/ webapps/docs/ webapps/docs/config/

2014-12-11 Thread remm
Author: remm Date: Thu Dec 11 20:10:47 2014 New Revision: 1644747 URL: http://svn.apache.org/r1644747 Log: - Rebase on websocket from trunk. - Correctly implement headers case insensitivity. - Allow optional use of user extensions. - Allow using partial binary message handlers. - Limit ping/pong m

Re: svn commit: r1644737 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread Rémy Maucherat
2014-12-11 20:49 GMT+01:00 : > Author: schultz > Date: Thu Dec 11 19:49:25 2014 > New Revision: 1644737 > > URL: http://svn.apache.org/r1644737 > Log: > Removed extraneous spaces from system property keys. > > All the system properties on this page are like that for table formatting reasons, other

Re: svn commit: r1644737 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread Mark Thomas
On 11/12/2014 19:49, schu...@apache.org wrote: > Author: schultz > Date: Thu Dec 11 19:49:25 2014 > New Revision: 1644737 > > URL: http://svn.apache.org/r1644737 > Log: > Removed extraneous spaces from system property keys. -1. Those spaces are there for a good reason - it makes the page readabl

svn commit: r1644737 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread schultz
Author: schultz Date: Thu Dec 11 19:49:25 2014 New Revision: 1644737 URL: http://svn.apache.org/r1644737 Log: Removed extraneous spaces from system property keys. Modified: tomcat/trunk/webapps/docs/config/systemprops.xml Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL: http:

buildbot success in ASF Buildbot on tomcat-trunk

2014-12-11 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/768 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchSchedul

svn commit: r1644730 - in /tomcat/trunk/test/org/apache/catalina: startup/TomcatBaseTest.java valves/rewrite/ valves/rewrite/TestRewriteValve.java

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 19:23:27 2014 New Revision: 1644730 URL: http://svn.apache.org/r1644730 Log: Start to put together some unit tests for the RewriteValve based on Konstantin's concerns raised in https://issues.apache.org/bugzilla/show_bug.cgi?id=57215 Added: tomcat/trunk/test/o

svn commit: r1644722 - /tomcat/trunk/webapps/docs/config/systemprops.xml

2014-12-11 Thread remm
Author: remm Date: Thu Dec 11 18:59:19 2014 New Revision: 1644722 URL: http://svn.apache.org/r1644722 Log: Document the websocket system properties that have been added. Modified: tomcat/trunk/webapps/docs/config/systemprops.xml Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL:

svn commit: r1644708 - in /tomcat/trunk: build.xml res/cobertura/ res/cobertura/logback.xml

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 17:25:38 2014 New Revision: 1644708 URL: http://svn.apache.org/r1644708 Log: Disable debug logging when running cobertura. Should make the CI build log readbale again. Added: tomcat/trunk/res/cobertura/ tomcat/trunk/res/cobertura/logback.xml (with props)

Re: svn commit: r1644581 - /tomcat/trunk/build.properties.default

2014-12-11 Thread Mark Thomas
On 11/12/2014 09:39, ma...@apache.org wrote: > Author: markt > Date: Thu Dec 11 09:39:46 2014 > New Revision: 1644581 > > URL: http://svn.apache.org/r1644581 > Log: > Use a Cobertura snapshot to get access to Java 8 support For reasons I have yet to figure out, this enables debug logging for the

buildbot failure in ASF Buildbot on tomcat-trunk

2014-12-11 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-trunk/builds/767 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: The AnyBranchScheduler

[Bug 57340] NioConnector caches get corrupted on concurrent comet close

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 c...@open.ch changed: What|Removed |Added CC||c...@open.ch -- You are receiving t

[GUMP@vmgump]: Project tomcat-tc8.0.x-validate (in module tomcat-8.0.x) failed

2014-12-11 Thread Bill Barker
ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-6.2-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20141211.

[Bug 57324] Change in Expect100Continue behaviour in Tomcat is breaking existing clients with "keepalive" connections

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57324 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added CC||1983-01...@gmx

svn commit: r1644598 - /tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 11:27:35 2014 New Revision: 1644598 URL: http://svn.apache.org/r1644598 Log: Use @Ignore as it makes disabled tests easier to see Modified: tomcat/trunk/test/org/apache/tomcat/websocket/pojo/TestEncodingDecoding.java Modified: tomcat/trunk/test/org/apache/tomc

svn commit: r1644597 - /tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 11:24:37 2014 New Revision: 1644597 URL: http://svn.apache.org/r1644597 Log: This bug has been fixed in Java 8 Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.java Modified: tomcat/trunk/test/org/apache/tomcat/util/buf/TestB2CConverter.j

[Bug 57340] New: NioConnector caches get corrupted on concurrent comet close

2014-12-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57340 Bug ID: 57340 Summary: NioConnector caches get corrupted on concurrent comet close Product: Tomcat 7 Version: 7.0.47 Hardware: PC OS: All

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

2014-12-11 Thread Bill Barker
it-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20141211-native-src.tar.gz -Dexamples.sources.skip=true

svn commit: r1644581 - /tomcat/trunk/build.properties.default

2014-12-11 Thread markt
Author: markt Date: Thu Dec 11 09:39:46 2014 New Revision: 1644581 URL: http://svn.apache.org/r1644581 Log: Use a Cobertura snapshot to get access to Java 8 support Modified: tomcat/trunk/build.properties.default Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/vie