hi, just one more problem. When I extend the
"org.tynamo.security.shiro.authz.AuthorizationFilter"  i need to implement
your constructor into my class with PageService.class 
public ArtisolHostFilter(PageService pageService)
        {
                super(pageService);
        }

and i can't create any other.... (i get an error)

and when i call
configuration.add(factory.createChain("/blockedbyip").add(new
ArtisolHostFilter("192.168.112.2,10.0.0.170")); 

the class has no ArtisolHostFilter(String string) constructor wich is not
allowed by extending AuthorizationFilter class.

and how to give him PageService to parameter i also don't know...


I managed to implement my filter by extending SecurityFilterChainFactory and
implement my filter into it..... and this works.... but I would prefer to do
it your way...

best regards,
Andrej


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/ANNOUNCEMENT-Tapestry-security-0-4-1-released-tp5432299p5515370.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to