1
0
mirror of synced 2026-05-22 21:33:16 +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:
Luke Taylor
2008-03-20 19:55:32 +00:00
parent bbc5fea598
commit b62ad5b097
@@ -197,6 +197,6 @@ public class OpenIDAuthenticationProcessingFilter extends AbstractProcessingFilt
}
public int getOrder() {
return FilterChainOrder.AUTHENTICATION_PROCESSING_FILTER;
return FilterChainOrder.OPENID_PROCESSING_FILTER;
}
}