Re: How to (cleanly) disable specific namespace / action hierarchy at runtime

2020-03-25 Thread Matias Rodriguez
Thanks for your answer!
The logic is tied to a human decision.
Yes, that were my first approaches too, I'm looking for other options.

On Wed, Mar 25, 2020 at 11:45 AM Dave Newton  wrote:

> What's the specific use case? What's the logic that determines availability
> (e.g., is this an auth/auth issue)?
>
> An interceptor or action base class would be my first approach.
>
> On Wed, Mar 25, 2020 at 10:39 Matias Rodriguez  >
> wrote:
>
> > 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!
> >
> --
> em: davelnew...@gmail.com
> mo: 908-380-8699
> tw: @dave_newton 
> li: dave-newton 
> gh: davelnewton 
> so: Dave Newton 
> bl[0]: Bucky Bits 
> bl[1]: Maker's End Blog 
> sk: davelnewton_skype
>


Re: How to (cleanly) disable specific namespace / action hierarchy at runtime

2020-03-25 Thread Dave Newton
What's the specific use case? What's the logic that determines availability
(e.g., is this an auth/auth issue)?

An interceptor or action base class would be my first approach.

On Wed, Mar 25, 2020 at 10:39 Matias Rodriguez 
wrote:

> 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!
>
-- 
em: davelnew...@gmail.com
mo: 908-380-8699
tw: @dave_newton 
li: dave-newton 
gh: davelnewton 
so: Dave Newton 
bl[0]: Bucky Bits 
bl[1]: Maker's End Blog 
sk: davelnewton_skype


How to (cleanly) disable specific namespace / action hierarchy at runtime

2020-03-25 Thread Matias Rodriguez
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!