[Zope] localFS and 2.5.1 bug
Dieter Maurer
dieter@handshake.de
Fri, 2 Aug 2002 23:05:33 +0200
Liz Pelletier writes:
> Sorry. I should clarify the "Anytime I try and use REQUEST.set..."
> WITHIN a <dtml-in "fileValues(REQUEST.get('spec', _.None))"> loop.
Apparently, one of the objects acquires an object "REQUEST" which
is not the request object (does not have a "set" method).
Don't know who this happens.
> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org] On Behalf Of Liz
> Pelletier
> Sent: Friday, August 02, 2002 4:01 AM
> To: 'zope list'
> Subject: [Zope] localFS and 2.5.1 bug
>
> I'm using LocalFS with Zope 2.5.1 on a debian box. Everything works
> great EXCEPT I can't you <dtml-call "REQUEST.set('anything',
> 'anything')">.
>
> Anytime I try and use REQUEST.set I get an AttributeError, ErrorValue:
> set.
> I found one mailing list post regarding this bug, but no answers.
Dieter