[Zope] Mozilla Hates My zClasses
Dieter Maurer
dieter at handshake.de
Wed Apr 28 15:17:34 EDT 2004
Edward Pollard wrote at 2004-4-26 13:22 -0600:
> ...
>Unlike FTP, I have not been able to determine how HEAD gets handled.
>Writing a script called HEAD in the same place I added my FTP changes
>doesn't seem to get called.
When your ZClass has a "HEAD" method, it should be called
for "HEAD" requests (at least, I would be surprised if that were
wrong. I did not check, though).
>Of course, even if it was getting called, I wouldn't have the foggiest
>idea what to do with it. I've been looking through the source code, but
>cannot find examples of HEAD requests being handled (even though Page
>Templates and DTML Documents do, indeed, handle them). Can you provide
>any insight as to where these functions lie?
The "default" implementation comes from "webdav.Resource.Resource.HEAD".
--
Dieter
More information about the Zope
mailing list