Skip to content

Instantly share code, notes, and snippets.

@andreban
Created December 12, 2013 18:48
Show Gist options
  • Save andreban/7933269 to your computer and use it in GitHub Desktop.
Save andreban/7933269 to your computer and use it in GitHub Desktop.
Enabling trim white spaces on web.xml!
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment