Serving static file honoring group permissions

Is there easy way to serve static files that honor group permissions?

Thanks
HP

Is there easy way to serve static files that honor group permissions?

What kind of group permissions, RT groups?
You can put them in a directory under the Mason root with a dhandler
that does access checks on $session{‘CurrentUser’} but there isn’t any
built-in infrastructure for that.

-kevin