In a Pre-Authenticated scenario, how can I redirect to a single point of entry?
if the URL isHow can I stop the request from proceeding to some-uri? I was under the impression that successfulAuthentication() method will have the responsibility to redirect to 'home' or whatever, but the user request actually proceeds to some-uri.HTML Code:http://server/myapp/some-uri


Reply With Quote