Matt Morgan
Matt Morgan
I noticed that a PROPFIND request with no body returns a 400 Bad Request. The offending line is here: https://github.com/chrisroberts/dav4rack/blob/master/lib/dav4rack/controller.rb#L185 Why is this the case? It states in the RFC...
If I am downloading a file to `/my/file/location.txt` and its parent folders do not exist, the grunt task errors out. This fixes that issue and recursively creates the directories before...
I often find myself wanting to interact with the express server and set it up a certain way before making requests to it. For example, if you're testing a global...