Commit Graph

11774 Commits

Author SHA1 Message Date
Ben Alex 7eefbd3bb2 Update to use contextConfigLocation. 2004-04-09 05:41:42 +00:00
Colin Sampaleanu 6c26e79a0f change AuthenticationProcessingFilter and SecurityEnforcementFilter to use Spring's WebApplicationContextUtils by defualt to find their config context. 2004-04-09 02:44:17 +00:00
Ben Alex 7bb4f14849 Update for version 0.4. 2004-04-03 05:49:36 +00:00
Ben Alex 1fafde9cbb Update for version 0.4. 2004-04-03 05:37:20 +00:00
Ben Alex b1a3f8b182 Provide authentication failure reason to user. 2004-04-03 05:35:40 +00:00
Ben Alex c9a389e1ea Add case insensitive command. 2004-04-03 05:34:18 +00:00
Francois Beausoleil 07e9652ce1 * docs/reference/src/index.xml:
Fleshed out the taglib reference section.
2004-04-02 21:12:25 +00:00
Francois Beausoleil ea0e6b2577 * test/net/sf/acegisecurity/taglibs/authz/AuthorizeTagAttributeTests.java,
src/net/sf/acegisecurity/taglibs/authz/AuthorizeTag.java:
  Added three new tests to assert that whitespace is ignored in the
  attribute's content.
2004-04-02 20:59:16 +00:00
Ben Alex fb753bde38 Initial commit. 2004-04-02 12:30:05 +00:00
Ben Alex c0364f6bb8 Remove JDBC authentication tests from to-do list. 2004-04-02 12:24:36 +00:00
Ben Alex 0a62c4e35a Add reference to Ant-Contrib project. 2004-04-02 12:23:47 +00:00
Ben Alex dd6b717618 Add new packages to JARs being built. 2004-04-02 12:23:31 +00:00
Ben Alex eefc6b1bd5 Add Jakarta ORO to classpath. 2004-04-02 12:22:20 +00:00
Ben Alex 1b1d119836 Modifications consistent with changes to the objects being tested. 2004-04-02 12:20:41 +00:00
Ben Alex a278db8df9 Functionality moved to new tests or mocks. 2004-04-02 12:18:58 +00:00
Ben Alex eaffc00fc4 Initial commit. 2004-04-02 12:16:39 +00:00
Ben Alex 852cea437c Reflect new secure object API, which is no longer bound to MethodInvocations. 2004-04-02 12:13:56 +00:00
Ben Alex f026b3a08a Documentation improvements. 2004-04-02 12:11:13 +00:00
Ben Alex aa5a9ca4c3 Correct logging mesage. 2004-04-02 12:10:52 +00:00
Ben Alex 15588123ba Additional import statement. 2004-04-02 12:10:31 +00:00
Ben Alex 33edeb5a2f Moved to net.sf.acegisecurity.ui 2004-04-02 12:07:24 +00:00
Ben Alex e54ad9b4e8 Reflect new secure object API, which is no longer bound to MethodInvocations. 2004-04-02 12:05:49 +00:00
Ben Alex 3ece12c386 Moved to net.sf.acegisecurity.intercept.method. 2004-04-02 12:03:18 +00:00
Ben Alex 738fd2161d Initial commit. 2004-04-02 12:02:01 +00:00
Ben Alex 6ddc006012 Modify MethodSecurityInterceptor to new location, remove unnecessary comments, add a DAO authentication provider so the MethodSecurityInterceptor can validate Authentication objects presented by the HTTP filter authentication system. 2004-04-02 12:00:29 +00:00
Ben Alex d820f64d59 Now in the etc directory. 2004-04-02 11:58:24 +00:00
Ben Alex c92798536a Modified to report success for HTTP filter-based authentication, not only container adapters. 2004-04-02 11:57:17 +00:00
Ben Alex 8c69eb6abb Modified to support changes to interface. 2004-04-02 11:56:00 +00:00
Ben Alex cfb99d01c9 Build two WARs: one for deployment to containers without container adapters, and one for delpoyment to containers with them. 2004-04-02 11:54:57 +00:00
Ben Alex ef84c78776 Ignore temporary directory. 2004-04-02 11:54:15 +00:00
Ben Alex 862f45e02f Initial commit. 2004-04-02 11:53:20 +00:00
Ben Alex 8a944d3b64 Update MethodSecurityInterceptor location. 2004-04-02 11:52:23 +00:00
Ben Alex 699c3d46ce Refactored into separate tests to support the two Contacts sample application WAR versions. 2004-04-02 11:51:08 +00:00
Ben Alex 18c545d51b Correct usage instructions. 2004-04-02 11:50:53 +00:00
Ben Alex d993486c85 Modifications to support changes to build.xml. 2004-04-02 11:45:01 +00:00
Ben Alex 7d1916eb7a Correct report summarisation, and add support for testing both WAR versions of Contact sample application. 2004-04-02 11:44:19 +00:00
Francois Beausoleil 219dfe2038 * integration-test/build.xml:
Ooops, had left debugging code in the build file.
2004-03-31 17:57:17 +00:00
Ben Alex 4f19f76269 Initial commit. 2004-03-30 04:46:12 +00:00
Ben Alex c224728d79 Changed appContextLocation to use a String (to enable unit testing), fixed logger outputs, improved handling of nulls and empty Strings. 2004-03-30 04:45:39 +00:00
Ben Alex 65314d99e3 Addition of classes to support testing of Resin container adapter outside of actual Resin deployment. 2004-03-30 04:44:09 +00:00
Ben Alex 60ddb6a3c7 Modifications to support changes to Resin container adapter. 2004-03-30 04:42:09 +00:00
Ben Alex 1affe45ced Moved to classes directory to support changes to Resin container adapter. 2004-03-30 04:41:35 +00:00
Ben Alex 734dd387c6 Moved to classes directory. 2004-03-30 04:39:48 +00:00
Ben Alex 6f0f9650a0 Corrected class name of Resin Container Adapter. 2004-03-30 03:58:45 +00:00
Ben Alex b886390a3f Added method to support unit testing, and made class more robust to null conditions. 2004-03-29 13:41:10 +00:00
Ben Alex dd39d747d5 Improved documentation and added methods to facilitate unit testing. 2004-03-29 13:39:30 +00:00
Ben Alex 922461d19a Removed MockPrincipal inner class as MockPrincipal is now a full class. 2004-03-29 13:38:16 +00:00
Ben Alex c220ff583c Initial commit. 2004-03-29 13:36:45 +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 0a17d65d37 Initial commit. 2004-03-29 02:49:51 +00:00