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…
Reference in New Issue