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:
+1
-1
@@ -197,6 +197,6 @@ public class OpenIDAuthenticationProcessingFilter extends AbstractProcessingFilt
|
||||
}
|
||||
|
||||
public int getOrder() {
|
||||
return FilterChainOrder.AUTHENTICATION_PROCESSING_FILTER;
|
||||
return FilterChainOrder.OPENID_PROCESSING_FILTER;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user