Folks, consider the following usecase: > <Resources> > <PostResources base="/foo/prod" > > className="org.apache.catalina.webresources.DirResourceSet" > webAppMount="/dav" readOnly="true" > allowLinking="true" /> > ... > </Resources>
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: > <Directory /foo/prod> > Options FollowSymLinks > </Directory> Looking at the current code getRoot().getAllowLinking() is invoked, for obvious reasons. I am a bit reluctant to allow that globally unless absolutely necessary. I think it would be worthwile to add to AbstractFileResourceSet which would first probe on the set and then consult the root. WDYT? Shall I file an enhancement request? Michael --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org