Hi All, I'm new with Shiro and am running into some issues while trying to do some experimenting with it. This may just be some oddity with my system but I thought I'd email to see if anyone else has every seen this too.
Here's the situation. I've gotten authentication working with my realm to connect to my db. And that works great. I have it integrated in with my webapp. That's all good. The problem shows up as soon as I try to start using the web path matching stuff. What happens is that when I add this in, and startup in debugMode my application runs very very slowly. It seems to run fine without the debugger attached. But it is running so slowly to make it not usuable while debugging. This happens no matter whether I do it through shiro.ini using the [urls] section, or whether I try to configure it in code in my own custom web environment this problem appears. Anyone ever seen this? Evan
