[Zope] REQUEST.items() problem

Chris Withers chrisw@nipltd.com
Tue, 30 Oct 2001 09:24:18 +0000


Juan Garcia Garcia wrote:
> 
> Hi,
> 
>   i'm trying to show all data contained by REQUEST, 

What's wrong with <dtml-var REQUEST> ?

> but when i write
> the next code, the computer overloads and Zope doesn't response:
> 
>   <dtml-in "REQUEST.items()" sort>
>     <dtml-var sequence-key>:<dtml-var sequence-item><BR>
>   </dtml-in>

I bet you're using IE and REQUEST.items() isn't returning anything ;-)

(I don't think REQUEST.items() _should_ work since that might give away secret
things like the secuirty context...)

That said, maybe it is a bug, anyone else got any comments?

Chris