Skip to content

Instantly share code, notes, and snippets.

@RitterHou
Last active November 26, 2016 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RitterHou/3274f1b0f71f72877a74f8cf0f490892 to your computer and use it in GitHub Desktop.
Save RitterHou/3274f1b0f71f72877a74f8cf0f490892 to your computer and use it in GitHub Desktop.

web.xml 上加上(servlet 2.5 以上):

<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