Commit Graph

  • 518ee40740 Migrated to maven Carlos Sanchez 2004-11-12 21:47:08 +00:00
  • 6b266bc677 Moved to xdocs Carlos Sanchez 2004-11-12 21:45:42 +00:00
  • 447549cf01 Added maven files Carlos Sanchez 2004-11-12 21:42:43 +00:00
  • d69207fa19 Changed groupId to acegisecurity Carlos Sanchez 2004-11-12 21:40:50 +00:00
  • 695948c31d Remove unused import. Ben Alex 2004-11-12 01:07:59 +00:00
  • b4b32a2e63 Correction. Ben Alex 2004-11-10 23:09:57 +00:00
  • 545f22df85 Correct group-id. Using SourceForge group name as suggested by Carlos Sanchez. Ben Alex 2004-11-09 22:30:50 +00:00
  • f1d993f47b Made BasicAclProvider to only respond to specified ACL object requests. Ben Alex 2004-11-09 21:09:14 +00:00
  • 11afb20856 Added maven.username Carlos Sanchez 2004-11-08 22:31:59 +00:00
  • 61e18751c3 Added findbugs and statcvs plugins Carlos Sanchez 2004-11-08 22:11:24 +00:00
  • 9b7996254e Improve troubleshooting help. Ben Alex 2004-11-08 21:52:57 +00:00
  • 83ad437739 Migrated samples-attributes to Maven Carlos Sanchez 2004-11-07 20:12:58 +00:00
  • 89d6dbf7b6 Migrated samples-attributes to Maven Carlos Sanchez 2004-11-07 19:57:39 +00:00
  • 0f11f06d5f Removed non standard plugins Carlos Sanchez 2004-11-07 19:54:41 +00:00
  • 5cd369a29b Remove unnecessary XML parser dependencies now that Retroweaver is available via Maven. Ben Alex 2004-11-04 21:16:23 +00:00
  • b821efbe56 Fix Catalina tests to be Maven compatible. Ben Alex 2004-11-03 23:52:27 +00:00
  • 74452a0a0a Added CAS resources Carlos Sanchez 2004-11-03 23:01:52 +00:00
  • 2d2cd367f6 Moved from java to resources Carlos Sanchez 2004-11-03 22:59:14 +00:00
  • cd56f2ed4a Moved from test to main Carlos Sanchez 2004-11-03 22:35:12 +00:00
  • 2eaecae68f Added retroweaver dependency Carlos Sanchez 2004-11-01 20:47:21 +00:00
  • 8cf6867cba Moved name to subprojects Carlos Sanchez 2004-11-01 20:05:42 +00:00
  • 1309727c92 Added multiproject properties Carlos Sanchez 2004-11-01 20:01:35 +00:00
  • 29c8e110f5 Remove adapter test dependencies on MockPrincipal. Ben Alex 2004-11-01 02:08:42 +00:00
  • 35cdd24abf Refactor to use Spring's MockHttpServletRequest rather than Acegi Security's equivalent. Ben Alex 2004-10-31 20:34:35 +00:00
  • b26183dc66 Removed unneeded tags Carlos Sanchez 2004-10-31 14:22:49 +00:00
  • 263dd9c0d3 Added cvsignore files Carlos Sanchez 2004-10-31 14:22:16 +00:00
  • 9da9de2669 Added dependencies Carlos Sanchez 2004-10-31 14:16:18 +00:00
  • fde59c2f29 Ad mock method implementation now we're using HttpSession.removeAttribute(). Ben Alex 2004-10-30 23:32:53 +00:00
  • 565c2e580b Remove debug messages. Ben Alex 2004-10-30 23:32:28 +00:00
  • 8d11de1b1d Added resources dir Carlos Sanchez 2004-10-30 22:50:55 +00:00
  • d27fb49803 *** empty log message *** Carlos Sanchez 2004-10-30 22:49:58 +00:00
  • 55624cf5dd Moved resources from java dir to resources dir Carlos Sanchez 2004-10-30 22:49:12 +00:00
  • fc755464f0 Added main page Carlos Sanchez 2004-10-30 22:48:04 +00:00
  • 928498b53d Removed AutoIntegrationFilter Carlos Sanchez 2004-10-30 22:45:35 +00:00
  • b25a6e002b *** empty log message *** Carlos Sanchez 2004-10-30 17:15:54 +00:00
  • ed982e53a2 Removed adapter dependencies Changed dir layout Carlos Sanchez 2004-10-30 17:13:48 +00:00
  • 12caac4f55 Added acegisecurity repo Carlos Sanchez 2004-10-30 17:10:45 +00:00
  • fbeeb705a0 Removed preparedocs goal and jar preGoal Carlos Sanchez 2004-10-30 16:55:41 +00:00
  • 0150726762 Removed jar.override Added html2xdoc Carlos Sanchez 2004-10-30 16:54:50 +00:00
  • 5f1869d5d5 Add XML APIs as higher priority than those included in Resin JAR. Ben Alex 2004-10-30 06:10:59 +00:00
  • 89f6fcf5c9 Refactor to use an application context, thus enabling event publishing and use of DefaultAdvisorAutoProxyCreator. Ben Alex 2004-10-30 06:09:09 +00:00
  • 537a58d754 Added net.sf.acegisecurity.intercept.event package. Ben Alex 2004-10-30 06:07:17 +00:00
  • 26f5f1a9b3 Add the AccessDeniedException to the HttpSession as per http://forum.springframework.org/viewtopic.php?t=1515. Ben Alex 2004-10-30 03:06:05 +00:00
  • 21f29bbbb3 Fix JRun rejection of null in httpSession.setAttribute() as per http://livedocs.macromedia.com/jrun/4/javadocs/jrun/servlet/session/JRunSession.html. Discussed at http://forum.springframework.org/viewtopic.php?t=1417. Ben Alex 2004-10-30 02:56:01 +00:00
  • 73349bf8f8 Add convenience method so subclasses can specify Authentication.setDetails(). Ben Alex 2004-10-30 01:19:22 +00:00
  • 96cd353266 Support CVS repository cleanup. Ben Alex 2004-10-30 01:02:41 +00:00
  • 7b0145fba7 Initial AspectJ support. Ben Alex 2004-10-18 06:41:20 +00:00
  • 992cf44b36 Refactor MethodDefinitionMap to use Method, not MethodInvocation. Refactor AbstractSecurityInterceptor to not force use of Throwable. Move AOP Alliance based MethodSecurityInterceptor to separate package. Ben Alex 2004-10-18 06:38:44 +00:00
  • ba163d51ae Documentation correction. Ben Alex 2004-10-17 07:56:19 +00:00
  • f123e9c333 Make MethodDefinitionMap query interfaces defined by secure objects, to properly support MethodDefinitionSourceAdvisor. Ben Alex 2004-10-15 03:47:53 +00:00
  • 8ec0d89fe4 Improve documentation for abstract contract. Ben Alex 2004-10-15 03:17:57 +00:00
  • 8d973af603 Added MethodDefinitionSourceAdvisor for performance and autoproxying. Ben Alex 2004-10-15 00:29:24 +00:00
  • 740517c55b Change Carlos' role. Ben Alex 2004-10-15 00:26:41 +00:00
  • eb651b2d35 Added artifactId Upgraded cas and spring-mock Removed jar tags Carlos Sanchez 2004-10-13 12:26:07 +00:00
  • cd467d8a8f Removed unneeded overrides Carlos Sanchez 2004-10-13 12:24:34 +00:00
  • e94234028b Changed version to 0.7-SNAPSHOT. Added 'findbugs' report. Luke Taylor 2004-09-28 23:31:02 +00:00
  • 577b92c48b Refer to next release. Ben Alex 2004-09-25 02:58:18 +00:00
  • c8a7c18814 Updates for release 0.6.1. Ben Alex 2004-09-25 02:23:10 +00:00
  • 6b54784915 Improved sample applications' bean reference notation. Ben Alex 2004-09-24 00:47:53 +00:00
  • 62f168d85b Refer to forums. Ben Alex 2004-09-24 00:00:46 +00:00
  • 11a7c6aa27 Documentation improvements contributed by Andrew Petro. Ben Alex 2004-09-16 06:45:26 +00:00
  • c2491a93b4 AcegiRemoteInvocation support, thanks to James Monaghan. Ben Alex 2004-09-16 06:20:26 +00:00
  • e4c8ee0689 Upgrade to Spring 1.1 Ben Alex 2004-09-12 21:42:56 +00:00
  • 0cb8f96368 General update. Ben Alex 2004-09-11 06:18:19 +00:00
  • 333fe84ee8 Clarify interface contract for ObjectDefinitionSource when no ConfigAttributes exist for a given secure object invocation, plus unit tests and fixes for concrete implementations. Thanks to Sean Radford for spotting the inconsistency. Ben Alex 2004-09-11 06:14:58 +00:00
  • 8a32fde12a Additional convenience methods as suggested by Sean Radford. Ben Alex 2004-09-11 06:13:54 +00:00
  • 03781aeccd Created sandbox including a LDAP-based authentication DAO, as contributed by Karel Miarka and with improvements by Daniel Miller. Ben Alex 2004-09-11 01:45:16 +00:00
  • 9e59374477 Corrected typo "configuaration" in comments. Removed indentation tab characters. Luke Taylor 2004-09-06 23:57:28 +00:00
  • defc79c283 Minor Javadoc correction. Luke Taylor 2004-09-06 20:06:42 +00:00
  • b215a9da07 Remove unused imports. Ben Alex 2004-09-02 23:51:38 +00:00
  • ec166e086b Refactored UsernamePasswordAuthenticationToken.getDetails() to Object. Ben Alex 2004-09-01 21:19:05 +00:00
  • fa2920baa7 Ensure delegate is not null before calling destroy method. Ben Alex 2004-09-01 21:03:34 +00:00
  • d7c98f95ca Made FilterToBeanProxy compatible with ContextLoaderServlet (lazy initialisation on first HTTP request). Ben Alex 2004-09-01 02:37:55 +00:00
  • 1a92434914 Add support for password-validating DAOs, such as LDAP. Contributed by Karel Miarka. Ben Alex 2004-08-30 01:24:12 +00:00
  • aaebd3ef5a Added DaoAuthenticationProvider.hideUserNotFoundExceptions property. Defaults to true, so BadCredentialsException is thrown instead of UsernameNotFoundException if a user cannot be found. Ben Alex 2004-08-26 23:19:00 +00:00
  • 5cd65887d5 Improved ConfigAttributeEditor so it trims preceding and trailing spaces. Ben Alex 2004-08-25 21:43:00 +00:00
  • 3f87849f31 Fixed GrantedAuthorityEffectiveAclsResolver if null ACLs provided to method. Ben Alex 2004-08-23 02:03:46 +00:00
  • eb9c7d0852 Extracted removeUserFromCache(String) to UserCache interface. Ben Alex 2004-08-20 05:52:05 +00:00
  • bf53abf46e Improve JavaDocs. Ben Alex 2004-08-18 22:59:00 +00:00
  • cfc9163e14 Include project.properties in releases. Ben Alex 2004-08-18 05:09:12 +00:00
  • 04f4c9881d Added original Authentication.getDetails() to DaoAuthenticationProvider response. Ben Alex 2004-08-13 01:07:32 +00:00
  • 08ee5deaa9 Fix unit test compatibility if no username provided. Ben Alex 2004-08-12 01:25:53 +00:00
  • da5469fed0 Additional event when user not found. Contributed by Karel Miarka. Ben Alex 2004-08-12 00:07:08 +00:00
  • 89aa894015 Add Karel. Ben Alex 2004-08-10 00:23:35 +00:00
  • 6867efd6ac Fix NPE problems with patch provided by Karel Miarka. Ben Alex 2004-08-10 00:22:53 +00:00
  • d435598e37 Update commons-attributes version to 2.1 Luke Taylor 2004-08-09 13:43:56 +00:00
  • 885475b3a7 Add Ray. Ben Alex 2004-08-08 06:12:47 +00:00
  • ccb745863f Replaced understand with understanding line 1208 Ray Krueger 2004-08-06 15:53:51 +00:00
  • 74cd91d1be Add JAAS information provided by Ray Krueger. Ben Alex 2004-08-06 04:15:27 +00:00
  • 093a1a4759 Override plugin's clover-setup ant task to exclude Exception classes from clover report. Luke Taylor 2004-08-04 15:22:23 +00:00
  • f6e21f41aa Update to Spring 1.1 RC 1. Ben Alex 2004-08-04 06:44:46 +00:00
  • e006f521f4 Fix formatting. Ben Alex 2004-08-04 06:40:06 +00:00
  • be37d8292e Make container adapter JARs also include a JBoss dependency. Needed so AutoIntegrationFilter can be loaded via FilterToBeanProxy. Ben Alex 2004-08-04 06:13:50 +00:00
  • 688177118a corrected link to ref docs Luke Taylor 2004-08-03 13:20:48 +00:00
  • fa396c6cdf Load AutoIntegrationFilter via FilterToBeanProxy. Ben Alex 2004-08-03 07:18:33 +00:00
  • 0c43fe1f4a Make SecurityEnforcementFilter more subclass friendly. Ben Alex 2004-08-02 23:08:52 +00:00
  • fe68741719 Add Ray to list of developers. Luke Taylor 2004-08-01 14:54:04 +00:00
  • c1e109da74 Initial commit of remote client authentication interface. Ben Alex 2004-08-01 07:49:16 +00:00
  • 29f8097c64 Increase test coverage. Ben Alex 2004-08-01 07:48:14 +00:00
  • 85d7cbf5a7 Sign JARs of all official releases. Ben Alex 2004-08-01 02:21:19 +00:00