Re: Best place to debug Shiro Authentication in JAX-RS CXF Application

2022-01-26 Thread Lewis John McGibbney
Hi Brian, Thank you for the response. On 2022/01/25 16:10:40 Brian Demers wrote: > Hi! > > Shiro's JAX-RS support requires the use of a servlet stack, (or an > equivalent filter in your application) Are you aware of an appropriate filter which can be used within the NutchServer CXF service I

Re: Best place to debug Shiro Authentication in JAX-RS CXF Application

2022-01-25 Thread Brian Demers
Hi! Shiro's JAX-RS support requires the use of a servlet stack, (or an equivalent filter in your application) This can be auto configured if your container supports it: https://github.com/apache/shiro/blob/1.8.x/samples/jaxrs/pom.xml#L69-L72 Otherwise you can configure a web.xml, similar to