| 
							
							
								 Carlos Sanchez | 3036b5d46b | Spring mock is required for compilation | 2006-02-01 19:16:46 +00:00 |  | 
			
				
					| 
							
							
								 Carlos Sanchez | dac57d7c69 | Cleaned comment | 2006-02-01 19:11:03 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | b580012f8c | Added first draft of LDAP docs | 2006-02-01 13:02:08 +00:00 |  | 
			
				
					| 
							
							
								 Mark St. Godard | 1ca02b6922 | Include @Inherited and @Documented to Secured annotation see SEC-148 | 2006-01-30 03:27:18 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 9771b7817a | SEC-144: Separate SecurityEnforcementFilter from FilterSecurityInterceptor. | 2006-01-28 22:54:23 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | fa4c2a6ade | Correct bug with SEC-120 location of where filter chain proceeds. | 2006-01-28 22:52:17 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 823f93fe3b | SEC-163: Fix ClassCastException bug in MethodInvocationUtils, and add test to prove correct functionality. | 2006-01-28 21:33:35 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | b3cb329ede | SEC-120: Concurrent sessions should be respected by remember-me authentication. | 2006-01-28 21:33:02 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | bf66eb55e2 | Add JDJ article. | 2006-01-28 07:49:56 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | ce907f2ddc | SEC-153: Improve toString() method. | 2006-01-28 01:30:46 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 484b0e3a51 | SEC-126: Initial commit of WebInvocationPrivilegeEvaluator feature. | 2006-01-28 01:26:58 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 0c89822c56 | SEC-162: Properly handle null Authentication. | 2006-01-28 01:24:52 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | c8c7c24822 | SEC-120: Remember-me to delegate to AuthenticationManager so authentication-specific behaviour (such as concurrent user management) can be applied. | 2006-01-28 01:22:36 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | 9062b4c352 | Improved solution to 1.4-compatible IllegalArgumentException with "cause" exception (as suggested on dev list). | 2006-01-27 18:53:37 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | fbe5957c23 | Add support for ldaps:// urls. (Fix for SEC-146). | 2006-01-27 18:28:13 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 82be52cea0 | SEC-123: Remove exception from no-arg constructor. | 2006-01-27 05:26:46 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | ea182f73fe | SEC-145: Include nested exception. | 2006-01-27 05:17:13 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 2459858f48 | SEC-132: Refactor out getSessionId() to interface, so different Authentication.getDetails() implementations can be used. | 2006-01-27 05:10:30 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 07ed2ca2f0 | Initial commit. | 2006-01-27 05:09:57 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | ab223b8423 | SEC-156: Use getName() instead of toString() as getName() is always the username whereas toString() contains extra information if the Authentication.getPrincipal() has been converted to a UserDetails. | 2006-01-27 04:52:46 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 8f6275ab3e | SEC-155: BasicaclEntryCache to provide "remove from cache" support. | 2006-01-27 04:42:39 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 449e395181 | Reformat code. | 2006-01-27 04:42:15 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | e675c89e28 | Remove unused imports. | 2006-01-27 04:41:32 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 5e258cc201 | SEC-161: Truncate everything after ? in URL. | 2006-01-27 03:30:01 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | a7537558e1 | Need a file to prevent Eclipse from giving an error due to missing folder. | 2006-01-27 03:19:07 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 49a917b08d | Remove extra dependency on Commons Lang. This dependency is only required by the domain subproject, not the core security project. | 2006-01-27 03:18:34 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | 13a0784736 | Replaced use of Java 1.5 IllegalArgumentException constructor. | 2006-01-27 01:20:15 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | 20469b6ac9 | Legacy LDAP tests and support files deleted. | 2006-01-26 20:49:55 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | 2b0a65983d | Removed unused logger. | 2006-01-26 20:48:49 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | f9e043d43a | added commons lang dependency | 2006-01-26 20:02:26 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | 17b3424b85 | Javadoc typos. | 2006-01-26 14:55:13 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 4024f124b9 | SEC-154: Support Hibernate/CGLIB modified domain objects. | 2006-01-26 10:27:32 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 9766ee1cbe | SEC-151: Add comment about BeanNameAutoProxyCreator. | 2006-01-26 10:12:09 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 433e5fb858 | SEC-136: Fix typos. | 2006-01-26 10:07:37 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | a7ebe51fc8 | SEC-135: Additional logging of votes in BasicAclEntryVoter. | 2006-01-26 10:04:36 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | f4c1b81a9c | SEC-150: Expand exception message. | 2006-01-26 10:00:59 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 6cf30c71b8 | SEC-142: Fix package names. | 2006-01-26 09:48:54 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 37802e3748 | SEC-138: Make exception output to Commons Logging, not system console. | 2006-01-26 09:36:48 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | 10541fc9db | SEC-137: Correct stack overflow with MethodInvocation.createFromClass(Class, Method). | 2006-01-26 09:28:30 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | e5c538d1a5 | SEC-125: Provide hashCode() method for AbstractAuthenticationToken. | 2006-01-26 09:23:03 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | a0aef26e21 | Add 2006 to copyright header. | 2006-01-26 08:26:06 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | c030052058 | Add another JSF article. | 2006-01-26 02:42:53 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | cbb3d4f23d | Fix HTML error. | 2006-01-25 22:59:05 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | a9c398caa9 | Correct error in docs re InheritableThreadLocal. | 2006-01-25 22:42:15 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | 63682a9c5d | Javadoc typos. | 2006-01-25 17:04:58 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | fe2f4e4a3b | Added setter method to allow connection pooling to be disabled. | 2006-01-25 17:04:02 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | ab0c24bd97 | Add Bart van Riel's tutorial. | 2006-01-24 21:05:11 +00:00 |  | 
			
				
					| 
							
							
								 Ben Alex | f57d279b70 | Add Cagatay Civici's blog. | 2006-01-22 04:41:21 +00:00 |  | 
			
				
					| 
							
							
								 Ray Krueger | b20c0a674a | Fixed NPE see SEC-143 | 2006-01-16 23:56:04 +00:00 |  | 
			
				
					| 
							
							
								 Luke Taylor | 38629f159a | Added default role option to authorities populator. | 2006-01-13 21:13:53 +00:00 |  |