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

2015-10-30 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.

svn commit: r1711568 - in /tomcat/site/trunk: docs/download-native.html xdocs/download-native.xml

2015-10-30 Thread kkolinko
Author: kkolinko Date: Sat Oct 31 02:27:51 2015 New Revision: 1711568 URL: http://svn.apache.org/viewvc?rev=1711568&view=rev Log: Restore download links for Tomcat Native 1.1.33. See [VOTE] thread for 1.2.0 and BZ 58566 Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/tru

Re: [VOTE] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Konstantin Kolinko
2015-10-22 13:47 GMT+03:00 Mark Thomas : > Version 1.2.0 includes the following changes: > - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2d > - ALPN support > > The proposed release artefacts can be found at [1], > and the build was done using tag [2]. > > The Apache Tomcat Native 1.2.0 i

[Bug 58566] NoSuchMethodError and JVM crash when running HTTPS test with Tomcat 7 (o.a.t.util.net.TestSsl)

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58566 --- Comment #2 from Konstantin Kolinko --- Created attachment 33236 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33236&action=edit JVM crash log -- You are receiving this mail because: You are the assignee for the bug.

[Bug 58566] NoSuchMethodError and JVM crash when running HTTPS test with Tomcat 7 (o.a.t.util.net.TestSsl)

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58566 --- Comment #1 from Konstantin Kolinko --- Created attachment 33235 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33235&action=edit Stdout/Stderr output of Apache Ant Ant output. Testing Tomcat 7 trunk (at r1711498) with JDK 8u66 --

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Bill Barker
This has been crashing in Gump for a long time. I suspect that the problem is on the Java side in Tomcat 9, so I don't view this as a blocker for Tomcat Native 1.2.0. "Rainer Jung" wrote in message news:5633fe24.90...@kippdata.de... Am 30.10.2015 um 23:46 schrieb Rainer Jung: Before the cr

[Bug 58566] New: NoSuchMethodError and JVM crash when running HTTPS test with Tomcat 7 (o.a.t.util.net.TestSsl)

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58566 Bug ID: 58566 Summary: NoSuchMethodError and JVM crash when running HTTPS test with Tomcat 7 (o.a.t.util.net.TestSsl) Product: Tomcat Native Version: 1.2.0 Hardware: PC

svn commit: r1711567 - /tomcat/native/branches/1.1.x/native/src/sslnetwork.c

2015-10-30 Thread billbarker
Author: billbarker Date: Sat Oct 31 01:34:30 2015 New Revision: 1711567 URL: http://svn.apache.org/viewvc?rev=1711567&view=rev Log: Constant name changed in OpenSSL master Modified: tomcat/native/branches/1.1.x/native/src/sslnetwork.c Modified: tomcat/native/branches/1.1.x/native/src/sslnetw

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

2015-10-30 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-native-make has an issue affecting its community integration. This

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Rainer Jung
Am 30.10.2015 um 23:46 schrieb Rainer Jung: Before the crash, the test logged: ... [junit] 30-Oct-2015 23:32:16.526 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["https-apr-127.0.0.1-auto-1-37331"] [junit] 30-Oct-2015 23:32:16.600 INFO [main] org.apac

svn commit: r1711564 - /tomcat/site/trunk/docs/native-doc/index.html

2015-10-30 Thread rjung
Author: rjung Date: Fri Oct 30 23:28:34 2015 New Revision: 1711564 URL: http://svn.apache.org/viewvc?rev=1711564&view=rev Log: Fix version number typo. File generated due to change in r1711563. Modified: tomcat/site/trunk/docs/native-doc/index.html Modified: tomcat/site/trunk/docs/native-do

svn commit: r1711563 - /tomcat/native/trunk/xdocs/index.xml

2015-10-30 Thread rjung
Author: rjung Date: Fri Oct 30 23:14:30 2015 New Revision: 1711563 URL: http://svn.apache.org/viewvc?rev=1711563&view=rev Log: Fix version number typo. Modified: tomcat/native/trunk/xdocs/index.xml Modified: tomcat/native/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/native

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Rainer Jung
I'm sorry to be late to the game here. The source release for Unix/Linux is really broken (but only that source release). I recreated a source tarball using the jnirelease.sh script and that tarball was OK. It looks to me that the following happened during rolling the Unix/Linux src tarball fo

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Felix Schumacher
Am 28.10.2015 um 03:33 schrieb Mark Thomas: The following votes were cast: Binding: +1: markt, remm, violetagg, jfclere This vote therefore passes. The included README.txt states, that java 1.7 is needed, but build.xml wants to have java 1.8. Should I correct this? Felix Thanks all. Mark

svn commit: r1711497 - /tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java

2015-10-30 Thread remm
Author: remm Date: Fri Oct 30 15:29:50 2015 New Revision: 1711497 URL: http://svn.apache.org/viewvc?rev=1711497&view=rev Log: Remove non initialized local log. Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Modified: tomcat/trunk/test/org/apache/coyote/http2/Te

Early Access builds for JDK 8u72 b05 , JDK 9 b88 and JDK 9 with Project Jigsaw build b86 are available on java.net

2015-10-30 Thread Rory O'Donnell
Hi Mark/Mladen, Early Access build for JDK 8u72 b05 is available on java.net, summary of changes are listed here. Early Access build for JDK 9 b88

svn commit: r1711492 - in /tomcat: native/trunk/xdocs/index.xml site/trunk/docs/native-doc/index.html

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 15:05:53 2015 New Revision: 1711492 URL: http://svn.apache.org/viewvc?rev=1711492&view=rev Log: Correct some version numbers Modified: tomcat/native/trunk/xdocs/index.xml tomcat/site/trunk/docs/native-doc/index.html Modified: tomcat/native/trunk/xdocs/index

Re: svn commit: r1711477 - in /tomcat/site/trunk/docs/native-doc: index.html miscellaneous/changelog.html news/2008.html news/2009.html news/2010.html news/2011.html news/2012.html news/2013.html news

2015-10-30 Thread Mark Thomas
On 30 October 2015 14:11:08 GMT+00:00, Konstantin Kolinko wrote: >2015-10-30 17:06 GMT+03:00 : >> Author: markt >> Date: Fri Oct 30 14:06:46 2015 >> New Revision: 1711477 >> >> URL: http://svn.apache.org/viewvc?rev=1711477&view=rev >> Log: >> Update docs to native 1.2.0 >> >> Modified: >> to

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Emmanuel Bourg
Le 30/10/2015 14:19, Henri Gomez a écrit : > I tried to use autoconf and autoreconf, but not more lucky. > > Same behaviour on CentOS 7 and openSUSE 13.2 > > Wondering how Linux guys succeed to build it. I got the same issue on Debian. Also buildconf gave this error: ebourg@icare:~/tomcat-

Re: svn commit: r1711477 - in /tomcat/site/trunk/docs/native-doc: index.html miscellaneous/changelog.html news/2008.html news/2009.html news/2010.html news/2011.html news/2012.html news/2013.html news

2015-10-30 Thread Konstantin Kolinko
2015-10-30 17:06 GMT+03:00 : > Author: markt > Date: Fri Oct 30 14:06:46 2015 > New Revision: 1711477 > > URL: http://svn.apache.org/viewvc?rev=1711477&view=rev > Log: > Update docs to native 1.2.0 > > Modified: > tomcat/site/trunk/docs/native-doc/index.html > tomcat/site/trunk/docs/native

svn commit: r1711480 - in /tomcat: native/trunk/xdocs/miscellaneous/changelog.xml site/trunk/docs/native-doc/miscellaneous/changelog.html

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 14:08:02 2015 New Revision: 1711480 URL: http://svn.apache.org/viewvc?rev=1711480&view=rev Log: Fix 1.1.x changelog link Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html Modified:

svn commit: r1711477 - in /tomcat/site/trunk/docs/native-doc: index.html miscellaneous/changelog.html news/2008.html news/2009.html news/2010.html news/2011.html news/2012.html news/2013.html news/201

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 14:06:46 2015 New Revision: 1711477 URL: http://svn.apache.org/viewvc?rev=1711477&view=rev Log: Update docs to native 1.2.0 Modified: tomcat/site/trunk/docs/native-doc/index.html tomcat/site/trunk/docs/native-doc/miscellaneous/changelog.html tomcat/site/

svn commit: r1711478 - in /tomcat/site/trunk: docs/download-native.html docs/index.html docs/oldnews.html xdocs/download-native.xml xdocs/index.xml xdocs/oldnews.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 14:07:00 2015 New Revision: 1711478 URL: http://svn.apache.org/viewvc?rev=1711478&view=rev Log: Update for native 1.2.0 release Modified: tomcat/site/trunk/docs/download-native.html tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/oldnews.html

svn commit: r1711476 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 13:57:45 2015 New Revision: 1711476 URL: http://svn.apache.org/viewvc?rev=1711476&view=rev Log: Add a link to the 1.1.x changes. Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL:

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread jean-frederic clere
On 10/30/2015 02:19 PM, Henri Gomez wrote: > Hi all > > I tried to build 1.2.0 today, from tarball found here : > > http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.0/source/tomcat-native-1.2.0-src.tar.gz > > cd native > ./configure > > configure: error: cannot find install-sh, in

Re: [VOTE][RESULT] Release Apache Tomcat Native 1.2.0

2015-10-30 Thread Henri Gomez
Hi all I tried to build 1.2.0 today, from tarball found here : http://www.apache.org/dist/tomcat/tomcat-connectors/native/1.2.0/source/tomcat-native-1.2.0-src.tar.gz cd native ./configure configure: error: cannot find install-sh, install.sh, or shtool in build "."/build ./configure --with-apr=

svn commit: r1711467 - in /tomcat/native/trunk/xdocs/news: 2008.xml 2009.xml 2010.xml 2011.xml 2012.xml 2013.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 13:09:58 2015 New Revision: 1711467 URL: http://svn.apache.org/viewvc?rev=1711467&view=rev Log: Correct the changelog links for native 1.1.x Modified: tomcat/native/trunk/xdocs/news/2008.xml tomcat/native/trunk/xdocs/news/2009.xml tomcat/native/trunk/xdo

svn commit: r1711466 - in /tomcat/native/trunk/xdocs: miscellaneous/project.xml news/project.xml project.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 13:06:31 2015 New Revision: 1711466 URL: http://svn.apache.org/viewvc?rev=1711466&view=rev Log: Link to older news in menus Modified: tomcat/native/trunk/xdocs/miscellaneous/project.xml tomcat/native/trunk/xdocs/news/project.xml tomcat/native/trunk/xdocs

svn commit: r1711464 - in /tomcat/native/trunk/xdocs/news: 2008.xml 2009.xml 2010.xml 2011.xml 2012.xml 2013.xml 2014.xml 2015.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 12:58:56 2015 New Revision: 1711464 URL: http://svn.apache.org/viewvc?rev=1711464&view=rev Log: native trunk still needs to list old news Added: tomcat/native/trunk/xdocs/news/2008.xml - copied unchanged from r1710920, tomcat/native/branches/1.1.x/xdocs/n

svn commit: r1711463 - /tomcat/site/trunk/docs/native-1.1-doc/

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 12:54:51 2015 New Revision: 1711463 URL: http://svn.apache.org/viewvc?rev=1711463&view=rev Log: Copy current native docs to native-1.1 so we can link to 1.1 changelog etc Added: tomcat/site/trunk/docs/native-1.1-doc/ - copied from r1711461, tomcat/site/tru

svn commit: r1711462 - in /tomcat/native/trunk/xdocs: index.xml news/2015.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 12:52:12 2015 New Revision: 1711462 URL: http://svn.apache.org/viewvc?rev=1711462&view=rev Log: Update anchor Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2015.xml Modified: tomcat/native/trunk/xdocs/index.xml URL: http://sv

svn commit: r1711461 - in /tomcat/native/trunk/xdocs: index.xml news/2015.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 12:49:47 2015 New Revision: 1711461 URL: http://svn.apache.org/viewvc?rev=1711461&view=rev Log: Fill in the release date for 1.2.0 Modified: tomcat/native/trunk/xdocs/index.xml tomcat/native/trunk/xdocs/news/2015.xml Modified: tomcat/native/trunk/xdocs/inde

[Bug 9791] Form-based login fails using apache, mod_jk, mod_ssl without cookies

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=9791 trainee changed: What|Removed |Added CC||trai...@itechsolutions.in -- You are receivi

svn commit: r1711460 - /tomcat/site/trunk/build.xml

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 12:36:03 2015 New Revision: 1711460 URL: http://svn.apache.org/viewvc?rev=1711460&view=rev Log: Update location for native xdocs Modified: tomcat/site/trunk/build.xml Modified: tomcat/site/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/bui

svn commit: r1711459 - in /tomcat/site/trunk: README.txt native-1.1-xdocs/ native-xdocs/

2015-10-30 Thread markt
Author: markt Date: Fri Oct 30 12:06:14 2015 New Revision: 1711459 URL: http://svn.apache.org/viewvc?rev=1711459&view=rev Log: Tomcat native releases have started from trunk so update docs location for site build Added: tomcat/site/trunk/native-xdocs/ - copied from r1711456, tomcat/sit

[Bug 57799] MessageCreationException: Couldn't create SOAP message with Nio2 connector protocol

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57799 --- Comment #26 from Remy Maucherat --- Created attachment 33234 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33234&action=edit Debug code If the exception does not occur, the code can be added to SecureNio2Channel. -- You are rece

[Bug 58228] ApplicationContext.GET_RESOURCE_REQUIRE_SLASH vs StandardRoot.getResource(String)

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 hed...@gmail.com changed: What|Removed |Added Version|8.0.24 |8.0.28 -- You are receiving this ma

[Bug 58228] ApplicationContext.GET_RESOURCE_REQUIRE_SLASH vs StandardRoot.getResource(String)

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 hed...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 58228] ApplicationContext.GET_RESOURCE_REQUIRE_SLASH vs StandardRoot.getResource(String)

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 hed...@gmail.com changed: What|Removed |Added CC||hed...@gmail.com --- Comment #4 from

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57556 --- Comment #11 from Mark Thomas --- See bug 56890 and the SPEC bug linked there. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 58244] two way SSL loses client certificate after a few requests

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58244 Petr Brouzda changed: What|Removed |Added CC||petr.brou...@gmail.com -- You are rece

[Bug 58244] two way SSL loses client certificate after a few requests

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58244 Petr Brouzda changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #6 from Petr Brouzda -

[Bug 58244] two way SSL loses client certificate after a few requests

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58244 --- Comment #5 from Petr Brouzda --- Created attachment 33232 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33232&action=edit 100 % repeatable test case Better test-case for this bug. -- You are receiving this mail because: You are

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

2015-10-30 Thread violetagg
Author: violetagg Date: Fri Oct 30 09:02:15 2015 New Revision: 1711436 URL: http://svn.apache.org/viewvc?rev=1711436&view=rev Log: Correct whitespaces Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.o

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

2015-10-30 Thread violetagg
Author: violetagg Date: Fri Oct 30 09:01:26 2015 New Revision: 1711435 URL: http://svn.apache.org/viewvc?rev=1711435&view=rev Log: Merged revision 1709895 from tomcat/trunk: Documentation for RestCsrfPreventionFilter Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/

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

2015-10-30 Thread violetagg
Author: violetagg Date: Fri Oct 30 08:59:40 2015 New Revision: 1711434 URL: http://svn.apache.org/viewvc?rev=1711434&view=rev Log: Merged revision 1709895 from tomcat/trunk: Documentation for RestCsrfPreventionFilter Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/

[Bug 57556] getServletContext().getRealPath("/") returns path not ending with /

2015-10-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57556 --- Comment #10 from James Ching --- Is it also by design to change the behavior of ServetContext.getRealPath("") (now always appended with trailing slash) and discontinue support for ServetContext.getRealPath(".") and its variations? In Tomca

svn commit: r1711433 - in /tomcat/tc7.0.x/trunk: ./ test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java

2015-10-30 Thread violetagg
Author: violetagg Date: Fri Oct 30 08:53:45 2015 New Revision: 1711433 URL: http://svn.apache.org/viewvc?rev=1711433&view=rev Log: Merged revision 1709375 from tomcat/trunk: More tests for CSRF Rest protection. Added: tomcat/tc7.0.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventi

Re: Session management

2015-10-30 Thread Roel Storms
Hello Christopher, 2015-10-29 16:13 GMT+01:00 Christopher Schultz : > Roel, > > On 10/29/15 6:32 AM, Roel Storms wrote: > > On Oct 28, 2015 21:01, "Christopher Schultz" < > ch...@christopherschultz.net> > > wrote: > >> On 10/28/15 12:34 PM, Mark Thomas wrote: > >>> On 28/10/2015 13:01, Roel Stor

svn commit: r1711429 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/filters/ test/org/apache/catalina/filters/

2015-10-30 Thread violetagg
Author: violetagg Date: Fri Oct 30 08:40:46 2015 New Revision: 1711429 URL: http://svn.apache.org/viewvc?rev=1711429&view=rev Log: Merged revision 1709295 from tomcat/trunk: There are use cases when a nonce information cannot be provided via header. This commit introduces a mechanism to provide i

svn commit: r1711424 - in /tomcat/tc8.0.x/trunk: ./ test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java

2015-10-30 Thread violetagg
Author: violetagg Date: Fri Oct 30 08:24:42 2015 New Revision: 1711424 URL: http://svn.apache.org/viewvc?rev=1711424&view=rev Log: Merged revision 1709375 from tomcat/trunk: More tests for CSRF Rest protection. Added: tomcat/tc8.0.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventi

svn commit: r1711422 - in /tomcat/tc8.0.x/trunk: ./ java/org/apache/catalina/filters/ test/org/apache/catalina/filters/

2015-10-30 Thread violetagg
Author: violetagg Date: Fri Oct 30 08:12:58 2015 New Revision: 1711422 URL: http://svn.apache.org/viewvc?rev=1711422&view=rev Log: Merged revision 1709295 from tomcat/trunk: There are use cases when a nonce information cannot be provided via header. This commit introduces a mechanism to provide i

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

2015-10-30 Thread Bill Barker
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151030-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-20151030/lib -Dt

Re: [VOTE] Switch 6.0.x from RTC to CTR

2015-10-30 Thread Ognjen Blagojevic
On 28.10.2015 23:42, Mark Thomas wrote: [ ] Continue to use RTC for 6.0.x [X] Switch 6.0.x to CTR -Ognjen - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org