Slides for ApacheCon EU Roadshow 2018

2018-06-26 Thread Huxing Zhang
Hi All, I have check the presentation page[1] but could only find slide of Mark's "State of the Cat" topic. Do we have slides/recordings for the other topics? [1] http://tomcat.apache.org/presentations.html -- Best Regards! Huxing

Tag Tomcat 7/8.0

2018-06-26 Thread 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 this will be the last Tomcat 8.0 release. Regards, Violeta

[Bug 53387] SSI: Allow to use $1 to get result of regular expression matching

2018-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53387 --- Comment #2 from Mark Thomas --- I've tested httpd and the behaviour is as follows: Before any matches are attempted, $1 and friends are set to the empty string After a successful match, $1 and friends remember the contents of the group

Re: Tomcat source layout (was: JDK 11 EA 18)

2018-06-26 Thread William L. Thomson Jr.
On Tue, 26 Jun 2018 09:07:32 +0200 Emmanuel Bourg wrote: > Le 26/06/2018 à 05:21, William L. Thomson Jr. a écrit : > > > Because I am crazy :) > > I personally would support a move to a Maven directory layout even if > we stick to Ant as the main build system for now. I think it's good > to

[Bug 62459] mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62459 --- Comment #1 from Guido Jäkel --- I think the issue have to be handled within native/common/jk_url.c , L.116ff. at function jk_canonenc(). Here, the percent sign isn't in "allowed", therefore it will be escaped. But concerning the issue,

[Bug 62453] Tomcat tries to resolve uninitialized tag attributes in EL as java class names and this behavior causes performance problems.

2018-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62453 Mark Thomas changed: What|Removed |Added Attachment #35975|0 |1 is obsolete|

buildbot success in on tomcat-trunk

2018-06-26 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/3398 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1834411 - in /tomcat/trunk: java/org/apache/catalina/realm/LockOutRealm.java java/org/apache/catalina/realm/mbeans-descriptors.xml webapps/docs/changelog.xml

2018-06-26 Thread markt
Author: markt Date: Tue Jun 26 10:12:38 2018 New Revision: 1834411 URL: http://svn.apache.org/viewvc?rev=1834411=rev Log: Make the isLocked() method of the LockOutRealm public and expose the method via JMX. Modified: tomcat/trunk/java/org/apache/catalina/realm/LockOutRealm.java

svn commit: r27735 - /dev/tomcat/tomcat-8/v8.5.32/ /dev/tomcat/tomcat-9/v9.0.10/ /release/tomcat/tomcat-8/v8.5.32/ /release/tomcat/tomcat-9/v9.0.10/

2018-06-26 Thread markt
Author: markt Date: Tue Jun 26 08:46:27 2018 New Revision: 27735 Log: Release 9.0.10 and 8.5.32 Added: release/tomcat/tomcat-8/v8.5.32/ - copied from r27734, dev/tomcat/tomcat-8/v8.5.32/ release/tomcat/tomcat-9/v9.0.10/ - copied from r27734, dev/tomcat/tomcat-9/v9.0.10/

Re: Tomcat source layout (was: JDK 11 EA 18)

2018-06-26 Thread Emmanuel Bourg
Le 26/06/2018 à 05:21, William L. Thomson Jr. a écrit : > Because I am crazy :) I personally would support a move to a Maven directory layout even if we stick to Ant as the main build system for now. I think it's good to use a standard project layout, it looks immediately familiar to newcomers.