Commit Graph

  • b20c0a674a Fixed NPE see SEC-143 Ray Krueger 2006-01-16 23:56:04 +00:00
  • 38629f159a Added default role option to authorities populator. Luke Taylor 2006-01-13 21:13:53 +00:00
  • bc7b0d00fe Sync with Maven build. Ben Alex 2006-01-06 09:09:26 +00:00
  • 63dcdec1b7 Corrected more Jalopy screwy formatting. Luke Taylor 2006-01-06 02:00:41 +00:00
  • 22b0e1613c Addition of package.html files. Minor formatting. Luke Taylor 2006-01-05 19:59:04 +00:00
  • 2f53f0e7d7 Message string changed to reflect class name changes. Luke Taylor 2006-01-05 01:11:45 +00:00
  • affa500778 Message string changed to reflect class name changes. Luke Taylor 2006-01-05 01:02:49 +00:00
  • d7ae1ad21b Refactoring to reduce code duplication, remove config files and use JMock to enforce expectations on whether FilterChain proceeds or not. Luke Taylor 2006-01-05 00:59:10 +00:00
  • 0202b47346 Switched to using JMock methods for dummy objects. Luke Taylor 2006-01-04 23:31:34 +00:00
  • 4063a87dbf Changed to use parent method for Mock creation rather than new operator. Luke Taylor 2006-01-04 23:25:40 +00:00
  • b1e10bc740 switch site deployment to acegisecurity.org Luke Taylor 2006-01-04 22:38:12 +00:00
  • f9d0ee209b Changed FilterInvocationDefinitionSourceEditor to complain if the parsed URL or the config attribute is empty or null. Plus some comment tidying. Luke Taylor 2006-01-04 21:35:10 +00:00
  • e3696e697b updated statcvs plugin version to 2.7 Luke Taylor 2006-01-04 00:46:05 +00:00
  • 56bccf6070 Added MessageSource support for LDAP provider classes. Luke Taylor 2006-01-03 20:31:19 +00:00
  • e81be72bd7 Changed test to use tested class rather than interface name. Added test for service detection style URLs. Luke Taylor 2006-01-01 15:11:54 +00:00
  • 53dcdf7e89 If childObject is a collection, add the objects in the collection. Matthew Porter 2005-12-28 20:59:53 +00:00
  • e37cdd3f7d Ignore target Carlos Sanchez 2005-12-27 14:53:59 +00:00
  • 1dfc42550f Add spring-mock to dependency management Add ldap dependencies Simplify spring dependencies Carlos Sanchez 2005-12-25 00:21:49 +00:00
  • 65cf4c1b23 Use spring 1.2.6 Carlos Sanchez 2005-12-25 00:18:56 +00:00
  • 6b1f97a381 Resolve compiler warnings. Ben Alex 2005-12-24 10:03:18 +00:00
  • ec2debd7fc Classpath sync with Maven POM. Ben Alex 2005-12-24 09:59:15 +00:00
  • b0d65259b6 Changed groupId to org.acegisecurity Carlos Sanchez 2005-12-22 16:40:22 +00:00
  • 27efd13532 Set version to 1.0.0-SNAPSHOT preparing for next version Carlos Sanchez 2005-12-22 16:32:12 +00:00
  • f226dfb67f Use ISO encoding to avoid problems Carlos Sanchez 2005-12-22 16:27:44 +00:00
  • 45308643c9 Use ISO encoding to avoid problems Removed unneeded exclude Use jcifs from ibiblio Carlos Sanchez 2005-12-22 16:24:57 +00:00
  • 39cf954a45 Improved m2 poms Carlos Sanchez 2005-12-22 16:17:37 +00:00
  • 0c9e1769a4 Improved m2 poms Carlos Sanchez 2005-12-22 15:54:37 +00:00
  • f662ed5890 Ignore eclipse project files Carlos Sanchez 2005-12-22 13:41:33 +00:00
  • 9b5aa159aa Correct screwy formatting. Luke Taylor 2005-12-22 01:42:27 +00:00
  • 3977e3b822 Refactored to remove unnecessary null check in createSuccessAuthentication. Removed several legacy references to AuthenticationDao in Javadoc. Luke Taylor 2005-12-22 01:30:53 +00:00
  • 5b076c79d1 Changed to use a Set rather than array index to check for the presence of granted authorities as the ordering of the latter couldn't be guaranteed. Luke Taylor 2005-12-22 01:22:09 +00:00
  • 41a95b11cd Corrected wrong package name in Javadoc. Luke Taylor 2005-12-22 01:18:32 +00:00
  • 8f725f7a74 Removed no-arg constructor from UsernamePasswordAuthenticationToken. Luke Taylor 2005-12-22 01:16:16 +00:00
  • c378779610 Removed printStackTrace from expected exception. Luke Taylor 2005-12-22 01:15:25 +00:00
  • 09cef7adc2 Refactoring to remove encodeInternal method. Same as recent changes to SHA encoder. Luke Taylor 2005-12-21 16:41:52 +00:00
  • 8003b98f9d Accidentally checked in version with tests disabled Luke Taylor 2005-12-21 16:29:06 +00:00
  • 2d1dd7b292 Restoring author/version tags, some minor comments. Luke Taylor 2005-12-21 00:48:57 +00:00
  • 20d69e2734 Tidying up some Jalopy weirdness. Luke Taylor 2005-12-21 00:39:36 +00:00
  • dc728987f4 Changed LdapDataAccessException to extend AuthenticationServiceException. Luke Taylor 2005-12-21 00:14:15 +00:00
  • 0f678d53ba Javadoc typo in tag. Luke Taylor 2005-12-21 00:00:02 +00:00
  • 911be66513 Move LdapUserSearch into main provider package and separate out its current implementation as it may be used for more than authentication. Luke Taylor 2005-12-20 23:58:35 +00:00
  • b01bf0b878 Expanded Javadoc. Luke Taylor 2005-12-20 23:26:38 +00:00
  • 8585ddf48b Updated app. context file to match new constructor-injection changes. Luke Taylor 2005-12-20 23:21:55 +00:00
  • 1549ec55b1 Switch to embedded context version of apache DS (no socket nonsense etc.) Luke Taylor 2005-12-20 23:08:54 +00:00
  • e33edef1c8 Added antlr dependency for apache DS Luke Taylor 2005-12-20 23:02:44 +00:00
  • db0b0e5511 Switch to individual apache DS dependencies Luke Taylor 2005-12-20 22:53:02 +00:00
  • 9554dc50bc Pull functionality for hiding UsernameNotFoundException's up into AbstractUserDetailsAuthenticationProvider. Luke Taylor 2005-12-19 17:23:34 +00:00
  • 929b08c085 Spring config for ApacheDS is no longer used. Luke Taylor 2005-12-19 17:04:09 +00:00
  • 069f78c00b Move the apacheDS working directory to java.io.tmpdir Luke Taylor 2005-12-19 17:01:25 +00:00
  • 1f66750e24 Added support for multiple DN patterns. Changes to favour constructor injection for mandatory properties. Renamed LdapUserInfo to prevent confusion with UserDetails interface. Luke Taylor 2005-12-18 21:14:27 +00:00
  • e3b728cc9a Javadoc typos. Luke Taylor 2005-12-18 15:02:17 +00:00
  • 7a0313a341 Add ldap webapp to multiwar goal. Luke Taylor 2005-12-18 03:54:41 +00:00
  • a9a6f8b891 First checkin of LDAP contacts sample app. Luke Taylor 2005-12-18 03:53:01 +00:00
  • 40f50498b2 Re-enable some tests which partially work with embedded ApacheDS. Luke Taylor 2005-12-16 18:26:23 +00:00
  • 31be69be37 Re-enabled LDAP tests and moved log4j after apache-ds in dependency list to avoid classpath issues Luke Taylor 2005-12-16 03:20:36 +00:00
  • bfb4fb81d4 Remove messages about existing data. Luke Taylor 2005-12-16 02:47:47 +00:00
  • 5b23bafd2f Ignore Apache DS work directories. Ben Alex 2005-12-16 02:46:04 +00:00
  • 299251a3ae Change ordering. Ben Alex 2005-12-16 02:44:14 +00:00
  • f9c88adfa9 Switch to embedded server and disable tests which cause problems with apacheDS for the time being. Luke Taylor 2005-12-16 02:23:06 +00:00
  • 53252d258f Set extra properties on InitialDirContextFactory and corrected group search filter. Luke Taylor 2005-12-16 01:28:29 +00:00
  • 1db1a3cd62 Changes try to get Ldap tests working with the possibility of using a non-networked embedded server. Luke Taylor 2005-12-16 01:07:31 +00:00
  • 45e2f9dac4 Removed internal encoding method to make subclassing work. Luke Taylor 2005-12-16 00:59:29 +00:00
  • 781ed0f380 Switch to local url. Luke Taylor 2005-12-15 03:45:48 +00:00
  • 5ecb0d371d Refer to JMock and latest Apache DS. Ben Alex 2005-12-15 03:45:20 +00:00
  • 1cf626c23c remove individual apacheds dependencies in favour of server jar. disable ldap tests for now Luke Taylor 2005-12-15 02:59:54 +00:00
  • d014411d48 Corrections to DIT for apache-ds tests. Luke Taylor 2005-12-15 02:16:13 +00:00
  • 12ebd4e814 Modifications to allow compilation with updated Apache DS version. Luke Taylor 2005-12-15 01:44:20 +00:00
  • ce3d6f2129 Initial LDAP provider checkin. Luke Taylor 2005-12-15 00:18:13 +00:00
  • 6e3a192a32 added apache-ds jars to dependencies Luke Taylor 2005-12-14 22:09:44 +00:00
  • c7088e3f96 add apache svn to repository list Luke Taylor 2005-12-14 22:08:59 +00:00
  • 6832b5dc1a Added more info Carlos Sanchez 2005-12-11 23:08:33 +00:00
  • ddf6e05306 SEC-122: Add taglib import details. Ben Alex 2005-12-07 18:53:19 +00:00
  • 0b92d18e58 Add Matt's latest blog entry. Ben Alex 2005-12-07 18:42:03 +00:00
  • a9de0a2e3b SEC-121: Add to instructions. Ben Alex 2005-12-07 18:41:13 +00:00
  • a5000972fb Add RC1. Ben Alex 2005-12-04 22:25:36 +00:00
  • 9aaf99e044 PermSize note. Ben Alex 2005-12-04 22:13:58 +00:00
  • 2885d681b6 Initial commit. Ben Alex 2005-12-04 22:01:27 +00:00
  • efe860aa32 Re-enable plugin (not cause of build issue - needed -XX:MaxPermSize=512m in MAEN_OPTS environment variable instead). Ben Alex 2005-12-04 22:00:43 +00:00
  • e46cd072b8 Re-add PMD (didn't seem the key problem - Maven is playing up all over the place). Ben Alex 2005-12-04 12:15:30 +00:00
  • a1037ddc87 Prepare 1.0.0 RC1. Ben Alex 2005-12-04 11:20:52 +00:00
  • d89c6c0a74 SEC-118: Wrong logger class corrected. Ben Alex 2005-12-04 10:48:33 +00:00
  • 771d461367 Remove PMD (causing build failures). Ben Alex 2005-12-04 10:47:38 +00:00
  • 2f852f6cbd Prepare 1.0.0 RC1. Ben Alex 2005-12-03 22:41:38 +00:00
  • ee48f38ff0 SEC-116: Correct JavaDocs. Ben Alex 2005-12-02 12:14:38 +00:00
  • 75a9784028 SEC-58: Initial commit of Velocity helper. Ben Alex 2005-12-01 09:38:50 +00:00
  • b16ce31c5b Prove placeholders work correctly. Ben Alex 2005-12-01 00:30:18 +00:00
  • 271d5ac96c Temporarily sort out transformer issues. Ben Alex 2005-11-30 23:52:04 +00:00
  • 0def8275d6 Use correct package locations and property names. Ben Alex 2005-11-30 23:48:20 +00:00
  • 2c28ff4fd1 SEC-56: Further improvements to localization. Ben Alex 2005-11-30 01:23:36 +00:00
  • d45f9a0560 Change next version to 1.0.0 RC1. Ben Alex 2005-11-30 00:32:30 +00:00
  • 62fde4ede3 SEC-107: Finalize rename of AuthenticationDao to UserDetailsService with corresponding change in package from .providers.dao to .userdetails. Ben Alex 2005-11-30 00:20:13 +00:00
  • dd99fae8e1 Fix error reported on acegisecurity-developer by Samuel Le Berrigaud on 28 November 2005. Ben Alex 2005-11-30 00:14:55 +00:00
  • c15f2bbaad Fixes for SEC-115. Moved test-web.xml file to test/resources Luke Taylor 2005-11-29 17:29:08 +00:00
  • ec30e8b11c Fixes for SEC-115. Updates to acegifier to work with Maven and new Acegi sources. Luke Taylor 2005-11-29 17:14:56 +00:00
  • a6e23d79ae SEC-107: Rename AuthenticationDao to UserDetailsService. Ben Alex 2005-11-29 13:10:15 +00:00
  • c021362ebb New package top level name. Ben Alex 2005-11-29 04:06:31 +00:00
  • 6144e1664e SEC-108: Make fields protected. Ben Alex 2005-11-29 02:43:35 +00:00
  • f57f50bae5 Modify Acegifier to use Maven build and 1.0.0+ package names. Ben Alex 2005-11-29 02:33:40 +00:00
  • 6585c2b391 Allow subclasses to make modifications to GrantedAuthority[]. Ben Alex 2005-11-26 13:27:30 +00:00
  • 8c52898dc8 Realign with latest changes to Maven project.xml. Ben Alex 2005-11-26 10:03:21 +00:00