Re: Secure all pages except 1

2014-10-30 Thread Thiago H de Paula Figueiredo
On Thu, 30 Oct 2014 15:04:42 -0200, George Christman wrote: I need to secure all my pages with the exception of just 1, is there a simple approach to this? Yep! Write a ComponentClassTransformWorker2 (http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/services/transform/Componen

Secure all pages except 1

2014-10-30 Thread George Christman
I need to secure all my pages with the exception of just 1, is there a simple approach to this? I tried the following with failure. I'm trying to avoid individually securing pages do to the fact I occasionally forget some. I need to have 1 page that runs on http that can be accessed by the load ba