Peter Bengtsson writes:
> <dtml-try>
> <dtml-call "manage_delObjects('objectid')">
> <dtml-except>
> bad day!
> </dtml-try>
> ... catches "Unauthorized" ...
The easiest solution it to protect the object, that contains
this code.
Then accessing this object will already require authentication
and "manage_delObjects" will not need to issue another
exception (for this).
Dieter