On Mon, Apr 6, 2009 at 12:38 PM, Jeremy Haile <[email protected]> wrote:
> If you are using the FormAuthenticationFilter (the default), you can also > put some logic in your view layer to display the error message. Ki > automatically adds the fully qualified class name of the exception that was > thrown as a request attribute that you can key off of. The request > attribute is based on the "failureKeyAttribute" property of the filter, so > you can adjust in your ini by setting > "authc.failureKeyAttribute=myAttribute" The default attribute name is > "jsecLoginFailure". > Oops, the default attribute _value_ is FormAuthenticationFilter.DEFAULT_ERROR_KEY_ATTRIBUTE_NAME, which does indeed equal "jsecLoginFailure". I'll change that to 'kiLoginFailure' in SVN for 1.0 - Les
