Author: kkolinko
Date: Fri Jun 18 13:16:32 2021
New Revision: 1890894

URL: http://svn.apache.org/viewvc?rev=1890894&view=rev
Log:
Add a warning about regressions in Jasper.

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1890894&r1=1890893&r2=1890894&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri Jun 18 13:16:32 2021
@@ -75,7 +75,10 @@ migration tool for Jakarta EE tool</a> w
 <li>Improve robustness of HTTP/2 HPACK decoding</li>
 <li>Improvements to the handling of the Transfer-Encoding header</li>
 <li>Review code used to generate Java source from JSPs and tags and remove code
-    found to be unnecessary.</li>
+    found to be unnecessary.<br>
+    <b>Warning:</b> Please test that all your JSP pages are compiled 
successfully.
+    There are known regressions caused by this change, to be fixed in the next 
release.
+    See bugs <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65387";>65387</a>, <a 
href="https://bz.apache.org/bugzilla/show_bug.cgi?id=65390";>65390</a>.</li>
 </ul>
 <p>
 Full details of these changes, and all the other changes, are available in the

Modified: tomcat/site/trunk/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1890894&r1=1890893&r2=1890894&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Fri Jun 18 13:16:32 2021
@@ -96,7 +96,10 @@ migration tool for Jakarta EE tool</a> w
 <li>Improve robustness of HTTP/2 HPACK decoding</li>
 <li>Improvements to the handling of the Transfer-Encoding header</li>
 <li>Review code used to generate Java source from JSPs and tags and remove code
-    found to be unnecessary.</li>
+    found to be unnecessary.<br/>
+    <b>Warning:</b> Please test that all your JSP pages are compiled 
successfully.
+    There are known regressions caused by this change, to be fixed in the next 
release.
+    See bugs <bug>65387</bug>, <bug>65390</bug>.</li>
 </ul>
 <p>
 Full details of these changes, and all the other changes, are available in the



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

Reply via email to