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

2016-03-22 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-nio has an issue affecting its community integration.

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Huxing Zhang
Hi Violeta, I'm using JDK 1.7.0_79 on Mac OS X. The test case passed on JDK 1.7.0_80. -- From:Violeta Georgieva Time:2016 Mar 22 (Tue) 19:32 To:Tomcat Developers List , 张乎兴(望陶)

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

2016-03-22 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-native-trunk-make has an issue affecting its community

[Bug 59209] java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 --- Comment #6 from Huxing Zhang --- Hi, I think specifying cipher suites is another solution, but may be more complicate, because: 1) we don't know what http version client will use, HTTP/1.x over TLS or HTTP/2 over

Re: tcnative configure script

2016-03-22 Thread Christopher Schultz
Rainer, On 3/21/16 4:43 PM, Rainer Jung wrote: > Hi Chris, > > do you prefer this: > > === quote === > > checking OpenSSL library version >= 1.0.2... > > Found OPENSSL_VERSION_NUMBER 0x1000112f (OpenSSL 1.0.1r 28 Jan 2016) > Require OPENSSL_VERSION_NUMBER 0x1000200f or greater (1.0.2) > >

[Bug 59206] When catalina.base is not specified, ConfigFileLoader throws an NPE in a static initializer

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59206 --- Comment #2 from ashel...@amazon.com --- Thank you! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 59209] java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 --- Comment #5 from Christopher Schultz --- (In reply to Huxing Zhang from comment #3) > Hi Violeta, > > Should this patch be applied to 9.0.0.x? I main concern is: > Tomcat needs to be configured with

[Bug 59206] When catalina.base is not specified, ConfigFileLoader throws an NPE in a static initializer

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59206 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-22 Thread Christopher Schultz
Mark, On 3/18/16 4:55 PM, Mark Thomas wrote: > The proposed Apache Tomcat 8.0.33 release is now available for voting. > > The main changes since 8.0.32 are: > > - Correct a false positive warning for ThreadLocal related memory > leaks when the key class but not the value class has been loaded

svn commit: r1736247 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/file/ConfigFileLoader.java java/org/apache/tomcat/util/file/LocalStrings.properties webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 20:38:47 2016 New Revision: 1736247 URL: http://svn.apache.org/viewvc?rev=1736247=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206 Merged revision 1736209 from tomcat/trunk: Ensure NPE will not be thrown by when catalina.base is not specified.

Re: svn commit: r1736178 - in /tomcat/tc8.5.x/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/http2/SimpleImagePush.java

2016-03-22 Thread Rémy Maucherat
2016-03-22 11:09 GMT-05:00 Mark Thomas : > I did think about o.a.catalina.servlet4 but I wasn't sure that was the > right solution. > > Ok, I agree but the package name could be explicit. "preview" ? Rémy

svn commit: r1736239 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/file/ConfigFileLoader.java java/org/apache/tomcat/util/file/LocalStrings.properties webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 19:39:45 2016 New Revision: 1736239 URL: http://svn.apache.org/viewvc?rev=1736239=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206 Merged revision 1736209 from tomcat/trunk: Ensure NPE will not be thrown by when catalina.base is not specified.

svn commit: r1736238 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/file/ConfigFileLoader.java java/org/apache/tomcat/util/file/LocalStrings.properties webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 19:32:00 2016 New Revision: 1736238 URL: http://svn.apache.org/viewvc?rev=1736238=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206 Merged revision 1736209 from tomcat/trunk: Ensure NPE will not be thrown by when catalina.base is not specified.

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-22 Thread Felix Schumacher
Am 18. März 2016 21:55:26 MEZ, schrieb Mark Thomas : >The proposed Apache Tomcat 8.0.33 release is now available for voting. > >The main changes since 8.0.32 are: > >- Correct a false positive warning for ThreadLocal related memory > leaks when the key class but not the value

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Rémy Maucherat
2016-03-22 6:31 GMT-05:00 Violeta Georgieva : > > in TEST-org.apache.coyote.http11.TestHttp11Processor.NIO.txt: > > > > Testcase: testNon2xxResponseWithExpectation took 3.082 sec > > Caused an ERROR > > Unexpected end of file from server > > java.net.SocketException:

svn commit: r1736209 - in /tomcat/trunk: java/org/apache/tomcat/util/file/ConfigFileLoader.java java/org/apache/tomcat/util/file/LocalStrings.properties webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 16:21:49 2016 New Revision: 1736209 URL: http://svn.apache.org/viewvc?rev=1736209=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206 Ensure NPE will not be thrown by when catalina.base is not specified. Added:

Re: svn commit: r1736145 - in /tomcat/trunk: conf/server.xml webapps/docs/changelog.xml

2016-03-22 Thread Violeta Georgieva
Hi, 2016-03-22 18:04 GMT+02:00 Mark Thomas : > > On 22/03/2016 07:37, violet...@apache.org wrote: > > Author: violetagg > > Date: Tue Mar 22 07:37:21 2016 > > New Revision: 1736145 > > > > URL: http://svn.apache.org/viewvc?rev=1736145=rev > > Log: > > Remove

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Mark Thomas
On 22/03/2016 15:14, Rossen Stoyanchev wrote: > hi, > > A public API for initiating an upgrade at runtime was removed [1] which > breaks WebSocket support in the Spring Framework. This API was previously > added to make up for a limitation in JSR-356. The hope was for it to be > picked up in a

Re: svn commit: r1736178 - in /tomcat/tc8.5.x/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/http2/SimpleImagePush.java

2016-03-22 Thread Mark Thomas
On 22/03/2016 11:11, Rémy Maucherat wrote: > 2016-03-22 11:57 GMT+01:00 Konstantin Kolinko : > >> This API is unusable when running with a SecurityManager. >> >> I mean, classes in "org.apache.catalina.connector.", >> "org.apache.catalina.core." normally aren't accessible

Re: svn commit: r1736145 - in /tomcat/trunk: conf/server.xml webapps/docs/changelog.xml

2016-03-22 Thread Mark Thomas
On 22/03/2016 07:37, violet...@apache.org wrote: > Author: violetagg > Date: Tue Mar 22 07:37:21 2016 > New Revision: 1736145 > > URL: http://svn.apache.org/viewvc?rev=1736145=rev > Log: > Remove honorCipherOrder="false" from the server.xml. > When the block is uncommented the implementation will

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Rossen Stoyanchev
hi, A public API for initiating an upgrade at runtime was removed [1] which breaks WebSocket support in the Spring Framework. This API was previously added to make up for a limitation in JSR-356. The hope was for it to be picked up in a spec update but unfortunately there has been no movement

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Violeta Georgieva
2016-03-22 13:31 GMT+02:00 Violeta Georgieva : > > Hi, > > 2016-03-22 9:25 GMT+02:00 Huxing Zhang : > > > > Hi, > > > > I have following observations: > > > > 0. in NOTICE it sill mentions the following XML schemas, which I think should be removed. >

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Violeta Georgieva
Hi, 2016-03-22 9:25 GMT+02:00 Huxing Zhang : > > Hi, > > I have following observations: > > 0. in NOTICE it sill mentions the following XML schemas, which I think should be removed. > - javaee_8.xsd > - web-app_4_0.xsd > - web-common_4_0.xsd > -

Re: svn commit: r1736178 - in /tomcat/tc8.5.x/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/http2/SimpleImagePush.java

2016-03-22 Thread Rémy Maucherat
2016-03-22 11:57 GMT+01:00 Konstantin Kolinko : > This API is unusable when running with a SecurityManager. > > I mean, classes in "org.apache.catalina.connector.", > "org.apache.catalina.core." normally aren't accessible to web > applications. > > It can be solved by

Re: svn commit: r1736178 - in /tomcat/tc8.5.x/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/http2/SimpleImagePush.java

2016-03-22 Thread Konstantin Kolinko
2016-03-22 13:33 GMT+03:00 : > Author: violetagg > Date: Tue Mar 22 10:33:36 2016 > New Revision: 1736178 > > URL: http://svn.apache.org/viewvc?rev=1736178=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59210 > Fixed ClassCastException in server push

[Bug 59210] Server push example failed in tomcat 8.5.0

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59210 Violeta Georgieva changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1736178 - in /tomcat/tc8.5.x/trunk/webapps: docs/changelog.xml examples/WEB-INF/classes/http2/SimpleImagePush.java

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 10:33:36 2016 New Revision: 1736178 URL: http://svn.apache.org/viewvc?rev=1736178=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59210 Fixed ClassCastException in server push example. Patch provided by Huxing Zhang. Modified:

[Bug 59213] New: Async dispatch not working after cross-context forward

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59213 Bug ID: 59213 Summary: Async dispatch not working after cross-context forward Product: Tomcat 8 Version: 8.0.32 Hardware: PC Status: NEW Severity: normal

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

2016-03-22 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160322.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

svn commit: r1736168 - in /tomcat/trunk: conf/server.xml webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 09:45:53 2016 New Revision: 1736168 URL: http://svn.apache.org/viewvc?rev=1736168=rev Log: Revert r1736145 Modified: tomcat/trunk/conf/server.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/conf/server.xml URL:

[Bug 59209] java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 --- Comment #4 from Violeta Georgieva --- (In reply to Huxing Zhang from comment #3) > Hi Violeta, > > Should this patch be applied to 9.0.0.x? I main concern is: > Tomcat needs to be configured with

[Bug 59209] java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 --- Comment #3 from Huxing Zhang --- Hi Violeta, Should this patch be applied to 9.0.0.x? I main concern is: Tomcat needs to be configured with honorCipherOrder="false" otherwise Tomcat will prefer a cipher suite that

[Bug 59211] Add hamcrest to IDE's classpath to make test case compilable

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1736167 - in /tomcat/tc7.0.x/trunk: ./ res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 09:25:42 2016 New Revision: 1736167 URL: http://svn.apache.org/viewvc?rev=1736167=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 Merged revision 1736162 from tomcat/trunk: Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhang.

svn commit: r1736166 - in /tomcat/tc8.0.x/trunk: ./ res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 09:22:41 2016 New Revision: 1736166 URL: http://svn.apache.org/viewvc?rev=1736166=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 Merged revision 1736162 from tomcat/trunk: Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhang.

svn commit: r1736163 - in /tomcat/tc8.5.x/trunk: ./ res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 09:18:12 2016 New Revision: 1736163 URL: http://svn.apache.org/viewvc?rev=1736163=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 Merged revision 1736162 from tomcat/trunk: Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhang.

svn commit: r1736162 - in /tomcat/trunk: res/ide-support/eclipse/eclipse.classpath webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 09:14:52 2016 New Revision: 1736162 URL: http://svn.apache.org/viewvc?rev=1736162=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhang. Modified:

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

2016-03-22 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160322-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace

[Bug 59211] Add hamcrest to IDE's classpath to make test case compilable

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 --- Comment #3 from Huxing Zhang --- Hi, I'm using Intellij IDEA 14.1, the way I import tomcat source code is to import from eclipse project, since there is no ide-idea ant task. -- You are receiving this mail

[Bug 59211] Add hamcrest to IDE's classpath to make test case compilable

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 --- Comment #2 from Violeta Georgieva --- Hi, I'm curios about the Eclipse version. With Eclipse Luna and Mars this is added by default with the following declaration junit and hamcrest jar files are taken from

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Violeta Georgieva
Hi, 2016-03-22 9:25 GMT+02:00 Huxing Zhang : > > Hi, > > I have following observations: > > 0. in NOTICE it sill mentions the following XML schemas, which I think should be removed. > - javaee_8.xsd > - web-app_4_0.xsd > - web-common_4_0.xsd > -

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Rémy Maucherat
2016-03-22 8:25 GMT+01:00 Huxing Zhang : > Any ideas? > > Yes, stop using Java 7. Rémy

[Bug 59209] java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1736147 - in /tomcat/tc8.5.x/trunk: ./ conf/server.xml webapps/docs/changelog.xml webapps/docs/config/http.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 07:56:56 2016 New Revision: 1736147 URL: http://svn.apache.org/viewvc?rev=1736147=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 Merged revision 1736145 from tomcat/trunk: Remove honorCipherOrder="false" from the server.xml. When the block is

svn commit: r1736145 - in /tomcat/trunk: conf/server.xml webapps/docs/changelog.xml

2016-03-22 Thread violetagg
Author: violetagg Date: Tue Mar 22 07:37:21 2016 New Revision: 1736145 URL: http://svn.apache.org/viewvc?rev=1736145=rev Log: Remove honorCipherOrder="false" from the server.xml. When the block is uncommented the implementation will use the default which is honorCipherOrder="true" Patch provided

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

2016-03-22 Thread Bill Barker
/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160322-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Huxing Zhang
Hi, I have following observations: 0. in NOTICE it sill mentions the following XML schemas, which I think should be removed. - javaee_8.xsd - web-app_4_0.xsd - web-common_4_0.xsd - web-fragment_4_0.xsd 1. When uncomment the SSL/TLS HTTP/1.1 Connector on port 8443 with HTTP/2 and start

[Bug 59211] Add hamcrest to IDE's classpath to make test case compilable

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 --- Comment #1 from Huxing Zhang --- Created attachment 33691 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33691=edit Patch to add hamcrest to IDE's classpath. -- You are receiving this mail because: You are

[Bug 59211] New: Add hamcrest to IDE's classpath to make test case compilable

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211 Bug ID: 59211 Summary: Add hamcrest to IDE's classpath to make test case compilable Product: Tomcat 9 Version: 9.0.0.M4 Hardware: PC OS: All

[Bug 59209] java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 --- Comment #1 from Huxing Zhang --- Created attachment 33689 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33689=edit remove honorCipherOrder in SSLConfig configuration -- You are receiving this mail

[Bug 59210] Server push example failed in tomcat 8.5.0

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59210 --- Comment #1 from Huxing Zhang --- Created attachment 33688 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33688=edit Fix simple image push example failure -- You are receiving this mail because: You are the

[Bug 59210] New: Server push example failed in tomcat 8.5.0

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59210 Bug ID: 59210 Summary: Server push example failed in tomcat 8.5.0 Product: Tomcat 8 Version: trunk Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity:

[Bug 59209] New: java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start

2016-03-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 Bug ID: 59209 Summary: java.lang.NoSuchMethodException: javax.net.ssl.SSLParameters.setUseCipherSuitesOrder during tomcat 8.5.0 start Product: Tomcat 8

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

2016-03-22 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160322-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.relaxTiming=true -Dcommons