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 f6a46f38bd Add a changelog entry f6a46f38bd is described below commit f6a46f38bd66a868058a03e1d41303c54cfc9efe Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Feb 3 13:05:37 2023 +0000 Add a changelog entry --- webapps/docs/changelog.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index e3dce2df61..a253d54d72 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -160,6 +160,11 @@ previous behavior following the removal of Java 9+ reflection code which caught the ISE. (remm) </fix> + <fix> + Refactor uses of <code>String.replaceAll()</code> to use + <code>String.replace()</code> where regular expressions where not being + used. Pull request <pr>581</pr> provided by Andrei Briukhov. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org