Hi
I'm running roller 2.3 on Tomcat 5.0 without any front end web server, so
regular traffic comes in on 8080 and HTTPS is on 8443.
I'm trying to get the secure login working properly, but at present I get
switched to SSL/8443 for login (good!) but after login I get switched
incorrectly to
http://xxx:8443/roller/editor/yourWebsites.do?method=edit&rmik=tabbedmenu.user.websites
<http://xxx:8443/roller/editor/yourWebsites.do?method=edit&rmik=tabbedmenu.user.websites>
i.e. back to HTTP but with the wrong port. As a result the page loads but none
of the page assets (images, CSS) work so it looks crap.
I found the thread
http://www.nabble.com/new-Acegi-port-switching-code-tf982807s12275.html#a2545282
<http://www.nabble.com/new-Acegi-port-switching-code-tf982807s12275.html#a2545282>
discussing problems with SSL but there was no conclusion, plus my behaviour is
a little different ?
Can anybody tell me if I should be using the Roller scheme enforcement filter
instead, or how to correctly configure security.xml for acegi ?
cheers
Tim