[Bug 61247] Unable to gracefully shut down server

2017-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61247 --- Comment #4 from esaron --- Created attachment 35095 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35095=edit Startup/shutdown after updating to Java 1.8.0_131-b11 Updating to the newest version of Java

[Bug 61247] Unable to gracefully shut down server

2017-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61247 --- Comment #3 from Remy Maucherat --- It's probably a consequence of r1798977 that Rainer got fixed after testing M22. It's too much of a coincidence that someone files a bug with this behavior on this release IMO. It would

[Bug 61247] Unable to gracefully shut down server

2017-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61247 Mark Thomas changed: What|Removed |Added Resolution|FIXED |WORKSFORME ---

[Bug 61247] Unable to gracefully shut down server

2017-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61247 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 61247] New: Unable to gracefully shut down server

2017-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61247 Bug ID: 61247 Summary: Unable to gracefully shut down server Product: Tomcat 9 Version: 9.0.0.M22 Hardware: Macintosh OS: other Status: NEW Severity:

Re: Plans 9.0.0.M23 and 8.5.17

2017-07-03 Thread Rémy Maucherat
On Mon, Jul 3, 2017 at 4:30 AM, Mark Thomas wrote: > All, > > It is the start of a new month so I am planning to tag 8.5.x and 9.0.x > shortly. I have a couple of things I want to tidy up first so I expect > to tag later today or early tomorrow. > > +1 Rémy

svn commit: r1800711 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 19:49:21 2017 New Revision: 1800711 URL: http://svn.apache.org/viewvc?rev=1800711=rev Log: Correct javadoc tags Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified:

Re: svn commit: r1800614 - in /tomcat/trunk: build.xml java/javax/xml/ res/checkstyle/javax-import-control.xml webapps/docs/changelog.xml

2017-07-03 Thread Rémy Maucherat
On Mon, Jul 3, 2017 at 9:45 AM, Mark Thomas wrote: > On 03/07/17 15:26, Rémy Maucherat wrote: > > On Mon, Jul 3, 2017 at 4:48 AM, wrote: > > > >> Author: markt > >> Date: Mon Jul 3 09:48:01 2017 > >> New Revision: 1800614 > >> > >> URL:

[Bug 51513] GzipInterceptor: Do not compress small packages

2017-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=51513 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1800708 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/ webapps/docs/

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 19:22:47 2017 New Revision: 1800708 URL: http://svn.apache.org/viewvc?rev=1800708=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=51513 Add support for the compressionMinSize attribute to the GzipInterceptor, add optional statistics collection and

svn commit: r1800688 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 15:41:18 2017 New Revision: 1800688 URL: http://svn.apache.org/viewvc?rev=1800688=rev Log: Whoops. Remove copy/paste comment Modified: tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java Modified:

svn commit: r1800687 - /tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 15:40:47 2017 New Revision: 1800687 URL: http://svn.apache.org/viewvc?rev=1800687=rev Log: Refactor to use parameterised tests (less code) Modified: tomcat/trunk/test/org/apache/catalina/tribes/group/interceptors/TestGzipInterceptor.java Modified:

Re: svn commit: r1800614 - in /tomcat/trunk: build.xml java/javax/xml/ res/checkstyle/javax-import-control.xml webapps/docs/changelog.xml

2017-07-03 Thread Mark Thomas
On 03/07/17 15:26, Rémy Maucherat wrote: > On Mon, Jul 3, 2017 at 4:48 AM, wrote: > >> Author: markt >> Date: Mon Jul 3 09:48:01 2017 >> New Revision: 1800614 >> >> URL: http://svn.apache.org/viewvc?rev=1800614=rev >> Log: >> Restore the local definition of the web service

Re: svn commit: r1800614 - in /tomcat/trunk: build.xml java/javax/xml/ res/checkstyle/javax-import-control.xml webapps/docs/changelog.xml

2017-07-03 Thread Rémy Maucherat
On Mon, Jul 3, 2017 at 4:48 AM, wrote: > Author: markt > Date: Mon Jul 3 09:48:01 2017 > New Revision: 1800614 > > URL: http://svn.apache.org/viewvc?rev=1800614=rev > Log: > Restore the local definition of the web service annotations since the JRE > provided versions are

[Bug 49531] singlesignon failover not working on DeltaManager/cluster upon shutdown

2017-07-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=49531 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

svn commit: r1800631 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/catalina/servlets/DefaultServlet.java

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 11:11:37 2017 New Revision: 1800631 URL: http://svn.apache.org/viewvc?rev=1800631=rev Log: Remove unused / unnecessary fields Modified: tomcat/tc8.5.x/trunk/ (props changed) tomcat/tc8.5.x/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

svn commit: r1800630 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 11:10:39 2017 New Revision: 1800630 URL: http://svn.apache.org/viewvc?rev=1800630=rev Log: Remove deprecated code Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified:

svn commit: r1800629 - /tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 11:09:53 2017 New Revision: 1800629 URL: http://svn.apache.org/viewvc?rev=1800629=rev Log: Remove unused / unnecessary fields Modified: tomcat/trunk/java/org/apache/catalina/servlets/DefaultServlet.java Modified:

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

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 10:19:46 2017 New Revision: 1800617 URL: http://svn.apache.org/viewvc?rev=1800617=rev Log: Add necessary Java 9 configuration options to the startup scripts to prevent warnings being generated on web application stop. Modified: tomcat/trunk/bin/catalina.bat

svn commit: r1800614 - in /tomcat/trunk: build.xml java/javax/xml/ res/checkstyle/javax-import-control.xml webapps/docs/changelog.xml

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 09:48:01 2017 New Revision: 1800614 URL: http://svn.apache.org/viewvc?rev=1800614=rev Log: Restore the local definition of the web service annotations since the JRE provided versions are deprecated and Java 9 does not provide them by default. Added:

Plans 9.0.0.M23 and 8.5.17

2017-07-03 Thread Mark Thomas
All, It is the start of a new month so I am planning to tag 8.5.x and 9.0.x shortly. I have a couple of things I want to tidy up first so I expect to tag later today or early tomorrow. Mark - To unsubscribe, e-mail:

svn commit: r1800611 - in /tomcat/site/trunk: docs/download-80.html xdocs/download-80.xml

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 09:19:35 2017 New Revision: 1800611 URL: http://svn.apache.org/viewvc?rev=1800611=rev Log: Add EOL note to 8.0.x download page Modified: tomcat/site/trunk/docs/download-80.html tomcat/site/trunk/xdocs/download-80.xml Modified:

Re: svn commit: r1800604 - in /tomcat/site/trunk: docs/index.html docs/tomcat-80-eol.html xdocs/index.xml xdocs/tomcat-80-eol.xml

2017-07-03 Thread Violeta Georgieva
2017-07-03 12:11 GMT+03:00 Mark Thomas : > > On 03/07/17 09:36, violet...@apache.org wrote: > > Author: violetagg > > Date: Mon Jul 3 08:36:34 2017 > > New Revision: 1800604 > > > > URL: http://svn.apache.org/viewvc?rev=1800604=rev > > Log: > > Add EOL for Tomcat 8.0.x

svn commit: r1800610 - in /tomcat/site/trunk: docs/download-60.html docs/tomcat-60-eol.html xdocs/download-60.xml xdocs/tomcat-60-eol.xml

2017-07-03 Thread markt
Author: markt Date: Mon Jul 3 09:14:19 2017 New Revision: 1800610 URL: http://svn.apache.org/viewvc?rev=1800610=rev Log: Tweak the 6.x download page now 6.x is EOL Tweak the 6.x EOL page to clarify that 30 March was the earliest date these things would happen Modified:

Re: svn commit: r1800604 - in /tomcat/site/trunk: docs/index.html docs/tomcat-80-eol.html xdocs/index.xml xdocs/tomcat-80-eol.xml

2017-07-03 Thread Mark Thomas
On 03/07/17 09:36, violet...@apache.org wrote: > Author: violetagg > Date: Mon Jul 3 08:36:34 2017 > New Revision: 1800604 > > URL: http://svn.apache.org/viewvc?rev=1800604=rev > Log: > Add EOL for Tomcat 8.0.x announcement. Thank you! That was on my TODO list for this morning. You've saved me

[ANN] Apache Tomcat 8.0.45 released

2017-07-03 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.45. Please note that Tomcat 8.x users should normally be using 8.5.x releases in preference to 8.0.x releases. The Apache Tomcat team announced that support for Apache Tomcat 8.0.x will end on 30 June 2018. Apache

[ANN] Apache Tomcat 7.0.79 released

2017-07-03 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.79. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

svn commit: r1800604 - in /tomcat/site/trunk: docs/index.html docs/tomcat-80-eol.html xdocs/index.xml xdocs/tomcat-80-eol.xml

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 08:36:34 2017 New Revision: 1800604 URL: http://svn.apache.org/viewvc?rev=1800604=rev Log: Add EOL for Tomcat 8.0.x announcement. Added: tomcat/site/trunk/docs/tomcat-80-eol.html (with props) tomcat/site/trunk/xdocs/tomcat-80-eol.xml (with props)

svn commit: r1800601 - /tomcat/site/trunk/README.txt

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 08:19:13 2017 New Revision: 1800601 URL: http://svn.apache.org/viewvc?rev=1800601=rev Log: Add how to update documentation for Tomcat 8.5.x. Modified: tomcat/site/trunk/README.txt Modified: tomcat/site/trunk/README.txt URL:

svn commit: r20280 - /release/tomcat/tomcat-8/v8.0.44/

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 08:12:38 2017 New Revision: 20280 Log: Remove 8.0.44 Removed: release/tomcat/tomcat-8/v8.0.44/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1800600 - in /tomcat/site/trunk/docs/tomcat-8.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 08:10:07 2017 New Revision: 1800600 URL: http://svn.apache.org/viewvc?rev=1800600=rev Log: Update docs for Apache Tomcat 8.0.45 release. [This commit notification would consist of 60 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1800598 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 07:54:22 2017 New Revision: 1800598 URL: http://svn.apache.org/viewvc?rev=1800598=rev Log: Updates (excluding docs) for 8.0.45 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf

svn commit: r20279 - /release/tomcat/tomcat-7/v7.0.78/

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 07:40:45 2017 New Revision: 20279 Log: Remove 7.0.78 Removed: release/tomcat/tomcat-7/v7.0.78/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail:

svn commit: r1800597 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ api/ api/org/apache/catalina/ api/org/apache/catalina/ant/ api/org/apache/catalina/ant/jmx/ api/org/apache/catalina/authenticator/

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 07:37:25 2017 New Revision: 1800597 URL: http://svn.apache.org/viewvc?rev=1800597=rev Log: Update docs for Apache Tomcat 7.0.79 release. [This commit notification would consist of 56 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1800595 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-07-03 Thread violetagg
Author: violetagg Date: Mon Jul 3 07:10:20 2017 New Revision: 1800595 URL: http://svn.apache.org/viewvc?rev=1800595=rev Log: Updates (excluding docs) for 7.0.79 release Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/docs/doap_Tomcat.rdf