Spring Security
Go to file
Francois Beausoleil 48b21524ed * 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.
2004-03-22 16:42:53 +00:00
adapters Initial commit. 2004-03-16 23:57:17 +00:00
core/src * build.xml: 2004-03-22 16:42:53 +00:00
docs Initial commit. 2004-03-16 23:57:17 +00:00
extractor Initial commit. 2004-03-16 23:57:17 +00:00
hsqldb Initial commit. 2004-03-16 23:57:17 +00:00
integration-test Initial commit. 2004-03-16 23:57:17 +00:00
lib Initial commit. 2004-03-16 23:57:17 +00:00
samples Initial commit. 2004-03-16 23:57:17 +00:00
.classpath Initial commit. 2004-03-16 23:57:17 +00:00
.cvsignore Initial commit. 2004-03-16 23:57:17 +00:00
.project Initial commit. 2004-03-16 23:57:17 +00:00
build.xml * build.xml: 2004-03-22 16:42:53 +00:00
changelog.txt Initial commit. 2004-03-16 23:57:17 +00:00
contributors.txt Initial commit. 2004-03-16 23:57:17 +00:00
jalopy.xml Initial commit. 2004-03-16 23:57:17 +00:00
license.txt Initial commit. 2004-03-16 23:57:17 +00:00
project.properties * build.xml: 2004-03-22 16:42:53 +00:00
roadmap.txt Initial commit. 2004-03-16 23:57:17 +00:00