kamnani opened a new pull request #347:
URL: https://github.com/apache/tomcat/pull/347


   The changes enables the compiler to remove excess white spaces and new lines 
from the JSP files & thus reduce the JVM metadata.
   
   This can be controlled by providing context init params inside `web.xml` 
file. For Example: 
   
   <web-app>
   <context-param>
       <param-name>JSPWhiteSpaceTrimming</param-name>
       <param-value>true</param-value>
   </context-param> 
   </web-app>
   
   By Default this remains false, and thus the source JSP files will not 
reflect any changes compared to the previous builds.
   
   Note: 
   1 ) The changes do not affect to the <pre></pre> tags, to protect the 
behavioral changes on the tag. 
   2 ) This change is for Tomcat 9 Version. 
   3 ) Link to previous PR: https://github.com/apache/tomcat/pull/331
   
   If any official documentation is required, can you attach the links on the 
PR? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to