JSF: Redirect to url as POST not as GET

I have an JSF page that redirects via context.getExternalContext().redirect(url); where the url is sth. like login.jsf?token=foobar

What I want now is to send the token via POST not via GET request. So that it doesn´t show up in the url, is this possible with JSF?

9
задан Tobias 23 March 2011 в 13:09
поделиться