Hi Patrik,

did you check  Hook options especialy HandlerFindHook ?

Regards,

Dubravko Penezic

On 12/10/25 10:53, Patrik Forsberg via radiator wrote:

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
_______________________________________________
radiator mailing list
[email protected]
https://lists.open.com.au/mailman/listinfo/radiator

Reply via email to