Created
June 13, 2014 07:13
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