Skip to content

Instantly share code, notes, and snippets.

@Reder
Created April 21, 2012 07:09
Show Gist options
  • Save Reder/2435132 to your computer and use it in GitHub Desktop.
Save Reder/2435132 to your computer and use it in GitHub Desktop.
jsp-config
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<el-ignored>false</el-ignored>
<page-encoding>UTF-8</page-encoding>
<scripting-invalid>true</scripting-invalid>
<include-prelude>/jsp/taglib.jsp</include-prelude>
</jsp-property-group>
</jsp-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment