Hello,
Is there anyway, in Radiator 4.x, to write a Handler och Realm that does 
something and then let the request continue to following Handlers/Realms ?

Like
<Handler User-Name = "/%debug/">
  PacketTrace
  RewriteUsername s/^(\w+)%debug/$1/
  <<Continue>>
</Handler>
<Handler>
  <AuthBy INTERNAL>
    DefaultResult ACCEPT
  </AuthBy>
</Hanlder>

By that if the user adds %debug to the username it does PacketTrace on the 
package, remove %debug, and then continue on to the default Handler which would 
accept the request ?


---
Best Regards,
Patrik Forsberg

_______________________________________________
radiator mailing list
[email protected]
https://lists.open.com.au/mailman/listinfo/radiator

Reply via email to