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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: