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

2017-11-11 Thread Bill Barker
tmp-BIO -Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.7-SNAPSHOT.jar -Dexamples.sources.skip=true -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons

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

2017-11-11 Thread Mark Thomas
On 27/10/17 14:13, Mark Thomas wrote: > Now Checkstyle 8.3 has been released, I think we need to do something > about these. There are quite a few options. > > Do we want the minimalist approach (run Rainer's script, tweak the > Eclipse recommendations to get as close as we can to what Checkstyle

svn commit: r1814973 - in /tomcat/trunk: java/org/apache/catalina/filters/SessionInitializerFilter.java webapps/docs/changelog.xml webapps/docs/config/filter.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 20:54:58 2017 New Revision: 1814973 URL: http://svn.apache.org/viewvc?rev=1814973&view=rev Log: Provide the SessionInitializerFilter that can be used to ensure that an HTTP session exists when initiating a WebSocket connection. Patch provided by isapir. This closes

[GitHub] tomcat pull request #76: added SessionInitializerFilter

2017-11-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/76 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1814974 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/filters/SessionInitializerFilter.java webapps/docs/changelog.xml webapps/docs/config/filter.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 20:55:42 2017 New Revision: 1814974 URL: http://svn.apache.org/viewvc?rev=1814974&view=rev Log: Provide the SessionInitializerFilter that can be used to ensure that an HTTP session exists when initiating a WebSocket connection. Patch provided by isapir. Added:

svn commit: r1814975 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/filters/SessionInitializerFilter.java

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 20:58:15 2017 New Revision: 1814975 URL: http://svn.apache.org/viewvc?rev=1814975&view=rev Log: Fix back-port. No default methods so need init() and destroy() Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/filters/SessionInitializerFilter.java Modifie

svn commit: r1814976 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/SessionInitializerFilter.java webapps/docs/changelog.xml webapps/docs/config/filter.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 20:58:51 2017 New Revision: 1814976 URL: http://svn.apache.org/viewvc?rev=1814976&view=rev Log: Provide the SessionInitializerFilter that can be used to ensure that an HTTP session exists when initiating a WebSocket connection. Patch provided by isapir. Added:

svn commit: r1814977 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/SessionInitializerFilter.java webapps/docs/changelog.xml webapps/docs/config/filter.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 21:01:26 2017 New Revision: 1814977 URL: http://svn.apache.org/viewvc?rev=1814977&view=rev Log: Provide the SessionInitializerFilter that can be used to ensure that an HTTP session exists when initiating a WebSocket connection. Patch provided by isapir. Added:

svn commit: r1814980 - /tomcat/trunk/webapps/docs/introduction.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 21:04:10 2017 New Revision: 1814980 URL: http://svn.apache.org/viewvc?rev=1814980&view=rev Log: Try and improve the wording. This closes #79 Modified: tomcat/trunk/webapps/docs/introduction.xml Modified: tomcat/trunk/webapps/docs/introduction.xml URL: http://s

[GitHub] tomcat pull request #79: remove placeholders from introduction doc

2017-11-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tomcat/pull/79 --- - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

svn commit: r1814982 - in /tomcat/tc8.5.x/trunk: ./ webapps/docs/introduction.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 21:04:42 2017 New Revision: 1814982 URL: http://svn.apache.org/viewvc?rev=1814982&view=rev Log: Try and improve the wording. Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/webapps/docs/introduction.xml Propchange: tomcat/tc8.5.x/trun

svn commit: r1814983 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/introduction.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 21:05:03 2017 New Revision: 1814983 URL: http://svn.apache.org/viewvc?rev=1814983&view=rev Log: Try and improve the wording. Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/introduction.xml Propchange: tomcat/tc8.0.x/trun

svn commit: r1814984 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/introduction.xml

2017-11-11 Thread markt
Author: markt Date: Sat Nov 11 21:05:26 2017 New Revision: 1814984 URL: http://svn.apache.org/viewvc?rev=1814984&view=rev Log: Try and improve the wording. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/introduction.xml Propchange: tomcat/tc7.0.x/trun

[Bug 61223] Enhance the documentation for mbeans-descriptors.xml

2017-11-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61223 --- Comment #6 from Mark Thomas --- The patch file provided is not in diff -u format. I'd expect it to look like this: http://people.apache.org/~markt/patches/applied/2008-10-30-bug44494-regression.patch I'll also repeat my recommendation from

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

2017-11-11 Thread Konstantin Kolinko
2017-11-11 23:48 GMT+03:00 Mark Thomas : > On 27/10/17 14:13, Mark Thomas wrote: >> Now Checkstyle 8.3 has been released, I think we need to do something >> about these. There are quite a few options. >> >> Do we want the minimalist approach (run Rainer's script, tweak the >> Eclipse recommendation

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

2017-11-11 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-tc7.0.x-validate has an issue affecting its community integration.

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

2017-11-11 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-tc8.0.x-validate has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-trunk-validate (in module tomcat-trunk) failed

2017-11-11 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-validate has an issue affecting its community integration. Th

Bug report for Tomcat Native [2017/11/12]

2017-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2017/11/12]

2017-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2017/11/12]

2017-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2017/11/12]

2017-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2017/11/12]

2017-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2017/11/12]

2017-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2017/11/12]

2017-11-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned