tomcat trim 空格
tomcat trim white spaces
我正在使用 tomcat 8 并且必须遵循 Web 应用程序构造中应用程序 web.xml 中的指令,但空格没有被修剪。有什么问题或如何调试吗?
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config>
所以本机 trim-directive-whitespaces 指令似乎不起作用,但这个库可以。它还会删除 HTML 条评论。
我正在使用 tomcat 8 并且必须遵循 Web 应用程序构造中应用程序 web.xml 中的指令,但空格没有被修剪。有什么问题或如何调试吗?
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config>
所以本机 trim-directive-whitespaces 指令似乎不起作用,但这个库可以。它还会删除 HTML 条评论。