I have an application that is failing on a logout redirect when I use a context path to extend my url. I expect it to return “https://mysite.com/oe” but instead it’s returning “http://mysite.com/oe/oe”, which is causing all kinds of issues. Is there a way to handle the double context appending?
I actually figured it out. It was a two step issue that, in my opinion, wasn’t very clearly covered in hlla’s docs. Turns out that the setLoginView in the security config can also set the logout view. Adding this piece of code fixed the “oe/oe” problem;
setLoginView(http, "login");
As for the https issue, there was another forum that seemed to have the answer;
After implementing these settings the http was fixed.
We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.