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
The following commit(s) were added to refs/heads/8.5.x by this push: new 9f0198d408 Fix BZ 66008 - clarify trimSpaces docs 9f0198d408 is described below commit 9f0198d408b1fb01567bd1fcbdd4c4c62e4af690 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Apr 28 19:50:09 2022 +0100 Fix BZ 66008 - clarify trimSpaces docs --- webapps/docs/changelog.xml | 9 +++++++++ webapps/docs/jasper-howto.xml | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index ed9063ff7b..56f6bd0991 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -145,6 +145,15 @@ </fix> </changelog> </subsection> + <subsection name="Webapps"> + <changelog> + <fix> + <bug>66008</bug>: In the documentation web application, remove the + recommendation for the use the <code>trimSpaces</code> option for Jasper + in production environments. (markt) + </fix> + </changelog> + </subsection> </section> <section name="Tomcat 8.5.78 (markt)" rtext="2022-04-01"> <subsection name="Catalina"> diff --git a/webapps/docs/jasper-howto.xml b/webapps/docs/jasper-howto.xml index 6fdd4e712a..e7381cedc6 100644 --- a/webapps/docs/jasper-howto.xml +++ b/webapps/docs/jasper-howto.xml @@ -258,8 +258,6 @@ char arrays, set this to <code>true</code>.</li> <li><strong>modificationTestInterval</strong> - If development has to be set to <code>true</code> for any reason (such as dynamic generation of JSPs), setting this to a high value will improve performance a lot.</li> -<li><strong>trimSpaces</strong> - To remove useless bytes from the response, -set this to <code>true</code>.</li> </ul> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org