Results 1 to 2 of 2

Thread: Why could login lead to a 404?!

  1. #1

    Default Why could login lead to a 404?!

    I've been happily using Acegi for a few months, but have only added a 404 <error-page> section to my web.xml today. Something odd is now happening - I login to https://my.ip.addressort/ as normal, but once authorised, instead of hitting index.jsp--c:redirect-->home.jsp, I see the 404 page!

    My <welcome-list> specifies index.jsp, index.jsp has the redirect, and my Acegi config looks pretty much like the tutorials. Does this sound familiar to anyone, or can anyone come up with a proposed mechanism for this weirdness? (I'll hold off posting the lengthy configs for now.)

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

    Default

    Is this with 1.0.0 RC2? See if DEBUG logging of Acegi Security helps you see whether it is sending a 404 or not. Could something else be sending a 404 perhaps?
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

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