This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit caf2795d58514faa4dfa01a0f429ae693f453161 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Nov 30 11:58:43 2019 +0000 Update changelog --- webapps/docs/changelog.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 9aa33be..c8e8116 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -67,11 +67,12 @@ <code>TestAsyncContextStateChanges</code> test that caused it to hang indefinitely. (markt) </fix> - <add> - Add the ability to set and display session attributes in the JSP FORM - authentication example to demonstrate session persistence across - restarts for authenticated sessions. (markt) - </add> + <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 + case-sensitive manner as required by the CORS specification. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> @@ -84,6 +85,15 @@ </fix> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <add> + Add the ability to set and display session attributes in the JSP FORM + authentication example to demonstrate session persistence across + restarts for authenticated sessions. (markt) + </add> + </changelog> + </subsection> <subsection name="Other"> <changelog> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org