You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by nhhockeyplayer nashua <nh...@hotmail.com> on 2013/03/16 19:42:02 UTC

contributeSecurityRequestFilter ques

Hi Folks,

public static void contributeSecurityRequestFilter(OrderedConfiguration<FilterChainDefinition> configuration)
{
     configuration.add("home-page, new FilterChainDefinition("/home.html", "anon"));
}

Is it ok to use TML files just like HTML is used above ?

kinda like
    configuration.add("home-page, new FilterChainDefinition("/home.tml", "anon"));
Just curious...
thanks
Best regards 
and thanks... KEN