EOL of Tomcat 7

2018-07-02 Thread Silambarasan Madhappan
Hi Team, Please let us know by when Tomcat 7 will reach end of life . Thanks and Regards, Silambarasan M

File Permissions in SVN/Git

2018-07-02 Thread Igal Sapir
The new files bin/makebase.bat and makebase.sh do not have the same permissions as the other files in bin, possibly because I committed them from a Windows machine. Specifically, the file bin/makebase.sh is missing the eXecute permission. Any idea how to fix that? drwxrwxr-x. 2 ux ux 4096 Jul

[Bug 62258] getOutputStream() has already been called for this response with caught IOException and jsp error page

2018-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62258 --- Comment #4 from clem...@guillaume.bzh --- I confirmed the bug is fixed. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe,

[Bug 53492] Make JspC shell multithreaded

2018-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53492 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

svn commit: r1834892 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspC.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xml

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 20:39:49 2018 New Revision: 1834892 URL: http://svn.apache.org/viewvc?rev=1834892=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53492 Make the Java file generation process multi-threaded. By default, one thread will be used per core. Based on a patch

svn commit: r1834890 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/jasper/JspC.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xml

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 20:37:51 2018 New Revision: 1834890 URL: http://svn.apache.org/viewvc?rev=1834890=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53011 When pre-compiling with JspC, report all compilation errors rather than stopping after the first error. A new option

svn commit: r1834888 - /tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 20:34:51 2018 New Revision: 1834888 URL: http://svn.apache.org/viewvc?rev=1834888=rev Log: Back-port code clean-up to avoid conflicts in subsequent back-ports. Modified: tomcat/tc7.0.x/trunk/java/org/apache/jasper/JspC.java Modified:

svn commit: r1834884 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/JspC.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xml

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 20:18:47 2018 New Revision: 1834884 URL: http://svn.apache.org/viewvc?rev=1834884=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53492 Make the Java file generation process multi-threaded. By default, one thread will be used per core. Based on a patch

svn commit: r1834882 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/jasper/JspC.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xml

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 20:17:03 2018 New Revision: 1834882 URL: http://svn.apache.org/viewvc?rev=1834882=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=53011 When pre-compiling with JspC, report all compilation errors rather than stopping after the first error. A new option

svn commit: r1834881 [1/2] - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/backend/ java/org/apache/catalina/ha/session/ j

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 20:15:08 2018 New Revision: 1834881 URL: http://svn.apache.org/viewvc?rev=1834881=rev Log: Backport Use foreach loops instead of while+iterator loops Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1834881 [2/2] - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/backend/ java/org/apache/catalina/ha/session/ j

2018-07-02 Thread markt
Modified: tomcat/tc8.5.x/trunk/java/org/apache/naming/factory/webservices/ServiceRefFactory.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/naming/factory/webservices/ServiceRefFactory.java?rev=1834881=1834880=1834881=diff

buildbot failure in on tomcat-trunk

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

svn commit: r1834877 - in /tomcat/trunk: java/org/apache/jasper/JspC.java java/org/apache/jasper/resources/LocalStrings.properties webapps/docs/changelog.xml

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 19:47:37 2018 New Revision: 1834877 URL: http://svn.apache.org/viewvc?rev=1834877=rev Log: Make the Java file generation process multi-threaded. By default, one thread will be used per core. Based on a patch by Dan Fabulich. Modified:

[VOTE] Release Apache Tomcat 7.0.90

2018-07-02 Thread Violeta Georgieva
The proposed Apache Tomcat 7.0.90 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.90/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-1190/ The svn tag is:

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

2018-07-02 Thread violetagg
Author: violetagg Date: Mon Jul 2 17:33:34 2018 New Revision: 1834870 URL: http://svn.apache.org/viewvc?rev=1834870=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

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

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

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

2018-07-02 Thread violetagg
Author: violetagg Date: Mon Jul 2 17:30:50 2018 New Revision: 27872 Log: Stage Tomcat 7.0.90 Added: dev/tomcat/tomcat-7/v7.0.90/ dev/tomcat/tomcat-7/v7.0.90/KEYS dev/tomcat/tomcat-7/v7.0.90/README.html dev/tomcat/tomcat-7/v7.0.90/RELEASE-NOTES

Re: [VOTE] Release Apache Tomcat 8.0.53

2018-07-02 Thread Coty Sutherland
On Fri, Jun 29, 2018 at 12:42 PM Violeta Georgieva wrote: > 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: >

svn commit: r1834866 - in /tomcat/tc7.0.x/tags/TOMCAT_7_0_90: ./ build.properties.default

2018-07-02 Thread violetagg
Author: violetagg Date: Mon Jul 2 16:35:55 2018 New Revision: 1834866 URL: http://svn.apache.org/viewvc?rev=1834866=rev Log: Tag 7.0.90 Added: tomcat/tc7.0.x/tags/TOMCAT_7_0_90/ (props changed) - copied from r1834865, tomcat/tc7.0.x/trunk/ Modified:

svn commit: r1834865 - in /tomcat/tc7.0.x/trunk: ./ build.xml

2018-07-02 Thread violetagg
Author: violetagg Date: Mon Jul 2 16:24:56 2018 New Revision: 1834865 URL: http://svn.apache.org/viewvc?rev=1834865=rev Log: Switch back to http for Javadoc as https causes build failures. Merge revision 1834765. [javadoc] javadoc: warning - Error fetching URL: https://commons.apache.org/pr

svn commit: r1834863 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2018-07-02 Thread violetagg
Author: violetagg Date: Mon Jul 2 15:58:07 2018 New Revision: 1834863 URL: http://svn.apache.org/viewvc?rev=1834863=rev Log: 7.0.89 vote did not pass Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r27864 - /dev/tomcat/tomcat-7/v7.0.89/

2018-07-02 Thread violetagg
Author: violetagg Date: Mon Jul 2 15:55:19 2018 New Revision: 27864 Log: Tomcat 7.0.89 did not pass the vote Removed: dev/tomcat/tomcat-7/v7.0.89/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

Re: [CANCEL][VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Violeta Georgieva
Hi, 2018-06-29 16:24 GMT+03:00 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: >

Re: [VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Violeta Georgieva
2018-07-02 18:47 GMT+03:00 Mark Thomas : > > On 02/07/18 16:38, Violeta Georgieva wrote: > > Hi, > > > > 2018-07-02 18:35 GMT+03:00 Mark Thomas : > >> > >> On 29/06/18 14:24, Violeta Georgieva wrote: > >>> The proposed Apache Tomcat 7.0.89 release is now available for voting. > >>> > >>> It can be

svn commit: r1834860 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSEUtil.java

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 15:47:54 2018 New Revision: 1834860 URL: http://svn.apache.org/viewvc?rev=1834860=rev Log: Don't use in-memory certs with DKS key stores Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSEUtil.java Modified:

Re: [VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Mark Thomas
On 02/07/18 16:38, Violeta Georgieva wrote: > Hi, > > 2018-07-02 18:35 GMT+03:00 Mark Thomas : >> >> On 29/06/18 14:24, Violeta Georgieva wrote: >>> The proposed Apache Tomcat 7.0.89 release is now available for voting. >>> >>> It can be obtained from: >>>

Re: [VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Violeta Georgieva
Hi, 2018-07-02 18:35 GMT+03:00 Mark Thomas : > > On 29/06/18 14:24, Violeta Georgieva wrote: > > 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

Re: [VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Mark Thomas
On 29/06/18 14:24, Violeta Georgieva wrote: > 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: >

svn commit: r1834856 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/security/SecurityClassLoad.java webapps/docs/changelog.xml

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 15:34:33 2018 New Revision: 1834856 URL: http://svn.apache.org/viewvc?rev=1834856=rev Log: Delete reference to removed class that prevented Tomcat from starting when running under a security manager. Modified:

svn commit: r1834855 - /tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 15:33:16 2018 New Revision: 1834855 URL: http://svn.apache.org/viewvc?rev=1834855=rev Log: Correct markup Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL:

svn commit: r1834853 - /tomcat/trunk/bin/makebase.bat

2018-07-02 Thread markt
Author: markt Date: Mon Jul 2 15:24:23 2018 New Revision: 1834853 URL: http://svn.apache.org/viewvc?rev=1834853=rev Log: Replace '::' with 'rem' for consistency with other .bat files. Also, research suggests '::' is not an official comment marker but a malformed label which causes the line to

Re: Slides for ApacheCon EU Roadshow 2018

2018-07-02 Thread Violeta Georgieva
Hi, 2018-06-27 2:40 GMT+03:00 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 I added my presentation to

svn commit: r1834848 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2018-07-02 Thread violetagg
Author: violetagg Date: Mon Jul 2 13:18:32 2018 New Revision: 1834848 URL: http://svn.apache.org/viewvc?rev=1834848=rev Log: Reactive Applications on Apache Tomcat - Apache EU Roadshow 2018 Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml

Re: [VOTE] Release Apache Tomcat 7.0.89

2018-07-02 Thread Rémy Maucherat
On Fri, Jun 29, 2018 at 3:24 PM Violeta Georgieva wrote: > 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: >

Re: [VOTE] Release Apache Tomcat 8.0.53

2018-07-02 Thread Rémy Maucherat
On Fri, Jun 29, 2018 at 6:42 PM Violeta Georgieva wrote: > 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: >

[VOTE] Release Apache Tomcat 8.0.53

2018-07-02 Thread Mark Thomas
On 29/06/18 17:42, Violeta Georgieva wrote: > 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: >

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

2018-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #4 from Andy Wilkinson --- I've built trunk and the DKS keystore is now being handled specially but it doesn't appear to be working correctly: org.apache.catalina.LifecycleException: Protocol handler start failed at

[Bug 62515] New: Tomcat should perform a graceful shutdown

2018-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62515 Bug ID: 62515 Summary: Tomcat should perform a graceful shutdown Product: Tomcat 8 Version: 8.0.x-trunk Hardware: PC Status: NEW Severity: enhancement

JDK 11 is now in Rampdown Phase one

2018-07-02 Thread Rory O'Donnell
Hi Mark, *JDK 11 is now in Rampdown Phase one*** The overall feature set is frozen. No further JEPs will be targeted to this release.We’ve forked the main-line source repository, jdk/jdk, to the jdk/jdk11 stabilization repository. Any changes pushed to jdk/jdk or jdk/client are now bound for

svn commit: r1834826 - in /tomcat/trunk/bin: makebase.bat makebase.sh

2018-07-02 Thread remm
Author: remm Date: Mon Jul 2 08:19:20 2018 New Revision: 1834826 URL: http://svn.apache.org/viewvc?rev=1834826=rev Log: Trailing WS Modified: tomcat/trunk/bin/makebase.bat tomcat/trunk/bin/makebase.sh Modified: tomcat/trunk/bin/makebase.bat URL:

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

2018-07-02 Thread Bill Barker
/workspace/commons-beanutils/dist/commons-beanutils-20180702.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/commons-cli/target/commons-cli-1.5-SNAPSHOT.jar:/srv/gump/public/workspace/commons-lang-trunk/target/commons-lang3-3.8-SNAPSHOT.jar:/srv/gump/pu

buildbot success in on tomcat-trunk

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

svn commit: r1834817 - in /tomcat/trunk/bin: makebase.bat makebase.sh

2018-07-02 Thread isapir
Author: isapir Date: Mon Jul 2 06:03:21 2018 New Revision: 1834817 URL: http://svn.apache.org/viewvc?rev=1834817=rev Log: Updated makebase scripts per feedback Modified: tomcat/trunk/bin/makebase.bat tomcat/trunk/bin/makebase.sh Modified: tomcat/trunk/bin/makebase.bat URL: