Commit Graph

1112 Commits

Author SHA1 Message Date
Carlos Sanchez 6832b5dc1a Added more info 2005-12-11 23:08:33 +00:00
Ben Alex ddf6e05306 SEC-122: Add taglib import details. 2005-12-07 18:53:19 +00:00
Ben Alex 0b92d18e58 Add Matt's latest blog entry. 2005-12-07 18:42:03 +00:00
Ben Alex a9de0a2e3b SEC-121: Add to instructions. 2005-12-07 18:41:13 +00:00
Ben Alex a5000972fb Add RC1. 2005-12-04 22:25:36 +00:00
Ben Alex 9aaf99e044 PermSize note. 2005-12-04 22:13:58 +00:00
Ben Alex 2885d681b6 Initial commit. 2005-12-04 22:01:27 +00:00
Ben Alex efe860aa32 Re-enable plugin (not cause of build issue - needed -XX:MaxPermSize=512m in MAEN_OPTS environment variable instead). 2005-12-04 22:00:43 +00:00
Ben Alex e46cd072b8 Re-add PMD (didn't seem the key problem - Maven is playing up all over the place). 2005-12-04 12:15:30 +00:00
Ben Alex a1037ddc87 Prepare 1.0.0 RC1. 2005-12-04 11:20:52 +00:00
Ben Alex d89c6c0a74 SEC-118: Wrong logger class corrected. 2005-12-04 10:48:33 +00:00
Ben Alex 771d461367 Remove PMD (causing build failures). 2005-12-04 10:47:38 +00:00
Ben Alex 2f852f6cbd Prepare 1.0.0 RC1. 2005-12-03 22:41:38 +00:00
Ben Alex ee48f38ff0 SEC-116: Correct JavaDocs. 2005-12-02 12:14:38 +00:00
Ben Alex 75a9784028 SEC-58: Initial commit of Velocity helper. 2005-12-01 09:38:50 +00:00
Ben Alex b16ce31c5b Prove placeholders work correctly. 2005-12-01 00:30:18 +00:00
Ben Alex 271d5ac96c Temporarily sort out transformer issues. 2005-11-30 23:52:04 +00:00
Ben Alex 0def8275d6 Use correct package locations and property names. 2005-11-30 23:48:20 +00:00
Ben Alex 2c28ff4fd1 SEC-56: Further improvements to localization. 2005-11-30 01:23:36 +00:00
Ben Alex d45f9a0560 Change next version to 1.0.0 RC1. 2005-11-30 00:32:30 +00:00
Ben Alex 62fde4ede3 SEC-107: Finalize rename of AuthenticationDao to UserDetailsService with corresponding change in package from .providers.dao to .userdetails. 2005-11-30 00:20:13 +00:00
Ben Alex dd99fae8e1 Fix error reported on acegisecurity-developer by Samuel Le Berrigaud on 28 November 2005. 2005-11-30 00:14:55 +00:00
Luke Taylor c15f2bbaad Fixes for SEC-115. Moved test-web.xml file to test/resources 2005-11-29 17:29:08 +00:00
Luke Taylor ec30e8b11c Fixes for SEC-115. Updates to acegifier to work with Maven and new Acegi sources. 2005-11-29 17:14:56 +00:00
Ben Alex a6e23d79ae SEC-107: Rename AuthenticationDao to UserDetailsService. 2005-11-29 13:10:15 +00:00
Ben Alex c021362ebb New package top level name. 2005-11-29 04:06:31 +00:00
Ben Alex 6144e1664e SEC-108: Make fields protected. 2005-11-29 02:43:35 +00:00
Ben Alex f57f50bae5 Modify Acegifier to use Maven build and 1.0.0+ package names. 2005-11-29 02:33:40 +00:00
Ben Alex 6585c2b391 Allow subclasses to make modifications to GrantedAuthority[]. 2005-11-26 13:27:30 +00:00
Ben Alex 8c52898dc8 Realign with latest changes to Maven project.xml. 2005-11-26 10:03:21 +00:00
Ben Alex a5d33af2e6 Remove classes. 2005-11-26 09:20:37 +00:00
Ben Alex 02e2d56a99 Add localization info. 2005-11-26 06:37:25 +00:00
Ben Alex 079e22e5d8 Refer to 1.0.0 release work in progress. 2005-11-26 06:21:52 +00:00
Ben Alex e6ee8342c8 Start of 1.0.0 upgrade instructions. 2005-11-26 06:21:05 +00:00
Ben Alex 1593ac23da SEC-114: Upgraded to Spring 1.2.6. 2005-11-26 06:12:58 +00:00
Ben Alex fddcd6112e SEC-56: Add localisation support. 2005-11-26 05:11:53 +00:00
Ben Alex f4c3e2ff8c Use Spring Assert for cleaner code. 2005-11-26 04:18:21 +00:00
Ben Alex e53a00371c Use logger instead of System.out.println(). 2005-11-26 04:10:05 +00:00
Ben Alex 218fcf5b24 SEC-3: Add static method so digest-compatible passwords can be stored in database. 2005-11-25 05:20:57 +00:00
Ben Alex bb2ac126b7 SEC-47: AbstractSecurityInterceptor to reject secure object invocations which do not have configuration attributes defined. 2005-11-25 04:56:01 +00:00
Ben Alex 27f47673ad SEC-106: Use getMethod() instead of getDeclaredMethod() so that methods defined in principal Object superclasses are accessible. 2005-11-25 04:40:27 +00:00
Ben Alex 9ccaf05cc7 SEC-112: Bug when SecurityEnforcementFilter used with disabled Authentication and remember-me services. 2005-11-25 04:38:18 +00:00
Ben Alex 47166fe078 SEC-110: ProviderManager to properly handle ConcurrentLoginException. 2005-11-25 04:33:40 +00:00
Ben Alex 31531b3952 SEC-98: Correct concurrentSessionController code example. 2005-11-25 04:31:39 +00:00
Ben Alex 58b8b840b3 SEC-105: Correct incorrect JavaDocs. 2005-11-25 04:29:32 +00:00
Ben Alex 969bbff00c SEC-18: Preemptive method invocation security checking helper. 2005-11-25 04:18:34 +00:00
Ben Alex 731d7b2e89 SEC-113 Provide MethodInvocationUtils. 2005-11-25 04:17:25 +00:00
Ben Alex 863ba3f0a3 SEC-99: Extra tests to explore generics behaviour. 2005-11-25 03:26:10 +00:00
Ben Alex 72256a225f SEC-73: Support storage and retrieval of actual Principal object (such as UserDetails) from PrnicipalAcegiUserToken. 2005-11-25 00:26:30 +00:00
Luke Taylor 7847af2664 Fix for SEC-111. Added a try/finally block to make sure context is always reset after the invocation. 2005-11-23 16:09:44 +00:00