It isn't something that _needs_ to be swapped out, the servlet fragment xml is in it's own jar, so if that jar isn't present on your classpath then you can configure Shiro any way you want.
https://github.com/apache/shiro/tree/master/support/servlet-plugin Is there a framework you are looking to use where annotations are a better fit ? On Sun, Jan 22, 2017 at 6:59 AM, John D. Ament <[email protected]> wrote: > Hi, > > I noticed that Shiro ships with servlet integration in the way of a > web-fragment.xml. I was wondering if that could be swapped out for an > annotation based strategy? master is already on Servlet 3.1, so all of the > annotations are available. > > John >
