You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Bragg, Casey" <Ca...@allegiancetelecom.com> on 2001/08/30 05:41:12 UTC

Bug in FormAuthenticator? Revised

Revision of original post...

ooops.. I got something backwards...

    private String savedRequestURL(Session session) {
  
        ...snip
        if (saved == null) {
            // where config.getDefaultPage returns a page URL to 
            // go to if the Login page was requested directly
            // (no request was saved).  I suppose this would be set 
            // the same way the LoginPage URL was specified
            return config.getDefaultPage();
        } 
        ...snip
    }