摘要: 1. IP web.xml下加入 <security-constraint> <web-resource-collection> <url-pattern>/*</url-pattern> </web-resource-collection> <ip-constraint> <allow>ip</allow> </ip-constraint> </security-constraint>2. user <authenticator type="com.cauc 阅读全文
posted @ 2012-09-14 14:11 haohao_jk 阅读(452) 评论(0) 推荐(0)