Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							be303b15d1 
							
						 
					 
					
						
						
							
							SEC-3128: RoleVoter supports null Authentication  
						
						
						
						
					 
					
						2015-10-29 14:03:18 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							bd221739c7 
							
						 
					 
					
						
						
							
							SEC-3109: DelegatingSecurityContextExecutor fails with same Thread  
						
						... 
						
						
						
						Previously DelegatingSecurityContextRunnable and DelegatingSecurityContextCallable
would not setup the SecurityContext if it was on the same thread as it was created.
This was intended to fix SEC-3031 but simply caused more problems.
This commit changes the strategy to keep track of the previous SecurityContext
and restore it (or clear it out if it was originally empty). 
						
						
					 
					
						2015-10-26 17:16:54 -05:00 
						 
				 
			
				
					
						
							
							
								zhanhb 
							
						 
					 
					
						
						
						
						
							
						
						
							29f2cc0ab1 
							
						 
					 
					
						
						
							
							snasphot -> snapshot  
						
						
						
						
					 
					
						2015-09-25 15:28:39 -05:00 
						 
				 
			
				
					
						
							
							
								/usr/local/ΕΨΗΕΛΩΝ 
							
						 
					 
					
						
						
						
						
							
						
						
							e6ed4441c4 
							
						 
					 
					
						
						
							
							Update messages_it.properties  
						
						
						
						
					 
					
						2015-09-17 17:31:32 +02:00 
						 
				 
			
				
					
						
							
							
								David Avenante 
							
						 
					 
					
						
						
						
						
							
						
						
							a9a5377e4a 
							
						 
					 
					
						
						
							
							Unused import  
						
						... 
						
						
						
						An import unsued 
						
						
					 
					
						2015-09-02 00:21:39 -05:00 
						 
				 
			
				
					
						
							
							
								David Avenante 
							
						 
					 
					
						
						
						
						
							
						
						
							5edfeb4091 
							
						 
					 
					
						
						
							
							Unused import  
						
						... 
						
						
						
						And import is unused 
						
						
					 
					
						2015-09-02 00:21:39 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							adfeb96e2f 
							
						 
					 
					
						
						
							
							Update to Spring 4.2.1  
						
						
						
						
					 
					
						2015-09-01 09:53:26 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							c79bceab03 
							
						 
					 
					
						
						
							
							SEC-2956: Improve AnnotationParameterNameDiscoverer Performance  
						
						
						
						
					 
					
						2015-08-19 16:07:03 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							55dd247660 
							
						 
					 
					
						
						
							
							SEC-3078: Update Spring 4.2  
						
						
						
						
					 
					
						2015-08-19 16:05:40 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							26ab012b57 
							
						 
					 
					
						
						
							
							Start 4.1.0  
						
						
						
						
					 
					
						2015-08-18 13:58:01 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							969f3a7d1b 
							
						 
					 
					
						
						
							
							Update pom.xml to latest snapshots  
						
						
						
						
					 
					
						2015-08-03 09:46:01 -05:00 
						 
				 
			
				
					
						
							
							
								Thomas Darimont 
							
						 
					 
					
						
						
						
						
							
						
						
							ad1d858e2b 
							
						 
					 
					
						
						
							
							SEC-3056 - Fix JavaDoc errors.  
						
						... 
						
						
						
						Fixed JavaDoc errors accross multiple modules in order to make javadoc happy with Java 8. 
						
						
					 
					
						2015-08-03 08:02:24 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							117f892c91 
							
						 
					 
					
						
						
							
							SEC-3031: DelegatingSecurityContext(Runnable|Callable) only modify SecurityContext on new Thread  
						
						... 
						
						
						
						Modifying the SecurityContext on the same Thread can cause issues. For example, with a
RejectedExecutionHandler the SecurityContext may be cleared out on the original Thread.
This change modifies both the DelegatingSecurityContextRunnable and DelegatingSecurityContextCallable to,
by default, only modify the SecurityContext if they are invoked on a new Thread. The behavior can be changed
by setting the property enableOnOrigionalThread to true. 
						
						
					 
					
						2015-07-22 16:07:21 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							e8c9f75f9c 
							
						 
					 
					
						
						
							
							Update pom.xml to latest versions  
						
						
						
						
					 
					
						2015-07-22 12:51:04 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							821333434d 
							
						 
					 
					
						
						
							
							SEC-3013: Add messages_en.properties  
						
						
						
						
					 
					
						2015-07-13 23:18:45 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							197ddb3cd1 
							
						 
					 
					
						
						
							
							SEC-3029: Fix Compatibility with Spring 4.2.x  
						
						
						
						
					 
					
						2015-07-07 22:46:31 -05:00 
						 
				 
			
				
					
						
							
							
								Alex Panchenko 
							
						 
					 
					
						
						
						
						
							
						
						
							0a118336d4 
							
						 
					 
					
						
						
							
							SEC-2955: Convert to "static" for inner classes  
						
						
						
						
					 
					
						2015-04-30 12:54:52 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							b433cdda7e 
							
						 
					 
					
						
						
							
							SEC-2930: Update SecurityExpressionOperations javadoc  
						
						
						
						
					 
					
						2015-04-21 09:21:29 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							d5dfeeca49 
							
						 
					 
					
						
						
							
							SEC-2927: Update chat-jc pom so Maven Builds  
						
						... 
						
						
						
						Previously there were some incorrect dependency versions. This commit fixes
that.
We added dependencyManagement for Spring Framework and corrected
Thymeleaf and embedded redis versions. 
						
						
					 
					
						2015-04-20 15:53:26 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							4fdfb8caba 
							
						 
					 
					
						
						
							
							SEC-2915: More Tabs -> Spaces  
						
						
						
						
					 
					
						2015-04-17 11:34:34 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							db531d9100 
							
						 
					 
					
						
						
							
							SEC-2917: Update to Spring 4.1.6  
						
						
						
						
					 
					
						2015-03-25 15:18:59 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							ae6af5d73c 
							
						 
					 
					
						
						
							
							SEC-2915: Updated Java Code Formatting  
						
						
						
						
					 
					
						2015-03-25 13:09:18 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							0a2e496a84 
							
						 
					 
					
						
						
							
							SEC-2915: groovy/gradle spaces->tabs  
						
						
						
						
					 
					
						2015-03-25 13:08:59 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							cf9f58a4ac 
							
						 
					 
					
						
						
							
							SEC-2915: XML spaces->tabs  
						
						
						
						
					 
					
						2015-03-25 13:08:52 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							706e7fd7a2 
							
						 
					 
					
						
						
							
							SEC-2863: Update to Spring 4.1.5  
						
						
						
						
					 
					
						2015-02-20 11:43:04 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							9b5f76f3d6 
							
						 
					 
					
						
						
							
							SEC-2833: Rossen's feedback on WebSocket  
						
						
						
						
					 
					
						2015-02-04 10:43:12 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							6627f76df7 
							
						 
					 
					
						
						
							
							SEC-2758: Make ROLE_ consistent  
						
						
						
						
					 
					
						2015-01-29 17:08:43 -06:00 
						 
				 
			
				
					
						
							
							
								james 
							
						 
					 
					
						
						
						
						
							
						
						
							e8ac402dfc 
							
						 
					 
					
						
						
							
							SEC-2812: Fix german translations  
						
						
						
						
					 
					
						2015-01-12 13:59:48 +01:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							8f0001f59a 
							
						 
					 
					
						
						
							
							Next Development Version  
						
						
						
						
					 
					
						2014-12-11 20:39:26 -06:00 
						 
				 
			
				
					
						
							
							
								Spring Buildmaster 
							
						 
					 
					
						
						
						
						
							
						
						
							49b69196de 
							
						 
					 
					
						
						
							
							Release version 4.0.0.RC1  
						
						
						
						
					 
					
						2014-12-11 20:36:55 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							11116c2b80 
							
						 
					 
					
						
						
							
							SEC-2787: Update Versions  
						
						
						
						
					 
					
						2014-12-10 16:37:19 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							b56e5edbbd 
							
						 
					 
					
						
						
							
							SEC-2784: Fix build plugins  
						
						
						
						
					 
					
						2014-12-08 14:24:34 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							6e204fff72 
							
						 
					 
					
						
						
							
							SEC-2781: Remove deprecations  
						
						
						
						
					 
					
						2014-12-04 15:28:40 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							dfa17bdb98 
							
						 
					 
					
						
						
							
							SEC-2747: Remove spring-core dependency from spring-security-crypto  
						
						
						
						
					 
					
						2014-11-20 16:16:22 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							30c5788b8b 
							
						 
					 
					
						
						
							
							SEC-1897: Remove raw types from AbstractAccessDecisionManager  
						
						
						
						
					 
					
						2014-11-20 15:36:53 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							4d738d8576 
							
						 
					 
					
						
						
							
							SEC-2491: KeyBasedPersistenceTokenService defaults to 32 bytes  
						
						
						
						
					 
					
						2014-11-20 14:40:07 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							0704f88e99 
							
						 
					 
					
						
						
							
							SEC-2344: Remove check for DefaultParamterNameDiscoverer  
						
						... 
						
						
						
						Spring Security not requires Spring 4, so there is no need to perform a
check if Spring 4 is present. 
						
						
					 
					
						2014-11-20 12:09:38 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							3089f1603e 
							
						 
					 
					
						
						
							
							SEC-2682: DelegatingSecurityContextRunnable/Callable delegate toString()  
						
						
						
						
					 
					
						2014-11-20 11:51:05 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							5810681b06 
							
						 
					 
					
						
						
							
							SEC-2574: JavaConfig default SessionRegistry processes SessionDestroyedEvents  
						
						
						
						
					 
					
						2014-11-19 16:48:19 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							3b8f7fdd67 
							
						 
					 
					
						
						
							
							SEC-2732: ehcache-core -> ehcache  
						
						
						
						
					 
					
						2014-11-18 17:14:30 -06:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							4e7398eec0 
							
						 
					 
					
						
						
							
							SEC-2150: Support class level annotations on Spring Data Repositories  
						
						
						
						
					 
					
						2014-09-26 13:47:37 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							d429c96253 
							
						 
					 
					
						
						
							
							SEC-2150: Add tests to verify JSR-250 Spec behavior  
						
						
						
						
					 
					
						2014-09-26 13:46:10 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							5ba8f000a7 
							
						 
					 
					
						
						
							
							SEC-2714: Add AuthenticationPrincipal resolver for messaging support  
						
						
						
						
					 
					
						2014-09-23 16:28:48 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							02c3565e22 
							
						 
					 
					
						
						
							
							Fix compiling in Eclipse  
						
						
						
						
					 
					
						2014-09-16 10:18:46 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							3f30529039 
							
						 
					 
					
						
						
							
							SEC-2179: Add Spring Security Messaging Support  
						
						
						
						
					 
					
						2014-08-15 20:46:58 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							f50e058d07 
							
						 
					 
					
						
						
							
							SEC-2697: Fix logging of Spring Version Check  
						
						
						
						
					 
					
						2014-08-15 16:41:33 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							3187ee8bf3 
							
						 
					 
					
						
						
							
							SEC-2700: Register WithSecurityContextTestExecutionListener by default  
						
						
						
						
					 
					
						2014-08-15 16:41:33 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							08d703545c 
							
						 
					 
					
						
						
							
							SEC-2686: Fix SpringSecurityCoreVersion  
						
						
						
						
					 
					
						2014-07-22 22:06:45 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							b72c1ad314 
							
						 
					 
					
						
						
							
							SEC-2686: Create SecurityMockMvcConfigurer  
						
						
						
						
					 
					
						2014-07-22 15:11:37 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Winch 
							
						 
					 
					
						
						
						
						
							
						
						
							626b521c0e 
							
						 
					 
					
						
						
							
							SEC-2591: Added more user friendly Korean messages_ko_KR.properties  
						
						
						
						
					 
					
						2014-06-13 13:56:40 -05:00