Hi,
When I launch pywebdav with config.ini file (pywebdav -c config.ini) all
boolean
value enabled doesn't work.
verbose = 1
noauth = 1
mysql_auth=1
mimecheck = 1
lockemulation = 1
...
because value is interpreted like string variable.
Example :
::
if handler._config.DAV.lockemulation is False:
handler._config.DAV.lockemulation is a string with "1" value.
This is a patch to fix this issue.
Regards,
Stephane
Original issue reported on code.google.com by klein.stephane on 11 Jul 2009 at 12:36
Original issue reported on code.google.com by
klein.stephane
on 11 Jul 2009 at 12:36Attachments: