https://bz.apache.org/bugzilla/show_bug.cgi?id=69588
Bug ID: 69588 Summary: Allow linking subresources independent of <Resources> in context.xml Product: Tomcat 9 Version: 9.0.100 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: micha...@apache.org Target Milestone: ----- Coming from https://lists.apache.org/thread/ysnqs6665wccfosl1kqqndfy2wjd95ll It would be helpful if the following would be possible: > <Resources> > <PostResources base="/foo/prod" > className="org.apache.catalina.webresources.DirResourceSet" > webAppMount="/dav" readOnly="true" allowLinking="true" /> > ... > </Resources> This shouldn't be necessarily limited to PostResources, but to any resource set which can be linked. Moreover, one shouldn't be forced to enable allowLinking on <Resources> level. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org