Hi all
TX a lot, all combined this works perfect.
Hope I can someday return the favor.
b.r.,
Andrej Krušnik
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/ANNOUNCEMENT-Tapestry-security-0-4-1-released-tp5432299p5519958.html
Sent from the Tapestry - User mailing list ar
Hi,
ok, I can create constructor:
ArtisolHostFilter(PageService pageService, String... blockedIPs)
but in AppModule it wants to have just String if i use call like:
public static void
contributeSecurityConfiguration(Configuration
configuration, SecurityFilterChainFactory factory, WebSecurityMana
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 creat
Hi Alejandro,
thank you :).
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/ANNOUNCEMENT-Tapestry-security-0-4-1-released-tp5432299p5513845.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
hi,
i am new to Tapestry-Security and to this forum so am sorry if this is not
in the correct thread.
in version 0.3.1 I could do the thing described few lines down (securing to
specific IP).
I was wondering how to do this in AppModule.java in version 0.4.1 if
shiro.ini and com..util.HostF