Created
March 17, 2013 19:51
-
-
Save EudesSilva/5183326 to your computer and use it in GitHub Desktop.
Bloqueia o acesso as páginas xhtml puras, sem processamento.
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
<!-- Bloqueia o acesso à arquivos xhtml --> | |
<security-constraint> | |
<web-resource-collection> | |
<web-resource-name>xhtml files</web-resource-name> | |
<url-pattern>*.xhtml</url-pattern> | |
</web-resource-collection> | |
<auth-constraint/> | |
</security-constraint> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment