[GitHub] [tomcat] markt-asf opened a new pull request #379: Fix BZ 64080 - graceful close

2020-11-24 Thread GitBox


markt-asf opened a new pull request #379:
URL: https://github.com/apache/tomcat/pull/379


   Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=64080
   
   Doing this via a PR to give folks a chance to review the changes first



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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

2020-11-24 Thread violetagg
Author: violetagg
Date: Tue Nov 24 13:40:53 2020
New Revision: 1883785

URL: http://svn.apache.org/viewvc?rev=1883785&view=rev
Log:
Updates (excluding docs) for 7.0.107 release

Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-70.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-7.html
tomcat/site/trunk/docs/oldnews.html
tomcat/site/trunk/docs/whichversion.html
tomcat/site/trunk/xdocs/doap_Tomcat.rdf
tomcat/site/trunk/xdocs/download-70.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-7.xml
tomcat/site/trunk/xdocs/oldnews.xml
tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1883785&r1=1883784&r2=1883785&view=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Tue Nov 24 13:40:53 2020
@@ -36,7 +36,7 @@ tomcat.loc=https://downloads.apache.org/
 
 
 # - Tomcat versions -
-tomcat70=7.0.106
+tomcat70=7.0.107
 tomcat85=8.5.60
 tomcat90=9.0.40
 tomcat100=10.0.0-M10

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1883785&r1=1883784&r2=1883785&view=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Tue Nov 24 13:40:53 2020
@@ -74,8 +74,8 @@
 
   
 Latest Stable 7.0.x Release
-2020-09-20
-7.0.106
+2020-11-23
+7.0.107
   
 
 

Modified: tomcat/site/trunk/docs/download-70.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-70.html?rev=1883785&r1=1883784&r2=1883785&view=diff
==
--- tomcat/site/trunk/docs/download-70.html (original)
+++ tomcat/site/trunk/docs/download-70.html Tue Nov 24 13:40:53 2020
@@ -12,7 +12,7 @@
 
   Quick Navigation
 
-[define v]7.0.106[end]
+[define v]7.0.107[end]
 https://downloads.apache.org/tomcat/tomcat-7/KEYS";>KEYS |
 [v] |
 Browse |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1883785&r1=1883784&r2=1883785&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Nov 24 13:40:53 2020
@@ -28,6 +28,28 @@ wiki page.
 Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat
 project logo are trademarks of the Apache Software Foundation.
 
+2020-11-23 Tomcat 7.0.107 Released
+
+The Apache Tomcat Project is proud to announce the release of version 7.0.107 
of
+Apache Tomcat. This release contains a number of bug fixes and improvements
+compared to version 7.0.106.
+
+Ensure that none of the methods on a ServletContext instance always
+fail when running under a SecurityManager. Pull request provided by
+Kyle Stiemann.
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 7 
changelog.
+
+
+Note: End of life date for Apache Tomcat 7.0.x is 
announced.
+Read more...
+
+
+
+https://tomcat.apache.org/download-70.cgi";>Download
+
 2020-11-17 Tomcat 9.0.40 Released
 
 The Apache Tomcat Project is proud to announce the release of version 9.0.40
@@ -99,29 +121,6 @@ Full details of these changes, and all t
 
 https://tomcat.apache.org/download-10.cgi";>Download
 
-2020-09-20 Tomcat 7.0.106 Released
-
-The Apache Tomcat Project is proud to announce the release of version 7.0.106 
of
-Apache Tomcat. This release contains a number of bug fixes and improvements
-compared to version 7.0.105.
-
-Add support for a read idle timeout and a write idle timeout to the
-WebSocket session via custom properties in the user properties instance
-associated with the session. Based on a pull request by sakshamverma.
-Update the packaged version of the Tomcat Native Library to 1.2.25
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 7 
changelog.
-
-
-Note: End of life date for Apache Tomcat 7.0.x is 
announced.
-Read more...
-
-
-
-https://tomcat.apache.org/download-70.cgi";>Download
-
 2020-09-03 Tomcat Native 1.2.25 Released
 
 The Apache Tomcat Project is proud to announce the release of version 1.2.25 of

Modified: tomcat/site/trunk/docs/migration-7.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1883785&r1=1883784&r2=1883785&view=diff
==
--- tomcat/site/trunk/docs/migration-7.html (ori

svn commit: r1883786 - in /tomcat/site/trunk/docs/tomcat-7.0-doc: ./ annotationapi/ annotationapi/javax/annotation/ annotationapi/javax/annotation/security/ annotationapi/javax/annotation/sql/ api/ ap

2020-11-24 Thread violetagg
Author: violetagg
Date: Tue Nov 24 13:52:09 2020
New Revision: 1883786

URL: http://svn.apache.org/viewvc?rev=1883786&view=rev
Log:
Update docs for Apache Tomcat 7.0.107 release.


[This commit notification would consist of 394 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



svn commit: r44663 - /release/tomcat/tomcat-7/v7.0.106/

2020-11-24 Thread violetagg
Author: violetagg
Date: Tue Nov 24 14:01:16 2020
New Revision: 44663

Log:
Remove 7.0.106

Removed:
release/tomcat/tomcat-7/v7.0.106/


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[ANN] Apache Tomcat 7.0.107 released

2020-11-24 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.107.

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 improvements compared to
version 7.0.106. The notable changes since 7.0.106 include:


- Ensure that none of the methods on a ServletContext instance always
  fail when running under a SecurityManager. Pull request provided by
  Kyle Stiemann.


Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

Apache Tomcat website:
http://tomcat.apache.org

Downloads:
http://tomcat.apache.org/download-70.cgi

Migration guides from Apache Tomcat 5.5.x and 6.0.x:
http://tomcat.apache.org/migration.html

Enjoy

The Apache Tomcat team