mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 06:12:27 +00:00
SEC-722: Changed openID filter to use its owen ordering value as it may be used together with form login.
This commit is contained in:
parent
bbc5fea598
commit
b62ad5b097
@ -197,6 +197,6 @@ public class OpenIDAuthenticationProcessingFilter extends AbstractProcessingFilt
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getOrder() {
|
public int getOrder() {
|
||||||
return FilterChainOrder.AUTHENTICATION_PROCESSING_FILTER;
|
return FilterChainOrder.OPENID_PROCESSING_FILTER;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user