Holger Staudacher
Holger Staudacher
The tests are really hard to understand. Could you clean them up a little bit, e.g by splitting stuff out into methods with speakable names.
thanks, will check it soon
@BryanHunt I think this would mean that the Jersey bundle needs to export the Jackson packages, right? Do you think this is a good thing? I have doubts...
So, I'm happy to add a Jackson Provider but it should be self contained and useable like the gson provider. It has it's own feature including it's dependencies. If you...
Thanks Bryan, will add this as a provider for the next release.
Can you provide a pull request to fix this?
Ok. So it's a problem with the security integration and not a vulnerability, right?
Hmm as far as I know multi httpservice support it's already implemented. Seems we have missed to couple the security integration well.
Currently we hold one instance of the `AuthenticationHandler` and `AuthorizationHandler` in the providers `Activator`. We need to make it a 0..n relationship first. The second topic is to couple the...
This would also solve issue #6