On Sun, Jan 24, 2016 at 12:39:15PM +0100, Petter Reinholdtsen wrote:
>
> A third patch from Guido:
>
> We expect the same form url_path() in is_collection() and end up in an
> endless loop otherwise.
>
> Found by caldav-testers CalDAV/get.xml
>
> diff --git a/calypso/paths.py b/calypso/paths.py
> index d69b667..fe72e91 100644
> --- a/calypso/paths.py
> +++ b/calypso/paths.py
> @@ -43,7 +43,7 @@ def url_to_owner(path):
> #
>
> def data_root():
> - return os.path.expanduser(config.get("storage", "folder"))
> + return os.path.expanduser(config.get("storage", "folder")).rstrip('/')LGTM Jelmer
signature.asc
Description: PGP signature
_______________________________________________ Calypso mailing list [email protected] http://keithp.com/mailman/listinfo/calypso
