Has anyone else found a solution to this redirect problem? I'm getting the same thing where once a user logs in, it redirects to the correct page but it just downloads and displays the css style link from the adminLogin. I am authenticated and authorized correctly and if I logout and log back in, it redirects correctly. However that first time, it's certainly disconcerting.
I have tried several ways of linking in the stylesheet information, using import in a couple of ways (with and without URL("...")), as well as the link tag in the header. If it is present, the default url that it goes to after a login is the css text. If the css link/import is not there, it goes to the correct url.
Btw, I am using acegi 0.9.0.


