Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							533b71b9b8 
							
						 
					 
					
						
						
							
							SEC-2688: Remove ORDER constant  
						
						
						
						
					 
					
						2014-08-15 21:14:12 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							3187ee8bf3 
							
						 
					 
					
						
						
							
							SEC-2700: Register WithSecurityContextTestExecutionListener by default  
						
						
						
						
					 
					
						2014-08-15 16:41:33 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							b72c1ad314 
							
						 
					 
					
						
						
							
							SEC-2686: Create SecurityMockMvcConfigurer  
						
						
						
						
					 
					
						2014-07-22 15:11:37 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							9654817fd8 
							
						 
					 
					
						
						
							
							SEC-2601: Add DigestRequestPostProcessor  
						
						
						
						
					 
					
						2014-07-21 22:46:18 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							c8348d60e1 
							
						 
					 
					
						
						
							
							SEC-2602: Add test support for x509 certificate  
						
						
						
						
					 
					
						2014-07-21 15:09:30 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							906a0cb0e2 
							
						 
					 
					
						
						
							
							SEC-2684: Correct spelling of WithSecurityContextTestExecutionListener  
						
						
						
						
					 
					
						2014-07-18 13:53:41 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							e4fa42c399 
							
						 
					 
					
						
						
							
							SEC-2593: Add test for TestSecurityContext RPP in stateless mode  
						
						
						
						
					 
					
						2014-06-13 15:28:06 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							7e3e821db1 
							
						 
					 
					
						
						
							
							SEC-2593: Support stateless mode in Spring Security Test  
						
						
						
						
					 
					
						2014-06-13 15:22:06 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							6d45957eec 
							
						 
					 
					
						
						
							
							SEC-2572: Add spring-security-test method showcase  
						
						... 
						
						
						
						This will allow for using the showcase in the documentation. 
						
						
					 
					
						2014-05-07 10:45:52 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							dabe3a03e7 
							
						 
					 
					
						
						
							
							SEC-2586: Create DefaultSecurityTestExecutionListeners  
						
						
						
						
					 
					
						2014-05-07 10:44:05 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							00e1094178 
							
						 
					 
					
						
						
							
							Add springio-platform plugin  
						
						
						
						
					 
					
						2014-04-23 14:35:22 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							8baf82532c 
							
						 
					 
					
						
						
							
							SEC-2015: Add spring-security-test  
						
						
						
						
					 
					
						2014-04-22 16:47:48 -05:00 
						 
				 
			
				
					
						
							
							
								Ben Alex 
							
						 
					 
					
						
						
						
						
							
						
						
							b8b31d6f65 
							
						 
					 
					
						
						
							
							Tidy up Maven migration by eliminating unnecessary directories and having Eclipse classpath use MAVEN_REPO.  
						
						
						
						
					 
					
						2004-12-05 07:21:30 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Alex 
							
						 
					 
					
						
						
						
						
							
						
						
							2426bb9e8e 
							
						 
					 
					
						
						
							
							Make JdbcDaoTests use in-memory database.  
						
						
						
						
					 
					
						2004-07-29 03:32:23 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Sampaleanu 
							
						 
					 
					
						
						
						
						
							
						
						
							e2de3c9dbc 
							
						 
					 
					
						
						
							
							Enhance AuthenticationProcessingFilterEntryPoint and related classes, to support a property forcing the login page to be access via https even if the original intercepted request came in as http.  
						
						
						
						
					 
					
						2004-04-22 21:47:05 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Sampaleanu 
							
						 
					 
					
						
						
						
						
							
						
						
							3ceb492cb2 
							
						 
					 
					
						
						
							
							move password encoder tests to proper packages.  
						
						... 
						
						
						
						rename saltSource param in PasswordEncoder interfce to salt. It was already called salt in subclasses, and is in fact supposed to be the salt, not the source for the salt, although depending on the implementation it may still be treated as the latter. 
						
						
					 
					
						2004-04-17 02:18:46 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Sampaleanu 
							
						 
					 
					
						
						
						
						
							
						
						
							3d089aaa67 
							
						 
					 
					
						
						
							
							move and rename password encoding classes.  
						
						... 
						
						
						
						change saltSource arument to salt argument, which impl may or may not use. 
						
						
					 
					
						2004-04-16 03:44:04 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Sampaleanu 
							
						 
					 
					
						
						
						
						
							
						
						
							5d9d734735 
							
						 
					 
					
						
						
							
							more final version of the various PasswordEncoder implementations.  
						
						... 
						
						
						
						add unit tests for PasswordEncoder implementations.
remove ignore password case and ignore username case flags and handling from DaoAuthenticationProvider.
remove requirement described in JavaDoc for AuthenticationDao that it ignore case when returning a user by username. Implementations may still do so if configured as such. 
						
						
					 
					
						2004-04-15 16:32:09 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Sampaleanu 
							
						 
					 
					
						
						
						
						
							
						
						
							41a837f8cd 
							
						 
					 
					
						
						
							
							add back HSQL db in test dir, as it turns out _it is_ supposed to be in CVS  
						
						... 
						
						
						
						modify JdbcDaoTests to test for role prefix functionality
fix glitch in JdbcDaoImpl
modify Eclipse classpath so HSQL lib is loaded, so unit tests can run in Eclipse as well. 
						
						
					 
					
						2004-04-15 03:34:18 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Sampaleanu 
							
						 
					 
					
						
						
						
						
							
						
						
							547b1ff4e3 
							
						 
					 
					
						
						
							
							remove test data that somehow got checked into CVS  
						
						
						
						
					 
					
						2004-04-14 03:39:30 +00:00 
						 
				 
			
				
					
						
							
							
								Colin Sampaleanu 
							
						 
					 
					
						
						
						
						
							
						
						
							6c26e79a0f 
							
						 
					 
					
						
						
							
							change AuthenticationProcessingFilter and SecurityEnforcementFilter to use Spring's WebApplicationContextUtils by defualt to find their config context.  
						
						
						
						
					 
					
						2004-04-09 02:44:17 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Alex 
							
						 
					 
					
						
						
						
						
							
						
						
							0a17d65d37 
							
						 
					 
					
						
						
							
							Initial commit.  
						
						
						
						
					 
					
						2004-03-29 02:49:51 +00:00