Skip to content

Instantly share code, notes, and snippets.

@toddmotto
Created April 29, 2013 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save toddmotto/5481116 to your computer and use it in GitHub Desktop.
Save toddmotto/5481116 to your computer and use it in GitHub Desktop.
Remove whitespace from Java includes/tags
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
</jsp-config>
@toddmotto
Copy link
Author

Add this to web.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment