1
0
mirror of synced 2026-05-22 13:23:17 +00:00

* build.xml:

Modified to create an acegi-taglib.jar.

* project.properties:
  Added new property to build acegi-taglib.jar.

* src/net/sf/acegisecurity/taglibs/authz.tld:
  Declare the Acegi Security authz tag library.

* test/net/sf/acegisecurity/taglibs/authz/AuthorizeTagTests.java,
  test/net/sf/acegisecurity/taglibs/authz/AuthorizeTagAttributeTests.java:
  A set of tests that force the creation of a javax.servlet.jsp.Tag
  implementation that authorizes the output of the tag's body if the
  request's principal has or doesn't have certain authorities.

* src/net/sf/acegisecurity/taglibs/authz/AuthorizeTag.java:
  New class.  Implements AuthorizeTagTests and
  AuthorizeTagAttributeTests.
This commit is contained in:
Francois Beausoleil
2004-03-22 16:42:53 +00:00
parent 35fe1e7b73
commit 48b21524ed
6 changed files with 393 additions and 7 deletions
+3
View File
@@ -27,6 +27,9 @@ target.testclasses.dir=${target.dir}/test-classes
# Names of distribution jar files
acegi-security.jar=acegi-security.jar
# Names of distribution jar files
acegi-taglib.jar=acegi-security-taglib.jar
# Name of Zip file containing all project sources
acegi-security-src.zip=acegi-security-src.zip