Skip to content
Snippets Groups Projects
Commit 452c77c0 authored by Denis Ledoux's avatar Denis Ledoux
Browse files

[FIX] 500 error on connection when using PyWebDAV 0.9.4

(and maybe others)

Courtesy of Holger Brunn (Therp)

bzr revid: dle@openerp.com-20140411134203-lxt4mnquiiclv6w3
parent 4ed8413d
Branches
Tags
No related merge requests found
......@@ -93,6 +93,8 @@ class DAVHandler(DAVRequestHandler, HttpOptions, FixSendError):
self.client_address = client_address
self.server = server
self.setup()
if hasattr(self, '_init_buffer'):
self._init_buffer()
def get_userinfo(self, user, pw):
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment