码迷,mamicode.com
首页 > Web开发 > 详细

web.xml权限配置

时间:2014-05-09 01:44:27      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:java

<security-constraint>
        <web-resource-collection>
            <web-resource-name>myAuth</web-resource-name>
            <url-pattern>/druid/*</url-pattern>
        </web-resource-collection>
        <auth-constraint>
            <role-name>manager-gui</role-name>
        </auth-constraint>
    </security-constraint>

    <login-config>
        <auth-method>BASIC</auth-method>
        <realm-name>druid</realm-name>
    </login-config>


auth-method 有:BASIC,FORM 

如果是BASIC则默认的,FORM的还需配置login.jsp与error.jsp

web.xml权限配置,布布扣,bubuko.com

web.xml权限配置

标签:java

原文地址:http://blog.csdn.net/sc_jelly/article/details/25312277

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!