mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 06:42:49 +00:00
SEC-1250: Removed duplicate property.
This commit is contained in:
parent
cf5e713812
commit
881632cc08
@ -30,7 +30,6 @@ public class RequestHeaderAuthenticationFilter extends AbstractPreAuthenticatedP
|
|||||||
private String principalRequestHeader = "SM_USER";
|
private String principalRequestHeader = "SM_USER";
|
||||||
private String credentialsRequestHeader;
|
private String credentialsRequestHeader;
|
||||||
private boolean exceptionIfHeaderMissing = true;
|
private boolean exceptionIfHeaderMissing = true;
|
||||||
private boolean exceptionIfMissingHeader;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read and returns the header named by <tt>principalRequestHeader</tt> from the request.
|
* Read and returns the header named by <tt>principalRequestHeader</tt> from the request.
|
||||||
@ -80,6 +79,6 @@ public class RequestHeaderAuthenticationFilter extends AbstractPreAuthenticatedP
|
|||||||
* the request to proceed if no header is found.
|
* the request to proceed if no header is found.
|
||||||
*/
|
*/
|
||||||
public void setExceptionIfHeaderMissing(boolean exceptionIfHeaderMissing) {
|
public void setExceptionIfHeaderMissing(boolean exceptionIfHeaderMissing) {
|
||||||
this.exceptionIfHeaderMissing = exceptionIfMissingHeader;
|
this.exceptionIfHeaderMissing = exceptionIfHeaderMissing;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user