https://bz.apache.org/bugzilla/show_bug.cgi?id=63828

            Bug ID: 63828
           Summary: Allow WebdavServlet to serve only a subset of a
                    WebResourceRoot
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: micha...@apache.org
  Target Milestone: ----

Based on a discussion here:
https://www.mail-archive.com/dev@tomcat.apache.org/msg136984.html

Consider the following in context.xml:
> <Resources>
>   <PostResources base="D:\diprogs\share\diforms\static"
>     className="org.apache.catalina.webresources.DirResourceSet"
>     webAppMount="/WEB-INF/diforms" />
>   <PostResources base="D:\diprogs\share\diforms\generated"
>     className="org.apache.catalina.webresources.DirResourceSet"
>     webAppMount="/WEB-INF/diforms" />
> </Resources>

I want the WebdavServlet to servet /WEB-INF/diforms either as /diforms or a 1:1
mapping /diforms to /diforms. No other resource subsest shall be available via
WebDAV. I expect to register a separate WebdavServlet in the web.xml which
mounts to /diforms and limits WebResourceRoot to /diforms only.

-- 
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

Reply via email to