Results 1 to 2 of 2

Thread: A Simpler Filter Configuration?

  1. #1
    Join Date
    Aug 2004
    Location
    Hawaii, US
    Posts
    225

    Default A Simpler Filter Configuration?

    Hello,

    I think I saw some posts about this very idea somewhere else, but can't find the reference. If anyone has seen previous info, and has the link, I'd love to see what the history is.

    Has there been work done to reduce the amount of filters specified in the web.xml? I'd love to see just one filter, ie AcegiMasterFilter, which simply delegates to all other filters. We define the AcegiMasterFilter once in the web.xml, and it gets its config from the ApplicationContext.

    Before I go create this (simple) piece of code, I'll wait to see if Ben has already done this.

    Thanks!
    Seth

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

    Default

    The latest discussion about simplification can be found at http://www.mail-archive.com/acegisec.../msg00655.html. I think moving the filter definition into a single bean in the IoC container is an excellent first step.

Similar Threads

  1. after login redirects incorrectly
    By ryan.tyer in forum Security
    Replies: 1
    Last Post: Oct 10th, 2005, 05:16 PM
  2. Loosing my SecureContext
    By sklakken in forum Security
    Replies: 3
    Last Post: Jul 21st, 2005, 01:44 PM
  3. Replies: 4
    Last Post: May 29th, 2005, 07:39 AM
  4. Replies: 5
    Last Post: Mar 18th, 2005, 04:01 AM
  5. Replies: 5
    Last Post: Aug 27th, 2004, 07:13 PM

Posting Permissions

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