mix Basic authentication and Acegi's HTTP session auth?
I'm a newbie to Acegi.
I have a web application where for a subset of the resources/urls
I would like to use the plain Basic HTTP authentication provided by the web container (without any assitance from Acegi at all), and for the rest, I would like to use Acegi's form-based HTTP session authentication (and some of its other capabilities). This is possible, right?
At first glance, this looked like a trivial thing to implement with Acegi, but I just wanted to make sure before investing more time.
/Jong