[GitHub] [tomcat] martin-g commented on a change in pull request #351: Remove White Spaces from the JSP files

2020-09-25 Thread GitBox
martin-g commented on a change in pull request #351: URL: https://github.com/apache/tomcat/pull/351#discussion_r494077383 ## File path: java/org/apache/jasper/compiler/NewlineReductionServletWriter.java ## @@ -0,0 +1,41 @@ +package org.apache.jasper.compiler; + +import

[GitHub] [tomcat] martin-g commented on a change in pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
martin-g commented on a change in pull request #351: URL: https://github.com/apache/tomcat/pull/351#discussion_r494079321 ## File path: java/org/apache/jasper/compiler/Generator.java ## @@ -2095,6 +2101,20 @@ public void visit(Node.JspElement n) throws JasperException {

[GitHub] [tomcat] martin-g commented on a change in pull request #351: Remove White Spaces from the JSP files

2020-09-24 Thread GitBox
martin-g commented on a change in pull request #351: URL: https://github.com/apache/tomcat/pull/351#discussion_r494077383 ## File path: java/org/apache/jasper/compiler/NewlineReductionServletWriter.java ## @@ -0,0 +1,41 @@ +package org.apache.jasper.compiler; + +import

[GitHub] [tomcat] martin-g commented on a change in pull request #351: Remove White Spaces from the JSP files

2020-09-03 Thread GitBox
martin-g commented on a change in pull request #351: URL: https://github.com/apache/tomcat/pull/351#discussion_r483001907 ## File path: java/org/apache/jasper/EmbeddedServletOptions.java ## @@ -84,6 +84,11 @@ */ private boolean classDebugInfo = true; +/** +