Hi all, We are trying to replace a legacy sso solution on an existing project with Shiro. What we would like to do is have a filter redirect all requests to a login form which then posts to the original login url. For this, we have subclassed PassThruAuthenticationFilter and added a property loginActionUrl. All requests that aren't posts to loginActionUrl gets redirected to loginUrl. This is a html form that posts to loginActionUrl. The servlet (actually a jsp, and a quite ugly one at that) does the actual authentication. We have ShiroFilter configured and mapped to /* in our web.xml and our shiro.ini looks like follows:
But when we try to deploy the application (on WLS 10.3.5) we get the following exception: What's wrong? Is there anything else I need to do, other than name the class in the [main] section to be able to use it in the [urls] section..? Best regards, Lars Johansson -- View this message in context: http://shiro-user.582556.n2.nabble.com/UnknownClassException-when-using-custom-filter-in-shiro-ini-tp7476215p7476215.html Sent from the Shiro User mailing list archive at Nabble.com.
