svn commit: r1795408 - /tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java

2017-05-17 Thread remm
Author: remm
Date: Wed May 17 07:40:32 2017
New Revision: 1795408

URL: http://svn.apache.org/viewvc?rev=1795408&view=rev
Log:
Tab

Modified:
tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java?rev=1795408&r1=1795407&r2=1795408&view=diff
==
--- tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java 
(original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/EncodingDetector.java Wed May 
17 07:40:32 2017
@@ -44,7 +44,7 @@ class EncodingDetector {
 
 
 EncodingDetector(BufferedInputStream bis) throws IOException {
-   // Buffer is 1k. BOM is only 4 bytes.
+// Buffer is 1k. BOM is only 4 bytes.
 bis.mark(4);
 
 BomResult bomResult = processBom(bis);



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



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

2017-05-17 Thread violetagg
Author: violetagg
Date: Wed May 17 14:23:04 2017
New Revision: 1795417

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

Modified:
tomcat/site/trunk/build.properties.default
tomcat/site/trunk/docs/doap_Tomcat.rdf
tomcat/site/trunk/docs/download-80.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/migration-8.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-80.xml
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/migration-8.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=1795417&r1=1795416&r2=1795417&view=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed May 17 14:23:04 2017
@@ -38,7 +38,7 @@ tomcat.loc=http://www.apache.org/dist/to
 # - Tomcat versions -
 tomcat60=6.0.53
 tomcat70=7.0.77
-tomcat80=8.0.43
+tomcat80=8.0.44
 tomcat85=8.5.15
 tomcat90=9.0.0.M21
 

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1795417&r1=1795416&r2=1795417&view=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Wed May 17 14:23:04 2017
@@ -67,8 +67,8 @@
 
   
 Latest Stable 8.0.x Release
-2017-04-02
-8.0.43
+2017-05-16
+8.0.44
   
 
 

Modified: tomcat/site/trunk/docs/download-80.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1795417&r1=1795416&r2=1795417&view=diff
==
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Wed May 17 14:23:04 2017
@@ -231,7 +231,7 @@
 
 
 [define v]8.5.15[end]
-[define w]8.0.43[end]
+[define w]8.0.44[end]
 https://www.apache.org/dist/tomcat/tomcat-8/KEYS";>KEYS |
 [v] |
 [w] |

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1795417&r1=1795416&r2=1795417&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed May 17 14:23:04 2017
@@ -253,6 +253,42 @@ project logo are trademarks of the Apach
 
 
 
+
+2017-05-16 Tomcat 8.0.44 Released
+
+
+
+The Apache Tomcat Project is proud to announce the release of version 8.0.44
+of Apache Tomcat. Apache Tomcat 8.0.44 includes fixes for issues identified in
+8.0.43 as well as other enhancements and changes. The notable changes
+compared to 8.0.43 include:
+
+
+
+Various improvements to the handling of static custom error pages
+
+Update to Eclipse JDT Compiler 4.6.3
+
+Review those places where Tomcat re-encodes a URI or URI component and
+ensure that the correct encoding is consistently applied.
+
+
+
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 8
+changelog.
+
+
+
+
+
+Download
+
+
+
+
 
 2017-05-10 Tomcat 8.5.15 Released
 
@@ -352,30 +388,6 @@ Apache Tomcat 6.0.51.
 
 
 
-
-
-2017-04-02 Tomcat 8.0.43 Released
-
-
-
-The Apache Tomcat Project is proud to announce the release of version 8.0.43
-of Apache Tomcat. Apache Tomcat 8.0.43 includes fixes for issues identified in
-8.0.42 as well as other enhancements and changes.
-
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 8
-changelog.
-
-
-
-
-
-Download
-
-
-
 
 
 2017-04-02 Tomcat 7.0.77 Released

Modified: tomcat/site/trunk/docs/migration-8.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1795417&r1=1795416&r2=1795417&view=diff
==
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Wed May 17 14:23:04 2017
@@ -816,7 +816,8 @@ of Apache Tomcat.
   "8.0.39":"1768639",
   "8.0.41":"1779395",
   "8.0.42":"1786068",
-  "8.0.43":"1789153"
+  "8.0.43":"1789153",
+  "8.0.44":"1794740"
 };
 
 formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/"; +
@@ -880,8 +881,9 @@ of Apache Tomcat.
 8.0.38
 8.0.39
 8.0.41
-8.0.42
-8.0.43
+8.0.42
+8.0.43
+8.0.44
 , new version:
 
 8.0.0-RC1
@@ -918,7 +920,8 @@ of Apache Tomcat.
 8.0.39
 8.0.41
 8.0.42
-8.0.43
+ 

svn commit: r1795420 - 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-05-17 Thread violetagg
Author: violetagg
Date: Wed May 17 14:40:54 2017
New Revision: 1795420

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


[This commit notification would consist of 60 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: r1795423 - in /tomcat/site/trunk: ./ docs/ xdocs/

2017-05-17 Thread violetagg
Author: violetagg
Date: Wed May 17 14:52:58 2017
New Revision: 1795423

URL: http://svn.apache.org/viewvc?rev=1795423&view=rev
Log:
Updates (excluding docs) for 7.0.78 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=1795423&r1=1795422&r2=1795423&view=diff
==
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Wed May 17 14:52:58 2017
@@ -37,7 +37,7 @@ tomcat.loc=http://www.apache.org/dist/to
 
 # - Tomcat versions -
 tomcat60=6.0.53
-tomcat70=7.0.77
+tomcat70=7.0.78
 tomcat80=8.0.44
 tomcat85=8.5.15
 tomcat90=9.0.0.M21

Modified: tomcat/site/trunk/docs/doap_Tomcat.rdf
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/doap_Tomcat.rdf?rev=1795423&r1=1795422&r2=1795423&view=diff
==
--- tomcat/site/trunk/docs/doap_Tomcat.rdf (original)
+++ tomcat/site/trunk/docs/doap_Tomcat.rdf Wed May 17 14:52:58 2017
@@ -74,8 +74,8 @@
 
   
 Latest Stable 7.0.x Release
-2017-04-02
-7.0.77
+2017-05-16
+7.0.78
   
 
 

Modified: tomcat/site/trunk/docs/download-70.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-70.html?rev=1795423&r1=1795422&r2=1795423&view=diff
==
--- tomcat/site/trunk/docs/download-70.html (original)
+++ tomcat/site/trunk/docs/download-70.html Wed May 17 14:52:58 2017
@@ -230,7 +230,7 @@
 Quick Navigation
 
 
-[define v]7.0.77[end]
+[define v]7.0.78[end]
 https://www.apache.org/dist/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=1795423&r1=1795422&r2=1795423&view=diff
==
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Wed May 17 14:52:58 2017
@@ -253,6 +253,39 @@ project logo are trademarks of the Apach
 
 
 
+
+2017-05-16 Tomcat 7.0.78 Released
+
+
+
+The Apache Tomcat Project is proud to announce the release of version 7.0.78 of
+Apache Tomcat. This release contains a number of bug fixes and improvements
+compared to version 7.0.77. The notable changes compared to 7.0.77 include:
+
+
+
+
+Various improvements to the handling of static custom error pages
+
+Review those places where Tomcat re-encodes a URI or URI component and
+ensure that the correct encoding is consistently applied.
+
+
+
+
+
+Full details of these changes, and all the other changes, are available in the
+Tomcat 7 
changelog.
+
+
+
+
+
+Download
+
+
+
+
 
 2017-05-16 Tomcat 8.0.44 Released
 
@@ -388,30 +421,6 @@ Apache Tomcat 6.0.51.
 
 
 
-
-
-2017-04-02 Tomcat 7.0.77 Released
-
-
-
-The Apache Tomcat Project is proud to announce the release of version 7.0.77 of
-Apache Tomcat. This release contains a number of bug fixes and improvements
-compared to version 7.0.76.
-
-
-
-
-Full details of these changes, and all the other changes, are available in the
-Tomcat 7 
changelog.
-
-
-
-
-
-Download
-
-
-
 
 
 2017-02-21 Tomcat Native 1.2.12 
Released

Modified: tomcat/site/trunk/docs/migration-7.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1795423&r1=1795422&r2=1795423&view=diff
==
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Wed May 17 14:52:58 2017
@@ -1108,7 +1108,8 @@ of Apache Tomcat.
   "7.0.73":"1768587",
   "7.0.75":"1779379",
   "7.0.76":"1786169",
-  "7.0.77":"1789168"
+  "7.0.77":"1789168",
+  "7.0.78":"1794730"
 };
 
 formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/"; +
@@ -1191,8 +1192,9 @@ of Apache Tomcat.
 7.0.72
 7.0.73
 7.0.75
-7.0.76
-7.0.77
+7.0.76
+7.0.77
+7.0.78
 , new version:
 
 7.0.0
@@ -1248,7 +1250,8 @@ of Apache Tomcat.
 7.0.73
 7.0.75
 7.0.76
-7.0.77
+7.0.77
+7.0.78
 trunk (unreleased)
 
 

Modified: tomc

svn commit: r1795430 - 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-05-17 Thread violetagg
Author: violetagg
Date: Wed May 17 16:02:09 2017
New Revision: 1795430

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


[This commit notification would consist of 56 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: r19715 - /release/tomcat/tomcat-7/v7.0.77/

2017-05-17 Thread violetagg
Author: violetagg
Date: Wed May 17 16:11:21 2017
New Revision: 19715

Log:
Remove 7.0.77

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


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



[ANN] Apache Tomcat 7.0.78 released

2017-05-17 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.78.

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.77. The notable changes since 7.0.77 include:


- Various improvements to the handling of static custom error pages

- Review those places where Tomcat re-encodes a URI or URI component
  and ensure that the correct encoding is consistently applied.


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

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


svn commit: r19716 - /release/tomcat/tomcat-8/v8.0.43/

2017-05-17 Thread violetagg
Author: violetagg
Date: Wed May 17 16:23:59 2017
New Revision: 19716

Log:
Remove 8.0.43

Removed:
release/tomcat/tomcat-8/v8.0.43/


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



[ANN] Apache Tomcat 8.0.44 released

2017-05-17 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.0.44.

Please note that Tomcat 8.x users should normally be using 8.5.x
releases in preference to 8.0.x releases.

Apache Tomcat 8.0 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language and Java
WebSocket technologies.

Apache Tomcat 8.0.44 includes fixes for issues identified in 8.0.43 as
well as other enhancements and changes. The notable changes since
8.0.43 include:


- Various improvements to the handling of static custom error pages

- Update to Eclipse JDT Compiler 4.6.3

- Review those places where Tomcat re-encodes a URI or URI component
  and ensure that the correct encoding is consistently applied.


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

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

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

Enjoy

The Apache Tomcat team


Tomcat 6 EOL notice

2017-05-17 Thread Josh Soref
A client of my employers wanted to know how much life our chosen
application hosting platform has left.

I found Mark's email [1] which suggested tomcat 6 eol [2]. That page says:
> The Apache Tomcat team announces that support for Apache Tomcat 6.0.x will 
> end on 31 December 2016.
> Three months later (i.e. after 30 March 2017)
[ long list of things that haven't happened ]

I did a quick check and re-discovered the latest 6.0 release [3]:
> Version 6.0.53, Apr 2 2017

(I was actually subscribed to the ML at that time.)

I understand that it's impossible to fully predict EOL (Windows XP
just got an update even though it's supposed to be mostly buried...).
It seems to me that it might be helpful if the 6 EOL notice [2] were
updated to at least mention that there was a release in April which
means that the EOL won't be until July, and that people should check
[3] and add three months to get a better sense of when the other items
in the page might trigger.

That said. My original question in case someone has an answer is:
what's a distant date I can reasonably tell someone else that tomcat
7.0 will still be supported?

The document I'm working from suggests 2018, but [1] mentioned 2020.

(I hope we'll be able to at least move to 7.5 as opposed to 7.0, but
I'm not the person responsible for application development, so I'm not
really in a position to guarantee any such change...)

Thanks.

[1] http://marc.info/?l=tomcat-user&m=144774572025583&w=2#1
[2] http://tomcat.apache.org/tomcat-60-eol.html
[3] http://tomcat.apache.org/tomcat-6.0-doc/changelog.html

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