[Zope] OpenOffice, Webdav question
Alastair Burt
burt@dfki.de
13 May 2002 13:36:44 +0200
"Andreas Jung" <andreas@andreas-jung.com> writes:
> It checks for the useragent string.
> -aj
> ----- Original Message -----
> From: "Alastair Burt" <burt@dfki.de>
> To: <zope@zope.org>
> Sent: Monday, May 13, 2002 05:34
> Subject: Re: [Zope] OpenOffice, Webdav question
>
>
> "Andreas Jung" <andreas@andreas-jung.com> writes:
>
> > Zope 2.6 allows to retrieve the document source through the
> > standard HTTP port. Check the CHANGES.txt of the trunk
> > for an explanation.
>
> Can this method distingusih between Mozilla / Netscape Navigator and
> Mozilla / Netscape Composer?
Then I think the answer must be no. The following looks the same in
Navigator and Composer:
<dtml-var "REQUEST['HTTP_USER_AGENT']">
--- Alastair