Can you point me to where the publisher decides whether to use a <base> for the object returned by LocalFS. I'm having trouble finding it. I'm looking at insertBase in HTTPResponse.py, but I can't figure out how LocalFS can influence its decisions. Am I looking in the right area? -- Thanks -- Loren
-----Original Message----- From: Evan Simpson [mailto:evan@digicool.com] Sent: Wednesday, April 25, 2001 20:24 To: Loren Stafford; zope@zope.org Subject: Re: [Zope] RE: Wrong <base href=""> for .HTM file
From: "Loren Stafford" <lstafford@morphics.com>
I forgot to mention, in case it's relevant, that I'm using Zope 2.2.4 with LocalFS, and /Engineering/LSFReports/ is a LocalFS folder.
It is possible that the uppercase extension is breaking some special-case handling in LocalFS. The only time that a <base> tag should be added is when a request for an object ends up using an index_html attribute to render it, as with Folders.
Cheers,
Evan @ digicool