Hallo everybody.
I'm trying to deploy WAB (Web Application Bundle) into Karaf container (series
4.2.x) with different context root as defined in propert Webapp-Context in
manifest file of WAB.
More specific I need to deploy hawtio console in Karaf container with more
specific context root (not
Hello Matthias,
Regarding authentication I normally use a ContainerRequestFilter.
Follows an example of a filter where authentication is done using a JWT
token.
It uses JwtService that is responsible for creating and validating tokens.
It uses jose4j.
@Secured
> @Provider
> @Priority(Priorities.
Hi Matthias,
Which Karaf version are you using ?
Aries JAX RS is tested in Karaf itests but due to some changes in
Aries JAX-RS whiteboard, we didn't update yet.
You can take a look on the example:
https://github.com/apache/karaf/tree/main/examples/karaf-rest-example
I created https://issues.apa