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 2020/02/05 21:30:59 UTC

[tomcat] branch 8.5.x updated (03c4361 -> b9eb876)

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

markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.


    from 03c4361  Refactor secret check
     new 92d0da1  Fix typo
     new b9eb876  Missing credit

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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


[tomcat] 01/02: Fix typo

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 92d0da1b7d2dea3415f3fd1e95cb29677f4c1e4e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 5 21:21:34 2020 +0000

    Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b640408..1daf575 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -234,7 +234,7 @@
     <changelog>
       <fix>
         <bug>64000</bug>: In the examples web application, where a Servlet
-        example includes ii18n support, the Locale used should be based on the
+        example includes i18n support, the Locale used should be based on the
         request locale and not the server locale. (markt)
       </fix>
       <add>


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


[tomcat] 02/02: Missing credit

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b9eb8768b084e7c027ef0fde2ef95197540de9eb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 5 21:23:12 2020 +0000

    Missing credit
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1daf575..63f7c6a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -141,7 +141,7 @@
       <fix>
         Fix a problem that meant that remote host, address and port information
         could be missing in the access log for an HTTP/2 request where the
-        connection was closed unexpectely.
+        connection was closed unexpectely. (markt)
       </fix>
     </changelog>
   </subsection>


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