Content Server 7.6.2 extra white space in source code
Hi
We are using Content Server 7.6.2 and we want to remove the extra white space that gets generated in the source code of the file. This appears when we view the source code of the webpage. I did some research and found that this is a JSP feature that by default preserves the white space.
However, on the server side makes the size of the file large and thus add extra burden on the network. I want to remove the white space form the source code.
I found that if I change the web-app version to 2.5 and ad the following in the web.xml then the white space would be removed but it is not doing anything.