compress-html-template is not working in WebLogic
Hi,
We have trimDirectiveWhiteSpaces all our JSP pages and this is reducing the content size. But, this is not helping much since it only removed empty lines.
<%@ tag language="java" trimDirectiveWhitespaces="true" %>
Our JSP page content is so large and it attributes to performance issues. So, we need trim all the whitespaces (more like minify on JS/CSS) and we tried using "compress-html-template" in weblogic.xml. As per documentation, this should remove the spaces and new lines between HTML tags and thus it should make the content to be single line. But, this is not working for us and I'm wondering if this a bug. Does this work for anyone?