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
According to RFC 4918 14.28, D:statusholds a single HTTP status-line as defined in RFC 2616 6.1. Because there is not HTTP/0.0 and the examples in RFC 4918 use HTTP/1.1, I suggest that nginx-dav-ext also uses HTTP/1.1.
Doing
curl -vX PROPFIND -u .... https://www.example.com/
returnsAccording to RFC 4918 14.28,
D:status
holds a single HTTP status-line as defined in RFC 2616 6.1. Because there is not HTTP/0.0 and the examples in RFC 4918 use HTTP/1.1, I suggest thatnginx-dav-ext
also uses HTTP/1.1.Current behavior causes problems with the current dav4jvm library which uses okhttp3 StatusLine, which expects the status line to start with
HTTP/1.
.Version info:
dav-ext:
The text was updated successfully, but these errors were encountered: