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

2016-10-20 Thread Bill Barker
-20161020.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar -Dcommons-dbcp.home=/srv

[Bug 59961] Provide an option to disable processing of Class-Path entry in a jar's manifest file

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59961 --- Comment #2 from Phil Varner --- A pointer to the docs for this: https://tomcat.apache.org/tomcat-8.0-doc/config/jar-scanner.html attribute *scanManifest*, defaults to true. -- You are receiving this mail because:

svn commit: r1765816 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/ test/org/apache/coyote/http2/ webapps/docs/ webapps/docs/config/

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 13:51:42 2016 New Revision: 1765816 URL: http://svn.apache.org/viewvc?rev=1765816=rev Log: Add a configuration option to for the maximum allowed number of cookies Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1765815 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/ webapps/docs/ webapps/docs/config/

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 13:48:20 2016 New Revision: 1765815 URL: http://svn.apache.org/viewvc?rev=1765815=rev Log: Add a configuration option to for the maximum allowed number of cookies Modified: tomcat/trunk/java/org/apache/coyote/http2/Constants.java

svn commit: r1765814 - in /tomcat/tc8.5.x/trunk: ./ test/org/apache/coyote/http2/TestHttp2Limits.java

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 12:51:23 2016 New Revision: 1765814 URL: http://svn.apache.org/viewvc?rev=1765814=rev Log: Handle timing differences Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java Propchange:

buildbot success in on tomcat-trunk

2016-10-20 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1821 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1765813 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 12:22:10 2016 New Revision: 1765813 URL: http://svn.apache.org/viewvc?rev=1765813=rev Log: Handle timing differences Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java Modified:

svn commit: r1765802 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/ test/org/apache/coyote/http2/ webapps/docs/config/

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 11:26:45 2016 New Revision: 1765802 URL: http://svn.apache.org/viewvc?rev=1765802=rev Log: Implement limits for HTTP/2 header size and count Added: tomcat/tc8.5.x/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java - copied unchanged from r1765801,

buildbot failure in on tomcat-trunk

2016-10-20 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/1820 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1765801 - in /tomcat/trunk: java/org/apache/coyote/http2/ test/org/apache/coyote/http2/ webapps/docs/config/

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 11:06:41 2016 New Revision: 1765801 URL: http://svn.apache.org/viewvc?rev=1765801=rev Log: Implement limits for HTTP/2 header size and count Added: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Limits.java Modified:

[Bug 59115] Part#getSubmittedFileName doesn't work corretly with double quotes in filenames.

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59115 --- Comment #13 from Masahiro YAMADA --- I sent this problem to Microsoft. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/9440110/ -- You are receiving this mail because: You are the

[Bug 60232] HTTP/2 connector stuck when parsing big http header

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60232 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1765794 - in /tomcat/trunk: java/org/apache/coyote/http2/Constants.java java/org/apache/coyote/http2/Http2Parser.java webapps/docs/changelog.xml

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 10:07:49 2016 New Revision: 1765794 URL: http://svn.apache.org/viewvc?rev=1765794=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60232 The header read buffer needs to be at least the size of the largest header. Modified:

svn commit: r1765798 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/http2/Constants.java java/org/apache/coyote/http2/Http2Parser.java webapps/docs/changelog.xml

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 10:09:51 2016 New Revision: 1765798 URL: http://svn.apache.org/viewvc?rev=1765798=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60232 The header read buffer needs to be at least the size of the largest header. Modified: tomcat/tc8.5.x/trunk/

[Bug 60281] Pathname of uploaded WAR file should not be contained in contextpath.

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60281 Masahiro YAMADA changed: What|Removed |Added Status|RESOLVED

[Bug 60276] upgrade HTTP/2 can't use gzip compress.

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60276 --- Comment #7 from cnsilvan --- (In reply to Konstantin Kolinko from comment #6) > I think that using compression with dynamic data (as in your configuration) > is insecure. There are well-known CRIME and BREACH attacks.

[Bug 60281] Pathname of uploaded WAR file should not be contained in contextpath.

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60281 Mark Thomas changed: What|Removed |Added Resolution|--- |INVALID

svn commit: r1765774 - /tomcat/trunk/test/org/apache/tomcat/util/http/parser/TesterParserPerformance.java

2016-10-20 Thread markt
Author: markt Date: Thu Oct 20 08:46:40 2016 New Revision: 1765774 URL: http://svn.apache.org/viewvc?rev=1765774=rev Log: Add test that confirms using an Exception is faster for valid values than using a bounds check. As expected, the bounds check is faster for invalid values but for the HTTP

[Bug 60281] Pathname of uploaded WAR file should not be contained in contextpath.

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60281 Masahiro YAMADA changed: What|Removed |Added OS||All

[Bug 60281] New: Pathname of uploaded WAR file should not be contained in contextpath.

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60281 Bug ID: 60281 Summary: Pathname of uploaded WAR file should not be contained in contextpath. Product: Tomcat 8 Version: 8.0.37 Hardware: PC Status: NEW

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

2016-10-20 Thread Bill Barker
/workspace/objenesis/main/target/objenesis-2.5-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20161020.jar -Dtest.openssl.path=/srv/gump/public/workspace/openssl-master/dest-20161020/bin/openssl -Dexecute.test.nio=false

[Bug 60280] File(".").getCanonicalPath() in Tomcat 8 and Ubuntu 16.04

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60280 Remy Maucherat changed: What|Removed |Added Resolution|--- |INVALID

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

2016-10-20 Thread violetagg
Author: violetagg Date: Thu Oct 20 07:13:08 2016 New Revision: 1765757 URL: http://svn.apache.org/viewvc?rev=1765757=rev Log: Remove extra trailing space Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc6.0.x/trunk/

buildbot exception in on tomcat-8-trunk

2016-10-20 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-8-trunk/builds/814 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1765754 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/changelog.xml

2016-10-20 Thread violetagg
Author: violetagg Date: Thu Oct 20 07:02:24 2016 New Revision: 1765754 URL: http://svn.apache.org/viewvc?rev=1765754=rev Log: Remove extra traling space Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.5.x/trunk/

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

2016-10-20 Thread violetagg
Author: violetagg Date: Thu Oct 20 07:07:22 2016 New Revision: 1765756 URL: http://svn.apache.org/viewvc?rev=1765756=rev Log: Remove extra trailing space Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/

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

2016-10-20 Thread Bill Barker
-SNAPSHOT.jar -Dtest.reports=output/logs-NIO2 -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20161020-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages

[Bug 60280] New: File(".").getCanonicalPath() in Tomcat 8 and Ubuntu 16.04

2016-10-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60280 Bug ID: 60280 Summary: File(".").getCanonicalPath() in Tomcat 8 and Ubuntu 16.04 Product: Tomcat 8 Version: 8.5.6 Hardware: PC OS: Linux

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

2016-10-20 Thread violetagg
Author: violetagg Date: Thu Oct 20 07:03:21 2016 New Revision: 1765755 URL: http://svn.apache.org/viewvc?rev=1765755=rev Log: Remove extra trailing space Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc8.0.x/trunk/

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

2016-10-20 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20161020.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Dtest.excludePerformance=true -Dhamcrest.jar=/srv/gump/packages/hamcrest/hamcrest