Re: How is the shiro-jaxrs magic supposed to work with JAX-RS in the OSGi web whiteboard?

2024-02-08 Thread lenny
Ok, I am glad it worked out. > On Feb 8, 2024, at 1:50 PM, Steinar Bang wrote: > >> Steinar Bang : > >> I'm using an OSGi Web Whiteboard component >>

Re: How is the shiro-jaxrs magic supposed to work with JAX-RS in the OSGi web whiteboard?

2024-02-08 Thread Steinar Bang
> Steinar Bang : > I'm using an OSGi Web Whiteboard component > > https://github.com/steinarb/oldalbum/blob/e8dbf374c6132694f0ad7c0d4026def355d5514e/oldalbum.web.api/src/main/java/no/priv/bang/oldalbum/web/api/OldAlbumWebApiServlet.java#L33 > that derives from JerseyServlet, which is

Re: How is the shiro-jaxrs magic supposed to work with JAX-RS in the OSGi web whiteboard?

2024-02-08 Thread Steinar Bang
> lenny-5o6p1tln9c5dpfhejli...@public.gmane.org: > Hi, > The magic is explained in the documentation towards the bottom, but I think > you already know that: > // register the Shiro Feature > classes.add(ShiroFeature.class); Yes. But that doesn't help me much. I'm using an OSGi Web