I have this down to one line of code. I have a custom Environment that extends DefaultWebEnvironment, and authentication works great.
However, when I add this single line of code to my Environment, the application slows down to a crawl: final PathMatchingFilterChainResolver pathMatchingFilterChainResolver = new PathMatchingFilterChainResolver(); I don't even have to use the instance anywhere. Just defining it is enough to provoke the problem. Must be something about including certain classes to trigger the issue. I'm using IntelliJ on Mac OS X -- View this message in context: http://shiro-user.582556.n2.nabble.com/Strange-behavior-while-debugging-tp7577621p7577623.html Sent from the Shiro User mailing list archive at Nabble.com.
