Skip to content

Commit

Permalink
Merge pull request #1 from tensor-dev/bugfix/davacl-plugin-report-lock
Browse files Browse the repository at this point in the history
DAVACL plugin can cause deadlock in REPORT request processing
  • Loading branch information
aenario committed Nov 22, 2013
2 parents 729e5b4 + 0c4c85e commit ee28198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/DAVACL/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,9 @@ var jsDAVACL_Plugin = module.exports = jsDAV_ServerPlugin.extend({
case "{DAV:}expand-property" :
this.expandPropertyReport(e, dom);
break;
default:
e.next();
break;
}
},

Expand Down

0 comments on commit ee28198

Please sign in to comment.