buildbot success in ASF Buildbot on tomcat-8-trunk

2015-08-11 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/56 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot success in ASF Buildbot on tomcat-trunk

2015-08-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/134 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1695376 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 20:52:33 2015 New Revision: 1695376 URL: http://svn.apache.org/r1695376 Log: Temp fix so test fails rather than errors. Hopefully Gump will then show us the debug logs. Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Modified:

svn commit: r1695379 - /tomcat/trunk/test/org/apache/catalina/webresources/AbstractTestResourceSet.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 21:04:46 2015 New Revision: 1695379 URL: http://svn.apache.org/r1695379 Log: Fix false failure when running tests in parallel. (Fixing it this way is easier than trying to ensure the interfering tests don't run at the same time.) Modified:

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

2015-08-11 Thread Bill Barker
/commons-daemon-20150811-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150811.jar -Dcommons

[Bug 57701] Implement [Redeploy] button for a web application

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57701 --- Comment #4 from Bruno P. Kinoshita ki...@apache.org --- I'm not convinced of the need for this feature but I don't object to it being added. I used to see some Spring applications keeping objects in memory, and sometimes I had to restart

svn commit: r1695224 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: TestOpenSSLCipherConfigurationParser.java TesterOpenSSL.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 07:49:03 2015 New Revision: 1695224 URL: http://svn.apache.org/r1695224 Log: Get tests working with OpenSSL 1.0.1 Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

[Bug 58192] ImageIO based applications fail to deploy in Tomcat 8.0.24 (worked in 8.0.23)

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58192 --- Comment #20 from Martin Wegner martin.weg...@ebp.de --- OK running Ant with default task worked and replacing the 8.0.24 catalina.jar with the new build catalina.jar fixed the problem...the GeoServer is up and running :) -- You are

svn commit: r1695263 - in /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl: TestCipher.java TestOpenSSLCipherConfigurationParser.java TesterOpenSSL.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 11:15:39 2015 New Revision: 1695263 URL: http://svn.apache.org/r1695263 Log: Get unit tests passing (using Windows binaries linked from openssl.org) for 0.9.8, 1.0.0, 1.0.1 1.0.2. Modified:

[Bug 58232] PojoMethodMapping needed - Programatically adding ServerEndpointConfig not possible

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 --- Comment #1 from bast...@diqube.org --- https://github.com/bgloeckle/tomcat80/commit/ee8a0e6e11eaecdb6406cd9e1135eae25f0d11bf -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58232] New: PojoMethodMapping needed - Programatically adding ServerEndpointConfig not possible

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58232 Bug ID: 58232 Summary: PojoMethodMapping needed - Programatically adding ServerEndpointConfig not possible Product: Tomcat 8 Version: 8.0.23 Hardware: PC

svn commit: r1695311 - in /tomcat/trunk: ./ test/org/apache/tomcat/util/net/jsse/openssl/

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 14:38:12 2015 New Revision: 1695311 URL: http://svn.apache.org/r1695311 Log: Add back ability to disabled tests because the buildbot slave has an ancient (patched, but still ancient) OpenSSL version that expects different ciphers to be present. Modified:

svn commit: r1695314 - in /tomcat/trunk: ./ test/org/apache/tomcat/util/net/jsse/openssl/

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 14:45:09 2015 New Revision: 1695314 URL: http://svn.apache.org/r1695314 Log: Invalid path is sufficient - the build script should do the rest. Modified: tomcat/trunk/build.xml tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestCipher.java

buildbot exception in ASF Buildbot on tomcat-8-trunk

2015-08-11 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-8-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-8-trunk/builds/55 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

buildbot failure in ASF Buildbot on tomcat-trunk

2015-08-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/129 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1695305 - /tomcat/trunk/java/org/apache/catalina/ant/BaseRedirectorHelperTask.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 14:05:07 2015 New Revision: 1695305 URL: http://svn.apache.org/r1695305 Log: Trivial commit to test CI build Modified: tomcat/trunk/java/org/apache/catalina/ant/BaseRedirectorHelperTask.java Modified:

svn commit: r1695320 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/net/jsse/openssl/ test/org/apache/tomcat/util/net/jsse/openssl/

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 14:56:56 2015 New Revision: 1695320 URL: http://svn.apache.org/r1695320 Log: Sync OpenSSL parsing and associated tests with trunk Modified: tomcat/tc8.0.x/trunk/build.xml tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse/openssl/Cipher.java

[RESULT][VOTE] JK 1.2.41

2015-08-11 Thread Mark Thomas
+1 (binding): markt, schultz, violetagg +1 (non-binding): fschumacher The vote therefore passes. I'll start moving the bits around. Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

svn commit: r10137 - /dev/tomcat/tomcat-connectors/jk/ /release/tomcat/tomcat-connectors/jk/

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 19:20:25 2015 New Revision: 10137 Log: Release jk 1.2.41 Added: release/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.41-src.tar.gz - copied unchanged from r10136, dev/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.41-src.tar.gz

[Bug 58233] New: Connection reset with multipartConfig and FailedRequestFilter

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58233 Bug ID: 58233 Summary: Connection reset with multipartConfig and FailedRequestFilter Product: Tomcat 7 Version: 7.0.61 Hardware: PC OS: Linux

svn commit: r1695359 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/ webapps/docs/config/

2015-08-11 Thread fschumacher
Author: fschumacher Date: Tue Aug 11 19:37:04 2015 New Revision: 1695359 URL: http://svn.apache.org/r1695359 Log: Spellchecking Merge r1695356 from /tomcat/tc8.0.x/trunk (merged r1695354 from /tomcat/trunk) Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1695353 - /tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaCommandTask.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 19:00:15 2015 New Revision: 1695353 URL: http://svn.apache.org/r1695353 Log: Trivial commit to test CI build Modified: tomcat/trunk/java/org/apache/catalina/ant/AbstractCatalinaCommandTask.java Modified:

svn commit: r1695354 - in /tomcat/trunk/webapps/docs: ./ config/

2015-08-11 Thread fschumacher
Author: fschumacher Date: Tue Aug 11 19:04:02 2015 New Revision: 1695354 URL: http://svn.apache.org/r1695354 Log: Spellchecking Modified: tomcat/trunk/webapps/docs/cluster-howto.xml tomcat/trunk/webapps/docs/config/cluster-deployer.xml tomcat/trunk/webapps/docs/config/executor.xml

svn commit: r1695356 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/ webapps/docs/config/

2015-08-11 Thread fschumacher
Author: fschumacher Date: Tue Aug 11 19:09:34 2015 New Revision: 1695356 URL: http://svn.apache.org/r1695356 Log: Spellchecking Merge r1695354 from /tomcat/trunk Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/cluster-howto.xml

[Bug 58233] Connection reset with multipartConfig and FailedRequestFilter

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58233 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1695372 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 20:36:00 2015 New Revision: 1695372 URL: http://svn.apache.org/r1695372 Log: Fix possible cause of intermittent CI failures and bug 58157 Modified: tomcat/tc8.0.x/trunk/ (props changed)

[Bug 58157] RecycleRequiredException and missing AsyncListener.onTimeout call

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58157 --- Comment #7 from Mark Thomas ma...@apache.org --- Hi. Could you give 7.0.x trunk another try please. I've fixed an issue that might be the cause of this bug. I don't think it is but it is worth checking and I haven't been able to reproduce

[Bug 58230] Incorrect input from ServletInputStream in ReadListener

2015-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58230 --- Comment #1 from rstoyanc...@yahoo.com --- As the referenced project will continue to change, I've created a fork where the code will remain stable until this issue is looked at. In the original instructions simply replace spring-projects

svn commit: r1695371 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 20:34:00 2015 New Revision: 1695371 URL: http://svn.apache.org/r1695371 Log: Fix possible cause of intermittent CI failures and bug 58157 Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified:

svn commit: r1695374 - /tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 20:47:34 2015 New Revision: 1695374 URL: http://svn.apache.org/r1695374 Log: Gump appears to need a lot more time for this test Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TesterFirehoseServer.java Modified:

svn commit: r1695373 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/core/AsyncContextImpl.java webapps/docs/changelog.xml

2015-08-11 Thread markt
Author: markt Date: Tue Aug 11 20:39:04 2015 New Revision: 1695373 URL: http://svn.apache.org/r1695373 Log: Fix possible cause of intermittent CI failures and bug 58157 Modified: tomcat/tc7.0.x/trunk/ (props changed)

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

2015-08-11 Thread Bill Barker
/commons-daemon-20150811-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20150811/lib -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public

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

2015-08-11 Thread Bill Barker
-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.3-SNAPSHOT.jar -Dtest.reports=output/logs-APR -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150811-native-src.tar.gz -Dexamples.sources.skip=true

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

2015-08-11 Thread Bill Barker
/dist/bin/commons-daemon-20150811-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20150811.jar -Dcommons

thoughts about ErrorReportValve class

2015-08-11 Thread Fernando Boaglio
Hi, I would like to code a server flag to Tomcat using the same idea of Apache HTTP ServerSignature ( http://ask.xmodulo.com/turn-off-server-signature-apache-web-server.html ). So I started digging into the source and I found ErrorReportValve class, which already have a showServerInfo attribute

Re: thoughts about ErrorReportValve class

2015-08-11 Thread Violeta Georgieva
Hi, 2015-08-12 6:33 GMT+03:00 Fernando Boaglio boag...@gmail.com: Hi, I would like to code a server flag to Tomcat using the same idea of Apache HTTP ServerSignature ( http://ask.xmodulo.com/turn-off-server-signature-apache-web-server.html ). So I started digging into the source and I