15 May
2000
15 May
'00
9:01 p.m.
Hi!
To solve this problem Zope needs to make a redirect to http://machine.com/folderA/folderB/ (with a / prepended) so that the mirror tool knows that it's an folder. This is as I think the way Apache does it. The mirror tool will then also create a local directory and download the data as index.html (wget) or _._.html (pavuk).
I have had a look at the ZPublisher code and found a traverse() method in BaseRequest.py. Unfortunately I didn't understand it directly and don't know if this is the right place to fix it.. Hope, someone else does :) -- christian