[Bug 59229] New: Wrong documentation: NIO connector is non-blocking when reading http request

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59229 Bug ID: 59229 Summary: Wrong documentation: NIO connector is non-blocking when reading http request Product: Tomcat 7 Version: trunk Hardware: All OS:

[Bug 59226] StandardJarScanner ignores jars in manifest Class-path header

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59226 Ignacio del Valle Alles changed: What|Removed |Added OS||All

[Bug 59226] New: StandardJarScanner ignores jars in manifest Class-path header

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59226 Bug ID: 59226 Summary: StandardJarScanner ignores jars in manifest Class-path header Product: Tomcat 8 Version: 8.0.32 Hardware: PC Status: NEW

[Bug 56108] Allow user-defined Diffie-Hellman parameters (secure DH-Cipher)

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED

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

2016-03-23 Thread Bill Barker
/daemon/dist/bin/commons-daemon-20160323-native-src.tar.gz -Dexamples.sources.skip=true -Dbase.path=/srv/gump/public/workspace/tomcat-8.0.x/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/tomcat-native-12/dest

svn commit: r1736364 - /tomcat/native/trunk/native/src/sslinfo.c

2016-03-23 Thread rjung
Author: rjung Date: Wed Mar 23 18:06:39 2016 New Revision: 1736364 URL: http://svn.apache.org/viewvc?rev=1736364=rev Log: Followup to r1736292: same change (X509_PUBKEY is now opaque) in another place. Modified: tomcat/native/trunk/native/src/sslinfo.c Modified:

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

2016-03-23 Thread Bill Barker
] - make[1]: Entering directory `/srv/gump/public/workspace/tomcat-native-trunk/native' /bin/bash /srv/gump/public/workspace/apr-1/dest-20160323/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2

[Bug 59220] New: AsyncListener#onComplete not called after timeout if buffer is flushed

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59220 Bug ID: 59220 Summary: AsyncListener#onComplete not called after timeout if buffer is flushed Product: Tomcat 8 Version: 8.0.32 Hardware: PC Status: NEW

[Bug 59219] New: AsyncListener#onError not called on exception during async processing

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59219 Bug ID: 59219 Summary: AsyncListener#onError not called on exception during async processing Product: Tomcat 8 Version: 8.0.32 Hardware: PC Status: NEW

[Bug 56108] Allow user-defined Diffie-Hellman parameters (secure DH-Cipher)

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56108 --- Comment #9 from Michael Osipov <1983-01...@gmx.net> --- We have recently upgraded to Tomcat 6.0.45 which has libtcnative 1.1.34 included. I scanned the endpoint with sslscan and I can confirm that DHE is now serverd with 2048 bits. Rainer,

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

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 09:36:25 2016 New Revision: 1736301 URL: http://svn.apache.org/viewvc?rev=1736301=rev Log: Correct the order in the changelog Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1736299 - /tomcat/trunk/webapps/docs/config/jaspic.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 09:34:02 2016 New Revision: 1736299 URL: http://svn.apache.org/viewvc?rev=1736299=rev Log: Fix typo Modified: tomcat/trunk/webapps/docs/config/jaspic.xml Modified: tomcat/trunk/webapps/docs/config/jaspic.xml URL:

[Bug 59218] jaspic-providers.xml path is incorrect

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

svn commit: r1736300 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/config/jaspic.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 09:34:56 2016 New Revision: 1736300 URL: http://svn.apache.org/viewvc?rev=1736300=rev Log: Merged revision 1736299 from tomcat/trunk: Fix typo Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/config/jaspic.xml

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

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 09:32:57 2016 New Revision: 1736298 URL: http://svn.apache.org/viewvc?rev=1736298=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59218 Merged revision 1736297 from tomcat/trunk: Correct the path to jaspic-providers.xml in Jaspic How-To. Patch is

svn commit: r1736297 - in /tomcat/trunk/webapps/docs: changelog.xml config/jaspic.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 09:29:39 2016 New Revision: 1736297 URL: http://svn.apache.org/viewvc?rev=1736297=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59218 Correct the path to jaspic-providers.xml in Jaspic How-To. Patch is provided by Tatsuya Bessho. Modified:

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

2016-03-23 Thread Rainer Jung
Am 23.03.2016 um 01:15 schrieb Bill Barker: /bin/bash /srv/gump/public/workspace/apr-1/dest-20160323/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DHAVE_OPENSSL -DHAVE_POLLSET_WAKEUP -I/srv/gump/public/workspace

svn commit: r1736292 - /tomcat/native/trunk/native/src/sslinfo.c

2016-03-23 Thread rjung
Author: rjung Date: Wed Mar 23 09:05:37 2016 New Revision: 1736292 URL: http://svn.apache.org/viewvc?rev=1736292=rev Log: Support for OpenSSL 1.1.0: - X509_PUBKEY is now opaque. Alternative API exists since 1.0.1. Modified: tomcat/native/trunk/native/src/sslinfo.c Modified:

[Bug 59218] New: jaspic-providers.xml path is incorrect

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59218 Bug ID: 59218 Summary: jaspic-providers.xml path is incorrect Product: Tomcat 9 Version: 9.0.0.M4 Hardware: All OS: All Status: NEW Severity: normal

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-23 Thread Martin Grigorov
On Fri, Mar 18, 2016 at 9: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

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

2016-03-23 Thread Bill Barker
-commons/daemon/dist/commons-daemon-20160323.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: r1736286 - /tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 08:09:25 2016 New Revision: 1736286 URL: http://svn.apache.org/viewvc?rev=1736286=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL:

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

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 08:10:44 2016 New Revision: 1736287 URL: http://svn.apache.org/viewvc?rev=1736287=rev Log: Merged revision 1736286 from tomcat/tc8.0.x/trunk: Fix typo Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

[Bug 59217] Duplication of the recycling of the path in the ServerCookie

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

svn commit: r1736283 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/tomcat/util/http/ServerCookie.java webapps/docs/changelog.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 08:01:49 2016 New Revision: 1736283 URL: http://svn.apache.org/viewvc?rev=1736283=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59217 Merged revision 1736280 from tomcat/trunk: Remove duplication in the recycling of the path. Patch is provided by

svn commit: r1736282 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/tomcat/util/http/ServerCookie.java webapps/docs/changelog.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 07:58:42 2016 New Revision: 1736282 URL: http://svn.apache.org/viewvc?rev=1736282=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59217 Merged revision 1736280 from tomcat/trunk: Remove duplication in the recycling of the path. Patch is provided by

svn commit: r1736280 - in /tomcat/trunk: java/org/apache/tomcat/util/http/ServerCookie.java webapps/docs/changelog.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 07:52:59 2016 New Revision: 1736280 URL: http://svn.apache.org/viewvc?rev=1736280=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59217 Remove duplication in the recycling of the path. Patch is provided by Kyohei Nakamura. Modified:

svn commit: r1736281 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/http/ServerCookie.java webapps/docs/changelog.xml

2016-03-23 Thread violetagg
Author: violetagg Date: Wed Mar 23 07:57:01 2016 New Revision: 1736281 URL: http://svn.apache.org/viewvc?rev=1736281=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59217 Merged revision 1736280 from tomcat/trunk: Remove duplication in the recycling of the path. Patch is provided by

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

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

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

2016-03-23 Thread Bill Barker
/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160323-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

[Bug 59217] New: Duplication of the recycling of the path in the ServerCookie

2016-03-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59217 Bug ID: 59217 Summary: Duplication of the recycling of the path in the ServerCookie Product: Tomcat 9 Version: unspecified Hardware: All OS: All