Hi all,
I have several handlers that have overlapping funtionality. If possible, I'd
like to combine them to look something like this:
<Handler preauth="true">
do preauth_handling
<Handler tunnel="true">
do setup_tunnel
</Handler>
</Handler>
The attributes like preauth are getting set up in a preHandlerHook. I tried
it directly as above but it was a no go. I would appreciate any suggestions
on how to do this.
Regards,
Lisa
.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.