Commit Graph

  • a5d33af2e6 Remove classes. Ben Alex 2005-11-26 09:20:37 +00:00
  • 02e2d56a99 Add localization info. Ben Alex 2005-11-26 06:37:25 +00:00
  • 079e22e5d8 Refer to 1.0.0 release work in progress. Ben Alex 2005-11-26 06:21:52 +00:00
  • e6ee8342c8 Start of 1.0.0 upgrade instructions. Ben Alex 2005-11-26 06:21:05 +00:00
  • 1593ac23da SEC-114: Upgraded to Spring 1.2.6. Ben Alex 2005-11-26 06:12:58 +00:00
  • fddcd6112e SEC-56: Add localisation support. Ben Alex 2005-11-26 05:11:53 +00:00
  • f4c3e2ff8c Use Spring Assert for cleaner code. Ben Alex 2005-11-26 04:18:21 +00:00
  • e53a00371c Use logger instead of System.out.println(). Ben Alex 2005-11-26 04:10:05 +00:00
  • 218fcf5b24 SEC-3: Add static method so digest-compatible passwords can be stored in database. Ben Alex 2005-11-25 05:20:57 +00:00
  • bb2ac126b7 SEC-47: AbstractSecurityInterceptor to reject secure object invocations which do not have configuration attributes defined. Ben Alex 2005-11-25 04:56:01 +00:00
  • 27f47673ad SEC-106: Use getMethod() instead of getDeclaredMethod() so that methods defined in principal Object superclasses are accessible. Ben Alex 2005-11-25 04:40:27 +00:00
  • 9ccaf05cc7 SEC-112: Bug when SecurityEnforcementFilter used with disabled Authentication and remember-me services. Ben Alex 2005-11-25 04:38:18 +00:00
  • 47166fe078 SEC-110: ProviderManager to properly handle ConcurrentLoginException. Ben Alex 2005-11-25 04:33:40 +00:00
  • 31531b3952 SEC-98: Correct concurrentSessionController code example. Ben Alex 2005-11-25 04:31:39 +00:00
  • 58b8b840b3 SEC-105: Correct incorrect JavaDocs. Ben Alex 2005-11-25 04:29:32 +00:00
  • 969bbff00c SEC-18: Preemptive method invocation security checking helper. Ben Alex 2005-11-25 04:18:34 +00:00
  • 731d7b2e89 SEC-113 Provide MethodInvocationUtils. Ben Alex 2005-11-25 04:17:25 +00:00
  • 863ba3f0a3 SEC-99: Extra tests to explore generics behaviour. Ben Alex 2005-11-25 03:26:10 +00:00
  • 72256a225f SEC-73: Support storage and retrieval of actual Principal object (such as UserDetails) from PrnicipalAcegiUserToken. Ben Alex 2005-11-25 00:26:30 +00:00
  • 7847af2664 Fix for SEC-111. Added a try/finally block to make sure context is always reset after the invocation. Luke Taylor 2005-11-23 16:09:44 +00:00
  • 58922e666a Add Rutgers. Ben Alex 2005-11-19 23:55:33 +00:00
  • 4479f4bbc5 Added contributors of recently resolved tasks & myself in developer list. Scott McCrory 2005-11-17 02:40:48 +00:00
  • 710ada4e5e SEC-101: changed last references to SecureContext into SecurityContext and ContextHolder into SecurityContextHolder. Scott McCrory 2005-11-17 01:47:03 +00:00
  • 6a1a4abb1d SEC-104: Move to org.acegisecurity package. Ben Alex 2005-11-17 00:56:49 +00:00
  • 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. Scott McCrory 2005-11-13 22:29:13 +00:00
  • f2019ca3ba Added <code> wrappers around 2 class names in the upgrade doc. Scott McCrory 2005-11-12 15:45:53 +00:00
  • 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. Scott McCrory 2005-11-11 22:37:38 +00:00
  • 7622a2f791 SEC-95: General fixes reported by Mathias Bogaert. Ben Alex 2005-11-11 21:36:30 +00:00
  • bc96862c46 Fix so refers to correct release. Ben Alex 2005-11-11 05:37:04 +00:00
  • b2769d2a9e Saved as UTF8 Carlos Sanchez 2005-11-11 05:35:26 +00:00
  • bae63c8233 Add core-tiger to release ZIPs. Ben Alex 2005-11-11 05:33:37 +00:00
  • 34a6849998 Release 0.9.0 Ben Alex 2005-11-11 04:52:13 +00:00
  • fa835ca484 Change versions for 1.0.0-SNAPSHOT. Ben Alex 2005-11-11 04:50:33 +00:00
  • f569afe6f5 Change versions for 1.0.0-SNAPSHOT. Ben Alex 2005-11-11 04:22:48 +00:00
  • a4aa477770 Release 0.9.0 Ben Alex 2005-11-11 04:01:06 +00:00
  • edf3b466c4 Fix so multiproject:site doesn't fail. Ben Alex 2005-11-11 03:55:41 +00:00
  • 01c576227a Eliminate PHP redirects. Ben Alex 2005-11-11 03:04:18 +00:00
  • b1d247835a Stop causing an exception when there is no AuthenticationException to ApplicationEvent mapping. Requested by Brian Moseley on acegisecurity-developer 10 November 2005. Ben Alex 2005-11-10 00:41:54 +00:00
  • c167e9fd87 Change SecurityContextHolder to ThreadLocal due to IBM JDK 1.3 issues as described at http://tinyurl.com/8zhka and reported by Scott McCrory on acegisecurity-developer 8 November 2005. Ben Alex 2005-11-08 22:07:33 +00:00
  • b938b6b363 Increased SiteminderAuthenticationProcessinfFilter test coverage from 70% to 93%. Scott McCrory 2005-11-08 02:55:48 +00:00
  • df9deea4de Only clear SecurityContextHolder if the Authentication object has not changed. Ben Alex 2005-11-08 01:39:27 +00:00
  • 97bd75f78c Added change examples and wrapped <code> around all java & XML references. Other developers please review the end result and let me know if I went too far :-) Scott McCrory 2005-11-08 01:08:07 +00:00
  • c185c5bfb8 Fixed "FilterToBeProxy" typo Scott McCrory 2005-11-08 00:04:33 +00:00
  • a38e39628c Use new jstl groupId Carlos Sanchez 2005-11-07 23:33:10 +00:00
  • 1fb36f62bf Cleaned and added some reports Carlos Sanchez 2005-11-07 22:57:15 +00:00
  • 1607b6301d Upgrade apache-ds to 0.9 Carlos Sanchez 2005-11-07 22:40:35 +00:00
  • 97f3ad79cb Removed unused imports & organized the remnants. Scott McCrory 2005-11-07 03:32:18 +00:00
  • 55f5093ec7 SEC-94: DaoAuthenticationProvider to include UserDetails in BadCredentialsException. Ben Alex 2005-11-07 03:04:47 +00:00
  • 509ae1ccc9 Improved Siteminder docs. Scott McCrory 2005-11-07 01:07:07 +00:00
  • 478b575ad5 General improvements ready for 0.9.0. Ben Alex 2005-11-06 23:59:45 +00:00
  • 309b559a8f Removed unused imports. Scott McCrory 2005-11-06 23:00:31 +00:00
  • e02dbd5c34 Changed class names to match new context classes. Luke Taylor 2005-11-06 22:00:27 +00:00
  • 8b88700079 Tidied up cut-n-pasted Javadoc. Luke Taylor 2005-11-06 21:45:49 +00:00
  • 0aef31d302 Converted ApplicationContextAware classes to ApplicationEventPublisherAware (SEC-69). Luke Taylor 2005-11-06 21:11:25 +00:00
  • 6511677f93 Moved duplicate setting of null authentication to setUp method. Luke Taylor 2005-11-06 21:06:53 +00:00
  • bba77b64e9 Corrected javadoc Luke Taylor 2005-11-06 21:01:21 +00:00
  • 60b0bfc41f Slight wording change in Commercial Deployments section. Scott McCrory 2005-11-06 19:48:42 +00:00
  • 24c3b77d8b Developers no longer need to add change history to changes.xml - they should maintain JIRA instead. Changed this direction in policies.html. Scott McCrory 2005-11-06 19:45:39 +00:00
  • 82c3d76842 Added Windows syntax for first "cd" command mention. Scott McCrory 2005-11-06 19:35:24 +00:00
  • 5cb7575b2b Corrected references to old context class names in Javadoc and logging. Luke Taylor 2005-11-05 18:49:55 +00:00
  • 5a51f391a4 Add UsernameNotFoundException to default exception to event mappings list. Ben Alex 2005-11-05 09:20:14 +00:00
  • bdd0f3d055 More additions. Ben Alex 2005-11-05 04:54:07 +00:00
  • aa4fd8586c Fix concurrent session interaction bug where UserDetails.getUsername() may have been override to be a different value than the original login request, as per email from Herryanto Siatono on acegisecurity-developer 5 November 2005. Ben Alex 2005-11-05 03:50:22 +00:00
  • a807b8d539 Extra 0.9.0 upgrade details. Ben Alex 2005-11-05 01:28:44 +00:00
  • 0aa4989dad JaasAuthenticationProvider no longer supports the useSystemProperty setting.This is because it no longer uses the java.security.auth.login.config system property for configuring Jaas. Custom Jaas configuration needs can be implemented in a subclass that overrides the configureJaas method. Ray Krueger 2005-11-04 15:02:27 +00:00
  • 6049e9ac65 Removed string concatenation from buffer.append methods Ray Krueger 2005-11-04 14:54:25 +00:00
  • addae5965d Remove index.html. The index.php should take priority, so an automatic redirect to acegisecurity.org will occur. Ben Alex 2005-11-04 05:25:42 +00:00
  • 54aaefa703 Move changelog for 0.9.0 to JIRA after adding the tasks previously in changes.xml. Ben Alex 2005-11-04 05:14:05 +00:00
  • 2d74db9a0c SEC-51 and SEC-67 related changes. Tested all functions of "filters" version in web browser OK. Ben Alex 2005-11-04 04:15:57 +00:00
  • 9be82a3d8f SEC-67: Enhance taglib to allow retrieval of custom UserDetails methods. Ben Alex 2005-11-03 13:51:55 +00:00
  • 31a1f0be1a SEC-52: Move potentially useful methods to an abstract superclass so that other voters can use them. Ben Alex 2005-11-03 13:47:44 +00:00
  • 6e389ca1b8 SEC-51: Use long instead of int for ACL primary keys. Ben Alex 2005-11-03 13:38:45 +00:00
  • 633f2cfe66 SEC-39: Add equals(Object) method to User. Ben Alex 2005-11-03 13:20:26 +00:00
  • 7faf2741f1 SEC-32: Patches to move isPermissable(int) method to the BasicAclEntry interface. Thanks to Andres March for this patch. Ben Alex 2005-11-03 13:08:43 +00:00
  • c5d652f6c2 SEC-26: Add link to SSL instructions. Ben Alex 2005-11-03 12:58:35 +00:00
  • a42dec6fbf SEC-21: Initial commit. Ben Alex 2005-11-03 12:56:27 +00:00
  • eae6f81177 SEC-8: Introduction into CVS of contribution posted with the JIRA task and basic reformatting. Ben Alex 2005-11-03 12:32:19 +00:00
  • e9b1d9452f SEC-9 and SEC-55: Refactor DaoAuthenticationProvider and deprecate PasswordDaoAuthenticationProvider. Ben Alex 2005-11-03 11:31:23 +00:00
  • f50cbd31ba SEC-38: Make InMemoryDaoImpl support external Properties objects. Ben Alex 2005-11-03 10:05:02 +00:00
  • 0d77abb9c1 SEC-64: Correct operation with Orion Web Application Server. Patch thanks to Paul Brooks. Ben Alex 2005-11-03 09:48:52 +00:00
  • d9be0f86fd SEC-53: BasicProcessingFilter only to reauthenticate if the SecurityContextHolder contains an unauthenticated Authentication, or an Authentication with a different username. Ben Alex 2005-11-03 09:45:30 +00:00
  • 690ab27a52 SEC-70 and SEC-71: Refactor event publishing. Ben Alex 2005-11-03 09:23:49 +00:00
  • b6dbfde55c SEC-70: Refactor event publishing. Ben Alex 2005-11-03 06:55:47 +00:00
  • 3811200599 Improve debug output. Ben Alex 2005-11-03 06:51:30 +00:00
  • 2cbe42f493 SEC-7: Allow better chaining of authentication providers. Ben Alex 2005-11-03 04:14:12 +00:00
  • 42c47c086a JavaDocs formatting. Ben Alex 2005-11-03 04:13:56 +00:00
  • f8b0de3459 Corrected Javadoc link to interface name. Luke Taylor 2005-11-01 14:22:08 +00:00
  • cb86d6f9d6 Add David Medinets' articles. Ben Alex 2005-11-01 02:01:16 +00:00
  • 3f43a04972 Added Siteminder authentication section. Scott McCrory 2005-10-27 22:04:04 +00:00
  • 5235727d23 SEC-2 Refactor the CaptchaChannelProcessor and extract a CaptchaChannelProcessor that is an abstract class and add its implementations. Jalopy on all java files. Marc-Antoine Garrigue 2005-10-24 17:08:18 +00:00
  • ac05c5a843 Use new domain. Ben Alex 2005-10-23 05:12:23 +00:00
  • 0b9c38e600 Use new domain. Ben Alex 2005-10-23 05:02:29 +00:00
  • 6f32f6b112 Revise layout to show which classes depend on each other. Ben Alex 2005-10-22 08:48:21 +00:00
  • 1ae07779a2 SEC-710: Refactor concurrent session handling support. Ben Alex 2005-10-22 01:53:03 +00:00
  • bad67782a8 Update to Spring 1.2.5 including source for Eclipse users. Ben Alex 2005-10-22 01:51:47 +00:00
  • a5ffda7369 SEC-63: Do not return an absolute URL unless switching from HTTP to HTTPS. Ben Alex 2005-10-21 08:00:15 +00:00
  • c6d5363e5d SEC-60: Make method more friendly towards Hibernate detached object. Please note my comments in the JIRA task, as I believing calling toString() is not an unreasonable expectation. Ben Alex 2005-10-21 07:53:34 +00:00
  • b19d1f9d77 SEC-59: Fix NullPointerException caused by unnecessary check of application context path when a singleton is defined. Ben Alex 2005-10-21 07:46:06 +00:00
  • 55e552a846 Fix incorrect packages. Ben Alex 2005-10-21 07:38:57 +00:00
  • d49198a944 SEC-43: Eliminate id column. Ben Alex 2005-10-21 07:32:48 +00:00