Hi Ron,

could you send us some sample code (without your own private information)?
best regards,
Thierry Boileau

 Hi,

I am playing with the bookmark example which uses RestletFrameworkServlet. I am adding OpenId authentication using Spring-Acegi to authenticate REST requests.

When I send a "POST" request thru a HTML Form, it redirects me to my own login page asking for the OpenID URL, then after successful login, the POST request is executed by the dedicated Resource (UserResource for example). The problem is that in the handlePost function, the Form object returned by the call getRequest().getEntityAsForm() doesn't contain any parameter that was input from the client side! This only happen right after the first OpenId login, after that I make the same POST request and I can get those parameters. So I think the problem is that during authentication those Form parameters are lost..

Anyone knows if it is a bug (on Restlet or Spring-Acegi)? Or I have to some how save those Form parameters in a session or something (which doesn't make sense to me) so that they can be carried over after OpenId authentication??

thx!
ron

------------------------------------------------------------------------
Explore the seven wonders of the world Learn more! <http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE>

Reply via email to