This is an automated email from the ASF dual-hosted git repository.
violetagg pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 3b6767f Fix typo
3b6767f is described below
commit 3b6767f64347347588e17da9d96282fe90e48a03
Author: Violeta Georgieva <[email protected]>
AuthorDate: Tue Dec 10 13:47:46 2019 +0200
Fix typo
---
webapps/docs/changelog.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 6e31f17..efb9756 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -51,7 +51,7 @@
Remove part of the deprecated Servlet 4 Preview API. Users still
depending on this feature should ideally upgrade to Tomcat 9.0.x. If
upgrade is not possible, application code should cast to the internal
- Tomcat implemenation classes. (markt)
+ Tomcat implementation classes. (markt)
</scode>
</changelog>
</subsection>
@@ -110,7 +110,7 @@
<fix>
<bug>63939</bug>: Correct the same origin check in the CORS filter. An
origin with an explicit default port is now considered to be the same
as
- an origin without a deafult port and origins are now compared in a
+ an origin without a default port and origins are now compared in a
case-sensitive manner as required by the CORS specification. (markt)
</fix>
<fix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]