<!--
不允許訪問的文件以及文件夾
-->
<
security-constraint
>
<
display-name
>
Tomcat Server Configuration Security Constraint
</
display-name
>
<
web-resource-collection
>
<
web-resource-name
>
Protected Area
</
web-resource-name
>
<
url-pattern
>
/freeMarker/*
</
url-pattern
>
</
web-resource-collection
>
<
auth-constraint
>
<
role-name
>
admin
</
role-name
>
</
auth-constraint
>
</
security-constraint
>