Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.1 EE SP5 (5.1.8), 5.2 EE SP4 (5.2.8) , 6.0 EE (6.0.10)
-
Resin and Windows
Description
Currently, the copyright comments in JSPs look like:
<%
/**
....
*/
%>
That means the generated servlet will also have the copyright comment. This is a problem for some OS's and app servers because the servlet gets physically too big (Resin and Windows).
To address this issue, the copyright comment has been changed to
<%--
....
--%>
Attachments
Issue Links
- is related to
-
LPS-12687 Change all JSP copyrights from Java comments to JSP comments to save on generated Servlet
- Closed