Tidying
This commit is contained in:
parent
d59bdc0cbc
commit
e63fba3a36
|
@ -15,12 +15,6 @@
|
||||||
|
|
||||||
package org.springframework.security.web.access.intercept;
|
package org.springframework.security.web.access.intercept;
|
||||||
|
|
||||||
import org.springframework.security.access.SecurityMetadataSource;
|
|
||||||
import org.springframework.security.access.intercept.AbstractSecurityInterceptor;
|
|
||||||
import org.springframework.security.access.intercept.InterceptorStatusToken;
|
|
||||||
import org.springframework.security.web.FilterInvocation;
|
|
||||||
import org.springframework.core.Ordered;
|
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
import javax.servlet.Filter;
|
import javax.servlet.Filter;
|
||||||
|
@ -30,6 +24,11 @@ import javax.servlet.ServletException;
|
||||||
import javax.servlet.ServletRequest;
|
import javax.servlet.ServletRequest;
|
||||||
import javax.servlet.ServletResponse;
|
import javax.servlet.ServletResponse;
|
||||||
|
|
||||||
|
import org.springframework.security.access.SecurityMetadataSource;
|
||||||
|
import org.springframework.security.access.intercept.AbstractSecurityInterceptor;
|
||||||
|
import org.springframework.security.access.intercept.InterceptorStatusToken;
|
||||||
|
import org.springframework.security.web.FilterInvocation;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Performs security handling of HTTP resources via a filter implementation.
|
* Performs security handling of HTTP resources via a filter implementation.
|
||||||
|
|
Loading…
Reference in New Issue