
Originally Posted by
Ben Alex
It's already done and in CVS. I'd suggest you do a checkout from CVS and take a look at the Contacts Sample application, which now uses ACL security entirely. It uses the new ACL taglib.
Ben means taglib authz with .tld file located in ACEGISECURITY_HOME\core\src\main\resources\net\sf\ acegisecurity\taglibs.
But Ben, isn't necessary to add taglib declaration in web.xml? i.e.
Code:
<taglib>
<taglib-uri>/tags/authz</taglib-uri>
<taglib-location>/WEB-INF/tld/authz.tld</taglib-location>
</taglib>
I can't find such code neither in web.xml for ca, nor for cas, so I add it and change corresponding code in include.jsp