[ZCM] [ZC] 1852/ 1 Request "WebDAV: wrong URL construction"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Wed Jul 27 14:01:46 EDT 2005


Issue #1852 Update (Request) "WebDAV: wrong URL construction"
 Status Pending, Zope/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/1852

==============================================================
= Request - Entry #1 by d.maurer on Jul 27, 2005 2:01 pm

"webdav.davcmds" uses "os.path.join" in various
places to construct URLs.

But URLs use "/" as path separator independent of the platform
(unlike "os.path.join").

Fix: use "urljoin" instead.

==============================================================



More information about the Zope-Collector-Monitor mailing list