You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/04/26 18:07:45 UTC

[tomcat] branch main updated: Fix typo

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ed253675b Fix typo
9ed253675b is described below

commit 9ed253675b725ae1b61503fdad3fffd1e752e510
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Apr 26 19:07:36 2022 +0100

    Fix typo
---
 webapps/docs/changelog.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 01949d0425..3df044a28f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -138,10 +138,11 @@
         the research into this issue. (markt)
       </fix>
       <scode>
-        Remove the custom UTF-decoder that was introduced to work around various
-        UTF-8 decoding bugs in Java. These issues were fixed in early Java 8
-        releases. Now the minimum Java version is 11, we can be sure that Tomcat
-        will not be running on a JRE where these issues are present. (markt)
+        Remove the custom UTF-8 decoder that was introduced to work around
+        various UTF-8 decoding bugs in Java. These issues were fixed in early
+        Java 8 releases. Now the minimum Java version is 11, we can be sure that
+        Tomcat will not be running on a JRE where these issues are present.
+        (markt)
       </scode>
     </changelog>
   </subsection>


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