Hello, it has been a while since my last post here, but I always like to return here on this list.
We have created a big web site (with T5 of course), and it so turns out, that only a minor part of the pages should be launched in two weeks time and then later some more and so on. What is the least obtrusive way to mark pages "hidden" in production mode or with some other configuration setting. Currently I have the solution with @WhitelistAccessOnly with my own implementation of InternalNetwork implements WhitelistAnalyzer class. This solution works, but it demands that I annotate each and every page in the application which should not be visible to the outside world, but only to our internal network. It would be very conveniently if I could configure only pages which should be visible. We already have tynamo-security in place, so the answer might be there? Regards, borut