Re: AllowLiking below contex resources

2025-02-18 Thread Michael Osipov
On 2025/02/17 14:09:36 Mark Thomas wrote: > On 17/02/2025 11:50, Michael Osipov wrote: > > Folks, > > > > consider the following usecase: > >> > >> >> > >> className="org.apache.catalina.webresources.DirResourceSet" > >>webAppMou

Re: AllowLiking below contex resources

2025-02-17 Thread Mark Thomas
On 17/02/2025 11:50, Michael Osipov wrote: Folks, consider the following usecase: ... This, of course does not work. I have to move the allowLinking attribute up to Resources which means that all resources are allowed to do that. I'd rather prefer something like: Opt

AllowLiking below contex resources

2025-02-17 Thread Michael Osipov
Folks, consider the following usecase: > > > className="org.apache.catalina.webresources.DirResourceSet" > webAppMount="/dav" readOnly="true" > allowLinking="true" /> > ... > This, of course does not work. I have to mo