Fórum

StripFilter :Remove blank lines from the generated response

Raghu teja, modificado 9 Anos atrás.

StripFilter :Remove blank lines from the generated response

Junior Member Postagens: 61 Data de Entrada: 10/03/11 Postagens Recentes
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?