Re: Custom filters on AbstractAvaticaHandler

2019-11-11 Thread Josh Elser
Hi Som, There are some examples in the unit tests of wiring up HTTP basic and digest authentication via the provided Jetty implementations. These aren't super useful in the real world (because our authentication database is rarely a flat file). There is a fine line between things we can cleanly

Custom filters on AbstractAvaticaHandler

2019-11-11 Thread Soman Ullah
Hello everyone, Are there any implementations of AbstractAvaticaHandler which provides a method to add a custom servlet filter? I would like to add authentication based filters to requests that flow through the avatica driver. If this feature doesnt exist, is the community open towards accepting