mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

CardDav: iOS Client HTTP Prefer Check #117

Closed adosoukey closed 8 years ago

adosoukey commented 9 years ago

I found that iOS CardDav client sends non-standard value for HTTP Prefer, so, I've just added a check to deal with it. and tested the solution.

Mailden commented 9 years ago

Thanks. This patch allows jsDAV to also work with contacts on Mac OSX 10.10.1

mikedeboer commented 9 years ago

I'd love to merge this in, but I'm a bit worried about the removal of the write ACL rules. Does that make sense?