Bug report for Taglibs [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2016/04/10]

2016-04-10 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

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

2016-04-10 Thread Bill Barker
lic/workspace/apache-commons/daemon/dist/commons-daemon-20160410.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/packag

svn commit: r1738408 - /tomcat/native/trunk/native/src/ssl.c

2016-04-10 Thread rjung
Author: rjung Date: Sun Apr 10 08:22:33 2016 New Revision: 1738408 URL: http://svn.apache.org/viewvc?rev=1738408&view=rev Log: Support for OpenSSL 1.1.0: - DH was made opaque. Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL: http://svn.apach

svn commit: r1738411 - /tomcat/native/trunk/native/src/ssl.c

2016-04-10 Thread rjung
Apr 10 09:18:40 2016 @@ -193,6 +193,29 @@ static const jint supported_ssl_opts = 0 #endif | 0; +#if OPENSSL_VERSION_NUMBER < 0x1010L +/* OpenSSL Pre-1.1.0 compatibility */ +/* Taken from OpenSSL 1.1.0 snapshot 20160410 */ +int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) +{ +

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

2016-04-10 Thread Bill Barker
space/apache-commons/daemon/dist/bin/commons-daemon-20160410-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/t

[Bug 59288] Is it possible to add the support of tus protocol within Tomcat?

2016-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288 --- Comment #1 from Christopher Schultz --- (In reply to Anita from comment #0) > Problem statement: HTTP sucks for file uploads. > You know it. I know it. ?? > The problems? > > 1. No resuming This isn't a protocol problem; it's a tool pro

Interest in splitting-off SSLSocketFactory customizers?

2016-04-10 Thread Christopher Schultz
All, Lately, I've found myself re-writing the same code to customize an SSLSocketFactory for a variety of clients I've been writing. Of course, I have, at this point, written a re-usable library that I generally use, but when I want to give-away the code to someone else, it's a little nicer to hav

[Bug 59288] Is it possible to add the support of tus protocol within Tomcat?

2016-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288 --- Comment #2 from Mark Thomas --- This looks like something you'd want to implement in a Commons FileUpload type library that you could re-use across any Servlet container rather than something to implement directly in Tomcat. -- You are re

[Bug 59288] Is it possible to add the support of tus protocol within Tomcat?

2016-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288 --- Comment #3 from Anita --- (In reply to Christopher Schultz from comment #1) Thanks for Christopher Schultz's reply comments. > So... what client is going to bother to implement this? Is the expectation > that mostly this will be used by c

[Bug 59288] Is it possible to add the support of tus protocol within Tomcat?

2016-04-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59288 --- Comment #4 from Anita --- (In reply to Mark Thomas from comment #2) > This looks like something you'd want to implement in a Commons FileUpload > type library that you could re-use across any Servlet container rather than > something to imp