Hi, I am successfully using Shiro in my application (non web based) for authentication. I have just added an Embedded Jetty Server into the app to serve some basic RSS data over HTTP which works fine.
I would like to enable Basic HTTP Authentication into the RSS web feed, which is possible using Jetty, but how to I devolve the Jetty LoginService to use the Shiro libraries and configuration? There seems to be no obvious method? I am not using any Jetty config files it's all programmatic. Regards Matt -- View this message in context: http://shiro-user.582556.n2.nabble.com/Integration-of-Shiro-with-Embedded-Jetty-tp7519712.html Sent from the Shiro User mailing list archive at Nabble.com.
