You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Play bug but it effects GAE users. Parts of WSUrlFetch are commented out (not implemented) so it is not possible to attach a file to post/put request.
I have a workaround using HttpClient that runs on GAE using a modified Connection manager. I will post this code shortly but it would be nice to integrate it so it implements the WS interface.
The text was updated successfully, but these errors were encountered:
Sorry, no. The fix I used was to use apache HttpClient, which takes
some trickery to get working on GAE.
I will submit the files for this. This is not a great fix. The
better fix would be for Play WS.URLFetch to be fully implemented,
which is a Play Framework issue.
This is a Play bug but it effects GAE users. Parts of WSUrlFetch are commented out (not implemented) so it is not possible to attach a file to post/put request.
I have a workaround using HttpClient that runs on GAE using a modified Connection manager. I will post this code shortly but it would be nice to integrate it so it implements the WS interface.
The text was updated successfully, but these errors were encountered: