Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WSUrlFetch has file attachments commented out #36

Open
carchrae opened this issue Dec 15, 2011 · 2 comments
Open

WSUrlFetch has file attachments commented out #36

carchrae opened this issue Dec 15, 2011 · 2 comments

Comments

@carchrae
Copy link

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.

@mandubian
Copy link
Collaborator

Do you have the patch for this issue?

@carchrae
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants