[jboss-user] [JBoss Portal] - Re: 2.6.4 bundle : resp.signOut() raise an exception

2008-05-11 Thread [EMAIL PROTECTED]
what i meant to say is that i fixed it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150034#4150034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150034 ___ jboss-user mail

[jboss-user] [JBoss Portal] - Re: 2.6.4 bundle : resp.signOut() raise an exception

2008-05-09 Thread PMN
I understand that is what it is supposed to do. It works if I redirect to the default portal (or url) and crashes if I do not specify an URL. It's a bug. The dashboardNav is doing it differently, is there a public signout url factory? View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Portal] - Re: 2.6.4 bundle : resp.signOut() raise an exception

2008-05-08 Thread [EMAIL PROTECTED]
To sign out the best way is to pass where to redirect the user: resp.signOut("http://www.jboss.org";); or resp.signOut("/foo/bar"); That said now if you do resp.signOut(); it will redirect to the default portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4