Hi

I said in a previous post i'm implementing Ki with an external conf file
instead of the ini-file-like in the web.xml. So, there is no config for the
filter and OnePerRequestFilter.setFilterConfig() trap (about line #80) ! 

So this is my code : 

    public void setFilterConfig(FilterConfig filterConfig) {
        this.filterConfig = filterConfig;
        if (this.filterConfig != null) {
                setServletContext(filterConfig.getServletContext());
        }
    }


It's weird, but Ki seems to work even if the servletContext is no set :)


Best regards

Jean-Charles

-- 
View this message in context: 
http://n2.nabble.com/I-don%27t-know-where-to-post-this-tp2746641p2746641.html
Sent from the JSecurity User mailing list archive at Nabble.com.

Reply via email to