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

jsDAV and node 0.10 #74

Closed rksm closed 11 years ago

rksm commented 11 years ago

jsDAVs liberal use of Object.freeze breaks lots of things when really enforced as in node 0.10. E.g. try to start examples/fileserver.js and an error will be thrown in lib/shared/base.js line 78. Imo it makes little sense to have extend() in shared/base freeze Objects by default.

mikedeboer commented 11 years ago

yikes! I will check this out asap. Thanks for reporting!

mikedeboer commented 11 years ago

fixed in b0ea41cabbb6d9f68e31e1276d967249e301b05d