Hi! I'm looking for a clean way to disable/enable (at runtime) specific namespace / specific action hierarchy. An option is to use an Interceptor, but: is there another *standard *way to do this? With *disable* I mean, for example, a HTTP 404 server response.
Thanks!