SEC-2192: Create DEFAULT_FILTER_NAME
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package org.springframework.security.web.context;
|
||||
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
/**
|
||||
* @author Keesun Baik
|
||||
*/
|
||||
public class AbstractSecurityWebApplicationInitializerTest {
|
||||
|
||||
@Test
|
||||
public void defaultFilterName() {
|
||||
assertEquals(AbstractSecurityWebApplicationInitializer.DEFAULT_FILTER_NAME, "springSecurityFilterChain");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user