Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-16 Thread Ognjen Blagojevic
Mark, On 15.11.2015 13:42, Mark Thomas wrote: * SSLTest also reports that APR/native does not serve full certificate chain; instead, it serves only server certificate. The same APR config serves full chain with Tomcat 8.0.28 + Native 1.2.2, so it seems to be a regression. Not serving full

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-16 Thread Mark Thomas
On 16/11/2015 15:59, Ognjen Blagojevic wrote: > Mark, > > On 15.11.2015 13:42, Mark Thomas wrote: >>>* SSLTest also reports that APR/native does not serve full >>> certificate >>> chain; instead, it serves only server certificate. The same APR config >>> serves full chain with Tomcat 8.0.28 +

[Bug 58596] Add Patch Binary -- Running.txt says tomcat is a JAVA application and doesn't use Environment Variables.

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58596 --- Comment #3 from Konstantin Kolinko --- Clarified in 6.0 as well, for 6.0.45 -- You are receiving this mail because: You are the assignee for the bug.

buildbot success in ASF Buildbot on tomcat-8-trunk

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

[Bug 58610] Oracle DB connections not releasing from connection pool in Tomcat 8

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58610 Chuck Caldarale changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug 58610] Oracle DB connections not releasing from connection pool in Tomcat 8

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58610 --- Comment #3 from RajKaruna --- Konstantin Kolinko.. you are a life saver for me... Works like a charm... -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58610] Oracle DB connections not releasing from connection pool in Tomcat 8

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58610 RajKaruna changed: What|Removed |Added Resolution|INVALID |FIXED -- You

svn commit: r1714583 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 12:45:11 2015 New Revision: 1714583 URL: http://svn.apache.org/viewvc?rev=1714583=rev Log: Add changelog entry for r1714185 and correct a typo. Modified: tomcat/tc7.0.x/trunk/ (props changed)

buildbot failure in ASF Buildbot on tomcat-8-trunk

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

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-16 Thread Rémy Maucherat
2015-11-15 16:36 GMT+01:00 Martin Grigorov : > 1) > ERROR - AtmosphereFramework- AtmosphereFramework exception > java.lang.IllegalStateException: A filter or servlet of the current chain > does not support asynchronous operations. > at

[Bug 58610] Oracle DB connections not releasing from connection pool in Tomcat 8

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58610 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 12:16:36 2015 New Revision: 1714570 URL: http://svn.apache.org/viewvc?rev=1714570=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58596 Clarify how environment variables are used. Modified: tomcat/tc6.0.x/trunk/ (props changed)

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

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 12:28:45 2015 New Revision: 1714573 URL: http://svn.apache.org/viewvc?rev=1714573=rev Log: Move changelog entry for BZ 57799 to sort entries bug number. Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified:

svn commit: r1714580 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java webapps/docs/changelog.xml

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 12:41:37 2015 New Revision: 1714580 URL: http://svn.apache.org/viewvc?rev=1714580=rev Log: Add changelog entry for r1714038 and correct a typo. Expand changelog entry for FindBugs to make it more clear. (Some support for FindBugs was already there:

[Bug 58614] New: summary

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58614 Bug ID: 58614 Summary: summary Product: Tomcat 6 Version: 6.0.44 Hardware: PC URL: http://pointer to a web site where the problem is seen OS: Windows XP

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-16 Thread Christopher Schultz
Mark, On 11/12/15 7:12 PM, Mark Thomas wrote: > The proposed Apache Tomcat 9.0.0.M1 release is now available for voting. > > This is the first milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not started

Re: A step by step guide to try out the HTTP/2 feature in tomcat9

2015-11-16 Thread Christopher Schultz
Huxing, On 11/16/15 3:14 AM, Huxing Zhang wrote: > Following is a step by step guide for those who are interested in trying out > the HTTP/2 feature in tomcat9, > Please correct me if anything is wrong. > > Prerequisite: > * JDK8: suppose you've already installed > * tomcat 9.0.0.M1: > Please

Re: [Bug 58615] New: test

2015-11-16 Thread Mark Thomas
On 16/11/2015 20:25, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=58615 > Reporter: iambibek...@gmail.com I've disabled this idiot's Bugzilla account. > CC: t.takeuchi.t...@gmail.com And this one too. Mark

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-16 Thread Ognjen Blagojevic
Mark, Chris, On 16.11.2015 17:15, Mark Thomas wrote: Tomcat 8 docs lists APR Connector attribute "SSLCertificateChainFile" [1]. Tomcat 9 docs, does not list such attribute (neither in "SSL Support - SSLHostConfig", "SSL Support - Certificate" nor "SSL Support - Connector - APR/Native

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-16 Thread Christopher Schultz
Ognjen, On 11/14/15 7:29 PM, Ognjen Blagojevic wrote: > * SSLTest also reports that APR/native does not serve full certificate > chain; instead, it serves only server certificate. The same APR config > serves full chain with Tomcat 8.0.28 + Native 1.2.2, so it seems to be a > regression. Not

[Bug 58614] summary

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58614 bibek changed: What|Removed |Added Resolution|INVALID |FIXED -- You are

[Bug 58614] summary

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58614 mgrigorov changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment

[Bug 58614] summary

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58614 mgrigorov changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 58615] New: test

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58615 Bug ID: 58615 Summary: test Product: Tomcat 6 Version: 6.0.44 Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2

[Bug 58615] test

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58615 Chuck Caldarale changed: What|Removed |Added Resolution|--- |INVALID

[Bug 58610] Oracle DB connections not releasing from connection pool in Tomcat 8

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58610 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added OS||All --- Comment

svn commit: r1714567 - /tomcat/tc6.0.x/trunk/test/org/apache/catalina/tribes/test/channel/TestDataIntegrity.java

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 12:01:18 2015 New Revision: 1714567 URL: http://svn.apache.org/viewvc?rev=1714567=rev Log: Convert test class to JUnit 4 and fix warnings For a record: The test testDataSendASYNC() is known to fail. java.lang.AssertionError: Checking success messages.

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-16 Thread Ognjen Blagojevic
Chris, On 16.11.2015 23:06, Christopher Schultz wrote: What is your TLS configuration? Please look at my previous reply on this thread. * It seems that it is not possible anymore to use attribute "digest" in realms. It would be nice if that is mentioned in release announcement. I guess

[Bug 58283] Change Base Path to use (user.home) instead of absolute path

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58283 Ahmed Hosni changed: What|Removed |Added CC|

[Bug 58143] The WebppClassLoader doesn't call transformers on cached classes

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58143 Ahmed Hosni changed: What|Removed |Added CC|

[Bug 58052] RewriteValve: Implement additional RewriteRule directive capabilities

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58052 Ahmed Hosni changed: What|Removed |Added CC|

[Bug 58433] RemoteIpValve not activated on redirect from mapping

2015-11-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58433 Ahmed Hosni changed: What|Removed |Added CC|

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

2015-11-16 Thread Bill Barker
/commons-daemon-20151116-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-20151116/lib -Dtest.relaxTiming=true -Dcommons-daemon.jar=/srv/gump/public

svn commit: r1714537 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 10:26:13 2015 New Revision: 1714537 URL: http://svn.apache.org/viewvc?rev=1714537=rev Log: Update comment Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java URL:

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

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 10:33:06 2015 New Revision: 1714540 URL: http://svn.apache.org/viewvc?rev=1714540=rev Log: Fix changelog entry for BZ 58596 Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange:

svn commit: r1714535 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java

2015-11-16 Thread markt
Author: markt Date: Mon Nov 16 10:18:09 2015 New Revision: 1714535 URL: http://svn.apache.org/viewvc?rev=1714535=rev Log: OpenSSL now differentiations between TLSv1 (alias for SSLv3) and TLSv1.0 (ciphers that require TLS 1.0) Modified:

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

2015-11-16 Thread kkolinko
Author: kkolinko Date: Mon Nov 16 10:30:41 2015 New Revision: 1714538 URL: http://svn.apache.org/viewvc?rev=1714538=rev Log: Fix changelog entry for BZ 58596 Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

A step by step guide to try out the HTTP/2 feature in tomcat9

2015-11-16 Thread Huxing Zhang
Following is a step by step guide for those who are interested in trying out the HTTP/2 feature in tomcat9, Please correct me if anything is wrong. Prerequisite: * JDK8: suppose you've already installed * tomcat 9.0.0.M1: Please download from

Re: A step by step guide to try out the HTTP/2 feature in tomcat9

2015-11-16 Thread Mark Thomas
On 17 November 2015 00:49:00 GMT+00:00, Huxing Zhang wrote: >Chris, > >>> NOTES: >>> * HTTP/2 is not supported for non-secured protocol currently. > >> I'm no expert, but I thought that h2c was supported. > >Actually I tried to configure HTTP/2 in non-secured