Thanks for the feedback. I'll take a look at this a little later today. Robert
On May 28, 2012, at 5/2810:42 AM , Angelo C. wrote: > It runs, but seems css, js are blocked, here is my old code that works with > 5.2: > > public void contributeRegexAuthorizer(Configuration<String> conf) { > conf.add("^.*\\.png$"); > conf.add("^.*\\.jpg$"); > conf.add("^.*\\.jpeg$"); > conf.add("^.*\\.js$"); > conf.add("^.*\\.swf$"); > conf.add("^.*\\.gif$"); > conf.add("^.*\\.ico$"); > conf.add("^.*\\.css$"); > } > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/AssetProtectionDispatcher-for-5-3-3-tp5713443p5713462.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 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org