tomcat 5.X與tomcat 6.X去掉JSP源碼空行

來源:互聯網
上載者:User

標籤:http   tar   com   get   cti   代碼   

你在用戶端用view source看JSP產生的代碼時,會發現有很多空行,他們是由<%...%>後的斷行符號換行而產生的,也就是說每一行由<%...%>包括的JSP代碼到用戶端都成為一個空行,儘管不影響閱讀,但仍是期望能把他們刪掉

 

方法如下:(網上收集整理)

 

1. 撐持JSP 2.1+ ,在每個要去空行的頁面裡包括下面代碼:

 

  

 

 <%@ page trimDirectiveWhitespaces="true" %><%@ page trimDirectiveWhitespaces="true" %>

 

 

在 Tomcat 6.0.14下測驗成功

 

2. 撐持servlet 2.5+, 即 web.xml的 XSD版本為2.5,在web.xml中參加如下代碼

 

  

 

 

 

 

 

 

tomcat 5.X與tomcat 6.X去掉JSP源碼空格 - 不信 - 不信∮的部落格        *.jsp

 

tomcat 5.X與tomcat 6.X去掉JSP源碼空格 - 不信 - 不信∮的部落格        true

 

 

 

 

tomcat 5.X與tomcat 6.X去掉JSP源碼空格 - 不信 - 不信∮的部落格在tomcat 6.0.14下測驗成功

 

3. Tomcat 5.5.x+,在Tomcat裝置目錄/conf/web.xml中找到名叫"jsp"的servlet,增加下面一段代碼:

 

 

 wstudio-debugger-tomcat6

 org.apache.jasper.servlet.JspServlet

 

   suppressSmap

   true

 

 

   trimSpaces

   true

 

 3

 

 

 wstudio-debugger-tomcat6

 *.jsp

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.