Hi all,

I'm confused... I'd like to setup authorization for a page, where the
authorization decision is based on the parameters passed to the page. For
example, http://blahblah/MyPage/?date=2010-10-06 would authorize correctly
(show the page), but previous dates would not.

Subclassing MyAuthorisationStrategy and overriding isPageAuthorized(final
Class<T> pageClass) doesn't work, since I don't get passed the page
parameters.

What's the best way?

Many thanks,
Peter

Reply via email to