Just so everyone one knows what compressHTML does:
It strips unnecessary whitespace from the HTML output. It is NOT the same thing as gzipped HTTP 1.1
compression.
I originally proposed the compressHTML feature to help reduce the amount of markup travelling over
dial-up lines. At the time there was some debate as to whether it would produce any noticable
difference - that's why it is OFF by default.
-Adrian
Jacques Le Roux wrote:
Hi all,
I commited recently (in trunk revision: 594042) a patch from Adrian. I then
asked in the corresponding Jira issue
https://issues.apache.org/jira/browse/OFBIZ-1318
<<I just wondered if we should not use the compressHTML by default (ON) from a
property in general.properties ?>>
I know it's very minor, but maybe we should, WDYT ?
Thanks
Jacques