Hi, It seems strange to me. As a test, can you copy/paste your Ini config directly in web.xml ? This way : <filter> <filter-name>ShiroFilter</filter-name> <filter-class>org.apache.shiro.web.servlet.IniShiroFilter</filter-class> <init-param><param-name>config</param-name><param-value> # INI Config Here </param-value></init-param> </filter>
Does it work ? Best regards, Jérôme -- View this message in context: http://shiro-user.582556.n2.nabble.com/ini-configuration-tp7577628p7577643.html Sent from the Shiro User mailing list archive at Nabble.com.