[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 --- Comment #14 from William L Thomson Jr --- Please stick with a shell script. This could be useful on Gentoo. Where Tomcat does have support for instances, but needs such a script to create them. The old way uses an instance manager https://g

[Bug 60560] Support systemd/inetd style socket activation

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 --- Comment #13 from Igal Sapir --- (In reply to Christopher Schultz from comment #12) > I usually do all this with (prepare yourselves, everyone) Apache ant as a > part of my build process. > > On a a fresh machine where Java, ant, and Subver

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 --- Comment #12 from Christopher Schultz --- I usually do all this with (prepare yourselves, everyone) Apache ant as a part of my build process. On a a fresh machine where Java, ant, and Subversion are installed, my build process is: 1. Creat

Re: Dynamic reloading of SSL certificates

2018-06-29 Thread Mark Thomas
On 29/06/18 21:58, Christopher Schultz wrote: > On 6/27/18 4:59 PM, Mark Thomas wrote: >> On 27/06/18 17:21, Christopher Schultz wrote: >>> any objection to taking this code and putting it into the >>> Connector under the public method reloadSSLHostConfig to make it (a) >>> accessible via JMX an

svn commit: r1834703 - in /tomcat/trunk/java/org/apache: catalina/manager/ManagerServlet.java coyote/http11/AbstractHttp11Protocol.java

2018-06-29 Thread markt
Author: markt Date: Fri Jun 29 21:05:10 2018 New Revision: 1834703 URL: http://svn.apache.org/viewvc?rev=1834703&view=rev Log: Fix typo in method name Modified: tomcat/trunk/java/org/apache/catalina/manager/ManagerServlet.java tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Proto

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 Christopher Schultz changed: What|Removed |Added Attachment #35996|application/x-shellscript |text/plain mime type|

[Bug 62500] Add Shell Script to Create CATALINA_BASE Directories

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62500 Christopher Schultz changed: What|Removed |Added Attachment #35995|application/x-shellscript |text/plain mime type|

Re: Dynamic reloading of SSL certificates

2018-06-29 Thread Christopher Schultz
Mark, On 6/27/18 4:59 PM, Mark Thomas wrote: > On 27/06/18 17:21, Christopher Schultz wrote: >> Romain, >> >> On 6/27/18 11:50 AM, Romain Manni-Bucau wrote: >>> up? any hope we have live reloading of certs in tomcat? >> >> Yup. Recent versions allow you to reload the SSLHostConfigs. >> >> I was ge

buildbot success in on tomcat-trunk

2018-06-29 Thread buildbot
The Buildbot has detected a restored build on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3411 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

[Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 --- Comment #9 from Mark Thomas --- Buildbot fixed. We might want to revisit the change to test.apr.loc since changing to a directory that exists by default enables the APR test run which then fails when APR is not present. -- You are receiv

Re: [Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-29 Thread Mark Thomas
On 29/06/18 19:25, bugzi...@apache.org wrote: > https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 > > --- Comment #8 from Mark Thomas --- > The problem (on buildbot) is that bin/native did not exist so the test for APR > failed (it looks for the directory) so the APR tests did not run. > > Wi

svn commit: r1834701 - /tomcat/trunk/java/org/apache/catalina/core/AccessLogAdapter.java

2018-06-29 Thread markt
Author: markt Date: Fri Jun 29 20:00:20 2018 New Revision: 1834701 URL: http://svn.apache.org/viewvc?rev=1834701&view=rev Log: Trivial commit to trigger CI build Modified: tomcat/trunk/java/org/apache/catalina/core/AccessLogAdapter.java Modified: tomcat/trunk/java/org/apache/catalina/core/Ac

[Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 --- Comment #8 from Mark Thomas --- The problem (on buildbot) is that bin/native did not exist so the test for APR failed (it looks for the directory) so the APR tests did not run. With this change the dir does exist, so the APR tests run and

svn commit: r1834698 - in /tomcat/tc8.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-06-29 Thread violetagg
Author: violetagg Date: Fri Jun 29 16:45:44 2018 New Revision: 1834698 URL: http://svn.apache.org/viewvc?rev=1834698&view=rev Log: Increment version for next dev cycle Modified: tomcat/tc8.0.x/trunk/build.properties.default tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default tomcat/

[VOTE] Release Apache Tomcat 8.0.53

2018-06-29 Thread Violeta Georgieva
The proposed Apache Tomcat 8.0.53 release is now available for voting. NOTE: This is the last release! It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.53/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1189/ The s

svn commit: r27827 [2/2] - in /dev/tomcat/tomcat-8/v8.0.53: ./ bin/ bin/embed/ bin/extras/ src/

2018-06-29 Thread violetagg
Added: dev/tomcat/tomcat-8/v8.0.53/bin/extras/catalina-jmx-remote.jar.asc == --- dev/tomcat/tomcat-8/v8.0.53/bin/extras/catalina-jmx-remote.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.0.53/bin/extras/catalina-jmx-remote.jar.

svn commit: r27827 [1/2] - in /dev/tomcat/tomcat-8/v8.0.53: ./ bin/ bin/embed/ bin/extras/ src/

2018-06-29 Thread violetagg
Author: violetagg Date: Fri Jun 29 16:39:56 2018 New Revision: 27827 Log: Stage Tomcat 8.0.53 Added: dev/tomcat/tomcat-8/v8.0.53/ dev/tomcat/tomcat-8/v8.0.53/KEYS dev/tomcat/tomcat-8/v8.0.53/README.html dev/tomcat/tomcat-8/v8.0.53/RELEASE-NOTES dev/tomcat/tomcat-8/v8.0.53/bin/

[Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 --- Comment #7 from Remy Maucherat --- But it broke CI, since it would be using the old location. The test.apr.loc property can be changed in the env there (but I don't know how to do it). -- You are receiving this mail because: You are the a

svn commit: r1834691 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/tomcat/util/net/LocalStrings.properties java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml webapps/docs/con

2018-06-29 Thread remm
Author: remm Date: Fri Jun 29 16:07:55 2018 New Revision: 1834691 URL: http://svn.apache.org/viewvc?rev=1834691&view=rev Log: 60560: Add support for using an inherited channel to the NIO connector. Based on a patch submitted by Thomas Meyer with testing and suggestions by Coty Sutherland. Modi

svn commit: r1834689 - in /tomcat/trunk: java/org/apache/tomcat/util/net/LocalStrings.properties java/org/apache/tomcat/util/net/NioEndpoint.java webapps/docs/changelog.xml webapps/docs/config/http.xm

2018-06-29 Thread remm
Author: remm Date: Fri Jun 29 15:42:53 2018 New Revision: 1834689 URL: http://svn.apache.org/viewvc?rev=1834689&view=rev Log: 60560: Add support for using an inherited channel to the NIO connector. Based on a patch submitted by Thomas Meyer with testing and suggestions by Coty Sutherland. Modif

svn commit: r1834688 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_53: ./ build.properties.default webapps/docs/changelog.xml

2018-06-29 Thread violetagg
Author: violetagg Date: Fri Jun 29 14:37:58 2018 New Revision: 1834688 URL: http://svn.apache.org/viewvc?rev=1834688&view=rev Log: Tag 8.0.53 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_53/ (props changed) - copied from r1834687, tomcat/tc8.0.x/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCA

svn commit: r1834687 - /tomcat/tc8.0.x/tags/TOMCAT_8_0_53/

2018-06-29 Thread violetagg
Author: violetagg Date: Fri Jun 29 14:31:57 2018 New Revision: 1834687 URL: http://svn.apache.org/viewvc?rev=1834687&view=rev Log: Need to do the tag again Removed: tomcat/tc8.0.x/tags/TOMCAT_8_0_53/ - To unsubscribe, e-mai

svn commit: r1834680 - in /tomcat/tc8.0.x/tags/TOMCAT_8_0_53: ./ build.properties.default webapps/docs/changelog.xml

2018-06-29 Thread violetagg
Author: violetagg Date: Fri Jun 29 13:30:46 2018 New Revision: 1834680 URL: http://svn.apache.org/viewvc?rev=1834680&view=rev Log: Tag 8.0.53 Added: tomcat/tc8.0.x/tags/TOMCAT_8_0_53/ (props changed) - copied from r1834679, tomcat/tc8.0.x/trunk/ Modified: tomcat/tc8.0.x/tags/TOMCA

Re: Tag Tomcat 7/8.0

2018-06-29 Thread Violeta Georgieva
Hi Konstantin, 2018-06-29 13:48 GMT+03:00 Konstantin Kolinko : > > 2018-06-28 23:54 GMT+03:00 Konstantin Kolinko : > > 2018-06-28 23:11 GMT+03:00 Violeta Georgieva : > >> Hi, > >> > >> 2018-06-26 21:16 GMT+03:00 Violeta Georgieva : > >>> > >>> Hi, > >>> > >>> I'm planning to tag Tomcat 7/8.0 tomor

[VOTE] Release Apache Tomcat 7.0.89

2018-06-29 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.89 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.89/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1188/ The svn tag is: http://svn.apache.org/

svn commit: r1834679 - in /tomcat/tc7.0.x/trunk: build.properties.default res/maven/mvn.properties.default webapps/docs/changelog.xml

2018-06-29 Thread violetagg
Author: violetagg Date: Fri Jun 29 13:19:40 2018 New Revision: 1834679 URL: http://svn.apache.org/viewvc?rev=1834679&view=rev Log: Increment version for next dev cycle Modified: tomcat/tc7.0.x/trunk/build.properties.default tomcat/tc7.0.x/trunk/res/maven/mvn.properties.default tomcat/

svn commit: r27823 [2/2] - in /dev/tomcat/tomcat-7/v7.0.89: ./ bin/ bin/embed/ bin/extras/ src/

2018-06-29 Thread violetagg
Added: dev/tomcat/tomcat-7/v7.0.89/bin/extras/catalina-jmx-remote.jar.asc == --- dev/tomcat/tomcat-7/v7.0.89/bin/extras/catalina-jmx-remote.jar.asc (added) +++ dev/tomcat/tomcat-7/v7.0.89/bin/extras/catalina-jmx-remote.jar.

svn commit: r27823 [1/2] - in /dev/tomcat/tomcat-7/v7.0.89: ./ bin/ bin/embed/ bin/extras/ src/

2018-06-29 Thread violetagg
Author: violetagg Date: Fri Jun 29 13:12:53 2018 New Revision: 27823 Log: Stage Tomcat 7.0.89 Added: dev/tomcat/tomcat-7/v7.0.89/ dev/tomcat/tomcat-7/v7.0.89/KEYS dev/tomcat/tomcat-7/v7.0.89/README.html dev/tomcat/tomcat-7/v7.0.89/RELEASE-NOTES dev/tomcat/tomcat-7/v7.0.89/bin/

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #3 from Mark Thomas --- Great. Thanks Andy. I've added a first pass at DKS support to trunk (9.0.x). You should be able to specify "DKS" for ConfigFileLoader.getURI(path) and the URI for certificateKeystoreFile. Once this works (ho

svn commit: r1834672 - in /tomcat/trunk/java/org/apache/tomcat/util: file/ConfigFileLoader.java net/SSLUtilBase.java

2018-06-29 Thread markt
Author: markt Date: Fri Jun 29 12:04:21 2018 New Revision: 1834672 URL: http://svn.apache.org/viewvc?rev=1834672&view=rev Log: First pass at adding DKS support (no docs) Modified: tomcat/trunk/java/org/apache/tomcat/util/file/ConfigFileLoader.java tomcat/trunk/java/org/apache/tomcat/util/

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #2 from Andy Wilkinson --- Cool. Thanks, Mark. I am willing and able to build from trunk (or a branch) or use a snapshot when something's available, -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #1 from Mark Thomas --- This looks like it should be fairly easy to implement along the same lines as Spring Boot - i.e. store.load(new DomainLoadStoreParameter(url.toURI(), Collections.emptyMap())); There is a small additional co

svn commit: r1834670 - /tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2018-06-29 Thread markt
Author: markt Date: Fri Jun 29 11:49:42 2018 New Revision: 1834670 URL: http://svn.apache.org/viewvc?rev=1834670&view=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint

Re: Tag Tomcat 7/8.0

2018-06-29 Thread Konstantin Kolinko
2018-06-28 23:54 GMT+03:00 Konstantin Kolinko : > 2018-06-28 23:11 GMT+03:00 Violeta Georgieva : >> Hi, >> >> 2018-06-26 21:16 GMT+03:00 Violeta Georgieva : >>> >>> Hi, >>> >>> I'm planning to tag Tomcat 7/8.0 tomorrow. >>> If you want to include something please reply here. >>> Please note that th

[Bug 62273] Add support for alternate URL specification

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #23 from Remy Maucherat --- (In reply to Matthew Davie from comment #22) > Still unusable, tried a number of changes but still fails to work due to the > RFC change. Makes Tomcat worthless to our current and future usage, surely > t

[Bug 62273] Add support for alternate URL specification

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 Matthew Davie changed: What|Removed |Added Version|8.5.x-trunk |8.5.32 --- Comment #22 from Matthew Da

[Bug 62273] Add support for alternate URL specification

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62273 --- Comment #21 from remmeier --- are there any security implications when relaxing a char like [ and ]? Because there are other specifications like JSON API making heavy use these two characters and if so, Tomcat just becomes no option anymore

buildbot failure in on tomcat-trunk

2018-06-29 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-trunk/builds/3408 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

[Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1834660 - in /tomcat/trunk: build.xml java/org/apache/tomcat/jni/Library.java webapps/docs/changelog.xml

2018-06-29 Thread remm
Author: remm Date: Fri Jun 29 09:36:40 2018 New Revision: 1834660 URL: http://svn.apache.org/viewvc?rev=1834660&view=rev Log: 61632: Change location from native/bin to just bin. Modified: tomcat/trunk/build.xml tomcat/trunk/java/org/apache/tomcat/jni/Library.java tomcat/trunk/webapps/

Re: Slides for ApacheCon EU Roadshow 2018

2018-06-29 Thread Leon Rosenberg
This is not a wiki page, is it? So how do I add stuff there? ;-) Leon On Wed, Jun 27, 2018 at 9:50 AM Rémy Maucherat wrote: > On Wed, Jun 27, 2018 at 9:39 AM Rainer Jung > wrote: > > > Am 27.06.2018 um 01:40 schrieb Huxing Zhang: > > > Hi All, > > > > > > I have check the presentation page[1] b

[Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 --- Comment #5 from Remy Maucherat --- (In reply to Mark Thomas from comment #4) > bin/native > - new location I didn't make it up, it's really used by the testsuite, line 82 of build.xml: But it's not a real "user", so I'll change it. --

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 Andy Wilkinson changed: What|Removed |Added CC||awilkin...@pivotal.io -- You are rec

[Bug 61632] Improve search for tcnative-1.dll on Windows when current directory is not bin/ (e.g. in Eclipse IDE, separate catalina_base)

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61632 --- Comment #4 from Mark Thomas --- I am strongly +1 for being consistent with the native library location across the test suite, the installer and the other distributions. I'm neutral on whether it should be bin or bin/native bin - is what w