Dalton-1, Michael a �crit : > From: Stuart Belden [mailto:[EMAIL PROTECTED] > > ... An easy way to force back to non-SSL is just do > data.setRedirectURI("http://servername.com/portal") after login. ... > stu > > OK, but "where" do I do this in the configuration of > Jetspeed? In my situation, once the user is logged in > he(she) is still in SSL mode. I need a technique that forces > Jetspeed out of SSL automatically.
You have to do your own login class that extends JLoginUser and does that at the end, if no exception is found during login. Then in js.pr change this line : action.login=JLoginUser and put your className here Aurelien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
