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
1 changed files with 1 additions and 1 deletions

View File

@ -197,6 +197,6 @@ public class OpenIDAuthenticationProcessingFilter extends AbstractProcessingFilt
}
public int getOrder() {
return FilterChainOrder.AUTHENTICATION_PROCESSING_FILTER;
return FilterChainOrder.OPENID_PROCESSING_FILTER;
}
}