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 |
Ben Alex
|
58922e666a
|
Add Rutgers.
|
2005-11-19 23:55:33 +00:00 |
Scott McCrory
|
4479f4bbc5
|
Added contributors of recently resolved tasks & myself in developer list.
|
2005-11-17 02:40:48 +00:00 |
Scott McCrory
|
710ada4e5e
|
SEC-101: changed last references to SecureContext into SecurityContext and ContextHolder into SecurityContextHolder.
|
2005-11-17 01:47:03 +00:00 |
Ben Alex
|
6a1a4abb1d
|
SEC-104: Move to org.acegisecurity package.
|
2005-11-17 00:56:49 +00:00 |
Scott McCrory
|
a8ad9231ab
|
Added initial integration of SEC-29 "Save POST request parameters before redirect" for peer review. See http://opensource2.atlassian.com/projects/spring/browse/SEC-29 for more info.
|
2005-11-13 22:29:13 +00:00 |
Scott McCrory
|
f2019ca3ba
|
Added <code> wrappers around 2 class names in the upgrade doc.
|
2005-11-12 15:45:53 +00:00 |
Scott McCrory
|
79c3ba521b
|
Resolved and/or inhibit build warnings as seen in Eclipse 3.1. Please refer to http://opensource2.atlassian.com/projects/spring/browse/SEC-93 for more info.
|
2005-11-11 22:37:38 +00:00 |
Ben Alex
|
7622a2f791
|
SEC-95: General fixes reported by Mathias Bogaert.
|
2005-11-11 21:36:30 +00:00 |
Ben Alex
|
bc96862c46
|
Fix so refers to correct release.
|
2005-11-11 05:37:04 +00:00 |
Carlos Sanchez
|
b2769d2a9e
|
Saved as UTF8
|
2005-11-11 05:35:26 +00:00 |