Re: svn commit: r1847854 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestEncryptInterceptor.java

2018-12-03 Thread Mark Thomas
On 02/12/2018 23:05, Christopher Schultz wrote: > Mark, > > On 11/30/18 15:59, ma...@apache.org wrote: >> Author: markt Date: Fri Nov 30 20:59:37 2018 New Revision: 1847854 > >> URL: http://svn.apache.org/viewvc?rev=1847854&view=rev Log: >> Clean-up file created during test > > It was actually

Re: [VOTE] Release Apache Tomcat Native 1.2.19

2018-12-03 Thread Mark Thomas
On 30/11/2018 20:00, Mark Thomas wrote: > Version 1.2.19 includes the following changes compared to 1.2.18: > > - Windows binaries built with OpenSSL 1.0.2q and APR 1.6.5 > - Windows binaries built with OpenSSL 1.1.1a and APR 1.6.5 > - Fixed memory leak associated with OCSP > - Fix an error that p

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

2018-12-03 Thread markt
Author: markt Date: Mon Dec 3 15:03:51 2018 New Revision: 1848046 URL: http://svn.apache.org/viewvc?rev=1848046&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 Add support for the CATALINA_OUT_CMD environment variable that defines a command to which captured stdout and std

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

2018-12-03 Thread markt
Author: markt Date: Mon Dec 3 15:06:13 2018 New Revision: 1848048 URL: http://svn.apache.org/viewvc?rev=1848048&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 Add support for the CATALINA_OUT_CMD environment variable that defines a command to which captured stdout and std

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

2018-12-03 Thread markt
Author: markt Date: Mon Dec 3 15:07:13 2018 New Revision: 1848049 URL: http://svn.apache.org/viewvc?rev=1848049&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 Add support for the CATALINA_OUT_CMD environment variable that defines a command to which captured stdout and std

[Bug 53930] allow capture of catalina stdout/stderr to a command instead of just a file [PATCH]

2018-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54499] Implementation of Extensible EL Interpreter

2018-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54499 Mark Thomas changed: What|Removed |Added Resolution|--- |WONTFIX Status|NEW

[Bug 54741] Add org.apache.catalina.startup.Tomcat#addWebapp(String, URL) method

2018-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54741 --- Comment #2 from Mark Thomas --- The JAR URL format does not support the concept of nested archives. This means that Tomcat has already had to implement a special URL handling scheme to support referencing a resource inside a JAR inside a WA

svn commit: r1848069 - in /tomcat/trunk/java/org/apache/catalina/session: LocalStrings.properties ManagerBase.java

2018-12-03 Thread remm
Author: remm Date: Mon Dec 3 16:52:34 2018 New Revision: 1848069 URL: http://svn.apache.org/viewvc?rev=1848069&view=rev Log: Add session not found message, and some cleanup. Modified: tomcat/trunk/java/org/apache/catalina/session/LocalStrings.properties tomcat/trunk/java/org/apache/catal

buildbot failure in on tomcat-trunk

2018-12-03 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/3827 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler schedu

svn commit: r1848071 - /tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java

2018-12-03 Thread markt
Author: markt Date: Mon Dec 3 17:31:42 2018 New Revision: 1848071 URL: http://svn.apache.org/viewvc?rev=1848071&view=rev Log: Rename for clarity Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java URL: http

svn commit: r1848072 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java

2018-12-03 Thread markt
Author: markt Date: Mon Dec 3 17:32:22 2018 New Revision: 1848072 URL: http://svn.apache.org/viewvc?rev=1848072&view=rev Log: Rename for clarity Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/Tomcat.java Propchange: tomcat/tc8.5.x

svn commit: r1848074 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Tomcat.java

2018-12-03 Thread markt
Author: markt Date: Mon Dec 3 17:33:05 2018 New Revision: 1848074 URL: http://svn.apache.org/viewvc?rev=1848074&view=rev Log: Rename for clarity Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java Propchange: tomcat/tc7.0.x

buildbot success in on tomcat-trunk

2018-12-03 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/3828 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler sch

Specifying a URL for the docBase

2018-12-03 Thread Mark Thomas
Hi, I have been looking at [1]. This is a request to be able to specify a URL for a WAR, including a URL that points to a WAR file packaged inside a JAR. This request is in the context of embedded Tomcat. The embedded aspects are just part of this. Fixes would also be required to the core Tomcat

[Bug 54802] Provide location information for exceptions thrown by JspDocumentParser [PATCH]

2018-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54802 --- Comment #6 from Mark Thomas --- In this instance the root cause exception contains all the information necessary to find the bug. I've done some svn archaeology and the root cause unwrapping was added in r303681 and was added for 5.5.x. Lo

[Bug 62976] New: IllegalStateException: zip file closed

2018-12-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62976 Bug ID: 62976 Summary: IllegalStateException: zip file closed Product: Tomcat 9 Version: 9.0.13 Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: nor