mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-31 14:48:54 +00:00 
			
		
		
		
	SEC-1070: AbstractRetryEntryPoint always uses RetryWithHttpEntryPoint logger. Converted to protected (non-static) and used getClass().
This commit is contained in:
		
							parent
							
								
									9de9f638fe
								
							
						
					
					
						commit
						ccf422af5a
					
				| @ -20,7 +20,7 @@ import java.io.IOException; | |||||||
|  */ |  */ | ||||||
| public abstract class AbstractRetryEntryPoint implements ChannelEntryPoint { | public abstract class AbstractRetryEntryPoint implements ChannelEntryPoint { | ||||||
|     //~ Static fields/initializers ===================================================================================== |     //~ Static fields/initializers ===================================================================================== | ||||||
|     private static final Log logger = LogFactory.getLog(RetryWithHttpEntryPoint.class); |     protected final Log logger = LogFactory.getLog(getClass()); | ||||||
| 
 | 
 | ||||||
|     //~ Instance fields ================================================================================================ |     //~ Instance fields ================================================================================================ | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user