[ZCM] [ZC] 223/ 5 Comment "WebDAV fetch of Page Template interpolates metal tags"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Sat, 16 Feb 2002 19:52:56 -0500
Issue #223 Update (Comment) "WebDAV fetch of Page Template interpolates metal tags"
Status Rejected, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/223
==============================================================
= Comment - Entry #5 by mj on Feb 16, 2002 7:52 pm
Try the WebDAV source port instead; it looks like you try and access the ZPT method through the normal web server port, and until WebDAV clients start supporting the standard source-link property, they will always get the same results as a browser through the normal port.
See "python z2.py -h" for instructions on how to use the WebDAV source server.
________________________________________
= Comment - Entry #4 by edmundd on Feb 15, 2002 3:22 pm
Unfortunately, unchecking "Expand Macros" makes no difference: I'm still unable to access the uninterpreted source via WebDAV. I have no problem getting it via FTP, whether Expand Macros is checked or otherwise.
________________________________________
= Reject - Entry #3 by evan on Feb 15, 2002 2:52 pm
Status: Pending => Rejected
METAL tags are meant to be expanded when the source is read, unless you uncheck "Expand Macros".
________________________________________
= Comment - Entry #2 by edmundd on Feb 14, 2002 9:29 pm
I now see that I need to get "index_html/source.html" -- however, the DAV server does not report index_html as a collection, so there's no way I can get at this.
________________________________________
= Request - Entry #1 by edmundd on Feb 14, 2002 9:20 pm
Fetching a Page Template file via WebDAV causes the Metal tags to be interpolated, so editing does not work. I verified this with the 'cadaver' and 'davfs' Linux DAV clients.
==============================================================