509915 messages in 941 lists

I think I found a "bug" in:

org.trails.security.LogoutService.

If an error occurs in those lines:

        Cookie cookie = new Cookie("remembermetoken", "");
        cookie.setPath("/");
        cookie.setMaxAge(0);
        response.addCookie(cookie);

(e.g. cookies disabled), the user is not taken back to the "logout" page.

How can I overwrite the LogoutService in the meantime with a corrected version?

I can not find any references inside of hivemodule.xml or acegi-security.xml.......
to change the class for this "hook" ....

Thanks in advance for any help!

Tobias

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Copyright 2006-2008 The Codehaus Foundation
Powered by Codehaus March (Version: 0.1-HEAD)