Hello Sam,

At this moment, nothing is available in the framework to get access to 
the servlet's response which could help you to support the Blobstore API.
You can have a look at the code of the ServerServlet and Servlet Call 
classes of the Servlet extension.
There is also an issue in order to support this feature: 
http://restlet.tigris.org/issues/show_bug.cgi?id=998.

Best regards,
Thierry Boileau

> I'm using Restlet with GAE, and the GAE Blobstore API requires a 
> HttpServletRequest object for uploading blobs and a HttpServletResponse 
> object for serving them.  I found the static ServletCall#getRequest(Request) 
> method to get the HttpServletRequest object from a restlet Request object, 
> but is there a similar way to get the HttpServletResponse object from the 
> restlet Response?
>
> Thanks,
> Sam
>
> ------------------------------------------------------
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2435938
>
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2436232

Reply via email to