Commit Graph

15 Commits

Author SHA1 Message Date
Ben Alex cfc9163e14 Include project.properties in releases. 2004-08-18 05:09:12 +00:00
Ben Alex be37d8292e Make container adapter JARs also include a JBoss dependency. Needed so AutoIntegrationFilter can be loaded via FilterToBeanProxy. 2004-08-04 06:13:50 +00:00
Ben Alex 85d7cbf5a7 Sign JARs of all official releases. 2004-08-01 02:21:19 +00:00
Ben Alex 39b7cc3782 Upgrade to Clover 1.3. 2004-07-13 02:18:54 +00:00
Ben Alex 2c97583f27 Filter to ensure web requests are received over a suitable secure channel. 2004-04-23 08:57:43 +00:00
Colin Sampaleanu 088563c363 make buildtests depend on build, so it works after a clean. 2004-04-22 16:27:32 +00:00
Ben Alex 38835da164 Provide a proxy so filters can be loaded directly from the application context. 2004-04-16 06:31:48 +00:00
Ben Alex dd6b717618 Add new packages to JARs being built. 2004-04-02 12:23:31 +00:00
Ben Alex 4091550764 Modified JUnit tests use "test" as working directory, in order to pick up HSQLDB database files. 2004-03-29 02:51:44 +00:00
Ben Alex 91432bc78b Various changes, mostly related to Clover coverage reports. 2004-03-28 11:28:00 +00:00
Francois Beausoleil 61b657318d * build.xml:
Changed the way the Clover report is generated.
  Used the existing targets, instead of having to maintain two different sets
    of targets to build with or without Clover.
  Changed order of target dependencies for clover.tests so that instrumented
    classes are built before the test classes.
  Removed the separate target folder for instrumented classes.  If a separate
    target folder is used, separate classpaths are required when testing with
    Clover than when not using Clover.

* project.properties:
  Removed the target.clover.dir property definition.
  Updated clover.dbdir to put the DB somewhere safe.
  Set clover.excluded so as not instrument the test classes themselves.
2004-03-23 18:16:40 +00:00
Francois Beausoleil cd2727b85b * build.xml:
Delete generated taglib before making a new one.
2004-03-23 17:44:26 +00:00
Ben Alex 4cef58a290 Add Clover instrumentation. 2004-03-23 02:07:59 +00:00
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
Ben Alex 35fe1e7b73 Initial commit. 2004-03-16 23:57:17 +00:00