On 14.07.2004 16:56, Sal Mangano wrote:
I have an application requirement where users who are not registered with the site or not logged in should have restricted access to content. Specifically, they are allowed to access current content but will have no access to older content. Old is determined by a parameter which in my case is 30 days. Conveniently, the url to the content will encode the date (e.g.. http://something.com/20040701/columns.html).
I wrote a custom action called a DateRangeValidatorAction (and also plan to
write a similar TimeRangeValidatorAction to control access based on time of
day) but I am wondering if there is already a solution within the existing
cocoon framework to these problems. Any suggestions?
BTW, if there is no existing solution, I would be willing to contribute my actions to cocoon if there was interest.
Extending the authentication framework makes much sense to me as it provides every functionality except the time based access.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
