Skip to content

Commit

Permalink
[FIX] 500 error on connection when using PyWebDAV 0.9.4
Browse files Browse the repository at this point in the history
(and maybe others)

Courtesy of Holger Brunn (Therp)

bzr revid: dle@openerp.com-20140411134203-lxt4mnquiiclv6w3
  • Loading branch information
beledouxdenis committed Apr 11, 2014
1 parent 4ed8413 commit 452c77c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/document_webdav/webdav_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def __init__(self, request, client_address, server):
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
Expand Down

0 comments on commit 452c77c

Please sign in to comment.