Results 1 to 3 of 3

Thread: missing Exceptions mapping in AbstractProcessingFilter

  1. #1
    Join Date
    Mar 2005
    Location
    Sterling, VA USA
    Posts
    34

    Default missing Exceptions mapping in AbstractProcessingFilter

    unsuccessfulAuthentication method of AbstractProcessingFilter only maps 5 exceptions. There are almost 12 subclasses of AuthenticationException. Could you please add the other exceptions as well? and similarly get/set methods for the urls for the same exceptions? I need to show different messages on pages based on different exceptions especially I need AccountExpiredException and accountExpiredFailureUrl.

    Thanks

    Ghazenfer

  2. #2
    Join Date
    Mar 2005
    Location
    Sterling, VA USA
    Posts
    34

    Default

    or I would prefer to have a map of AuthenticationException types with redirection URLs, that way, will not have to look to change in a code if I add a new subclass of AuthenticationException and may want to redirect to a different url based on this.

  3. #3
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    We've already refactored AbstractProcessingFilter to use a Map of exceptions to target URLs. Unfortunately this was not included in release 0.8.1, but is in CVS and will be part of the next release.

Similar Threads

  1. Replies: 4
    Last Post: Oct 5th, 2005, 11:04 AM
  2. Missing hibernate mapping files
    By elitex in forum Data
    Replies: 3
    Last Post: Sep 13th, 2005, 06:06 AM
  3. Initialization of Connection Provider fails
    By DEVRocker in forum Data
    Replies: 2
    Last Post: Aug 9th, 2005, 10:14 AM
  4. Spring + Hibernate ORA-00936: missing expression
    By Hugh_la_Main in forum Data
    Replies: 1
    Last Post: Jun 28th, 2005, 08:48 AM
  5. Replies: 13
    Last Post: Dec 7th, 2004, 10:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •