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

2016-06-05 Thread Bill Barker
/bin/commons-daemon-20160605-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-daemon.jar=/srv/gump/public/workspace

[Bug 59661] MailSessionFactory ignores system properties

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59661 --- Comment #3 from Christopher Schultz --- Would you care to propose a small patch? -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1746938 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

2016-06-05 Thread violetagg
Author: violetagg Date: Sun Jun 5 18:53:35 2016 New Revision: 1746938 URL: http://svn.apache.org/viewvc?rev=1746938=rev Log: Merged revision 1746750 from tomcat/tc8.0.x/trunk: Tab police. Modified: tomcat/tc7.0.x/trunk/ (props changed)

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

Re: HTTP/2 optimizations and edge cases

2016-06-05 Thread Christopher Schultz
Rémy and Mark, On 6/3/16 10:11 AM, Mark Thomas wrote: > On 03/06/2016 14:36, Rémy Maucherat wrote: >> Hi, >> >> With direct connect having been hacked in (err, I mean, "implemented"), it >> is (a lot) easier to do meaningful performance tests. h2load is a drop in >> replacement of ab that uses

svn commit: r1746939 - in /tomcat/trunk: bin/catalina.sh webapps/docs/changelog.xml

2016-06-05 Thread markt
Author: markt Date: Sun Jun 5 18:55:33 2016 New Revision: 1746939 URL: http://svn.apache.org/viewvc?rev=1746939=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Add support for a new environment variable (USE_NOHUP) that causes nohup to be used when starting Tomcat. It is

svn commit: r1746941 - in /tomcat/tc8.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2016-06-05 Thread markt
Author: markt Date: Sun Jun 5 18:58:03 2016 New Revision: 1746941 URL: http://svn.apache.org/viewvc?rev=1746941=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Add support for a new environment variable (USE_NOHUP) that causes nohup to be used when starting Tomcat. It is

svn commit: r1746940 - in /tomcat/tc8.5.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2016-06-05 Thread markt
Author: markt Date: Sun Jun 5 18:57:08 2016 New Revision: 1746940 URL: http://svn.apache.org/viewvc?rev=1746940=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Add support for a new environment variable (USE_NOHUP) that causes nohup to be used when starting Tomcat. It is

svn commit: r1746943 - in /tomcat/tc6.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2016-06-05 Thread markt
Author: markt Date: Sun Jun 5 19:11:32 2016 New Revision: 1746943 URL: http://svn.apache.org/viewvc?rev=1746943=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Add support for a new environment variable (USE_NOHUP) that causes nohup to be used when starting Tomcat. It is

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

2016-06-05 Thread Bill Barker
-20160605.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-core-1.3.jar -Dcommons-dbcp.home=/srv

[Bug 57937] Request for a form based two factor authentication support in Tomcat

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57937 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

Re: HTTP/2 optimizations and edge cases

2016-06-05 Thread Mark Thomas
On 05/06/2016 18:28, Christopher Schultz wrote: > Can we use separate monitors for read versus write operations? In theory, yes. We had that in 8.0.x but it created a lot of complexity around error handling since you never know what the other thread might be doing. Maybe there is a cleaner way

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #22 from Mark Thomas --- CATALINA_PID works as expected. Excess spaces removed unset _NOHUP added I'll get this committed shortly. -- You are receiving this mail because: You are the assignee for the bug.

svn commit: r1746942 - in /tomcat/tc7.0.x/trunk: ./ bin/catalina.sh webapps/docs/changelog.xml

2016-06-05 Thread markt
Author: markt Date: Sun Jun 5 19:04:30 2016 New Revision: 1746942 URL: http://svn.apache.org/viewvc?rev=1746942=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 Add support for a new environment variable (USE_NOHUP) that causes nohup to be used when starting Tomcat. It is

[Bug 59661] MailSessionFactory ignores system properties

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59661 --- Comment #4 from Michael Osipov <1983-01...@gmx.net> --- (In reply to Christopher Schultz from comment #3) > Would you care to propose a small patch? Yes, sure. Should the properties be added by default or with a config option? -- You are

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #24 from Michael Osipov <1983-01...@gmx.net> --- Please note that my tests are still pending. Hopefully will be completes Monday or Tuesday. -- You are receiving this mail because: You are the assignee for the bug.

Bug report for Taglibs [2016/06/05]

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

Bug report for Tomcat 8 [2016/06/05]

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

Bug report for Tomcat 7 [2016/06/05]

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

Bug report for Tomcat 9 [2016/06/05]

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

Bug report for Tomcat Connectors [2016/06/05]

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

Bug report for Tomcat Native [2016/06/05]

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

Bug report for Tomcat 6 [2016/06/05]

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

Bug report for Tomcat Modules [2016/06/05]

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

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

2016-06-05 Thread Bill Barker
-commons/daemon/dist/bin/commons-daemon-20160605-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.relaxTiming=true -Dcommons-daemon.jar=/srv/gump

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

2016-06-05 Thread Bill Barker
/commons-daemon-20160605-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-daemon.jar=/srv/gump/public/workspace/apache