I'm using Shiro 1.1.0 in an OSGi environment (Apache Karaf on Apache Felix).
I posted a question recently about configuring Shiro using Blueprint in an OSGi environment. I got no response to that question. I then thought that if I could first figure out how to configure Shiro programmatically then maybe I can figure out the rest myself. At first it seemed pretty easy but then I came to my custom filters. When I used a shiro.ini file, I gave my custom filter a name that I could then refer to in the [urls] section. I can't figure out how to do this when I create my filter programmatically. Can anyone give me a hint regarding this? I appreciate any help, /Bengt
