[ZCM] [ZC] 1852/ 2 Resolve "WebDAV: wrong URL construction"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Thu Jul 28 06:08:31 EDT 2005


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

==============================================================
= Resolve - Entry #2 by ajung on Jul 28, 2005 6:08 am

 Status: Pending => Resolved

Fixed for

SVN trunk r37529, 2.8 branch r37530 and 2.7 branch.
________________________________________
= 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