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

On Android error when using custom HttpMethod with request body content. #253

Open
JeroenBer opened this issue Sep 1, 2017 · 0 comments

Comments

@JeroenBer
Copy link

I am using custom http method "PROPFIND" with this library which in Android leeds to this exception:
Java.Lang.IllegalArgumentException: method PROPFIND must not have a request body.

The PROPFIND http method needs request content in order to implement CALDAV protocol. Seems to be a bug in underlying OkHttp library:
square/okhttp#229
square/okhttp#3038

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

1 participant