Created
June 13, 2014 07:13
-
-
Save nestoru/7cf95cee0a124d3ef75b to your computer and use it in GitHub Desktop.
Avoid validation of taglib schema in resin app server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WEB-INF/resin-web.xml: | |
<pre> | |
<web-app xmlns="http://caucho.com/ns/resin"> | |
<jsp validate-taglib-schema='false'/> | |
</web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment