留言板

StripFilter :Remove blank lines from the generated response

Raghu teja,修改在9 年前。

StripFilter :Remove blank lines from the generated response

Junior Member 帖子: 61 加入日期: 11-3-10 最近的帖子
Hi,

Liferay provides a feature to remove blank lines from the generated response. so liferay implemented a fliter as follows,

#
# The strip filter will remove blank lines from the outputted content. This
# will speed up page rendering for users that are on dial up.
#
com.liferay.portal.servlet.filters.strip.StripFilter=true


But for performance perceptive it increases processing on the Liferay Portal server for every request. So liferay recommend to remove blank lines from the compiled JSP files by using the Tomcat server configuration.

So anyone has configured in Tomcat server by disabling strip fliter?