https://issues.apache.org/bugzilla/show_bug.cgi?id=50535

           Summary: Support resources serving from
                    /WEB-INF/classes/META-INF/resources directory
           Product: Tomcat 7
           Version: 7.0.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: kiralyattila...@gmail.com


Servlet 3.0 introduced the feature to serve static files from
META-INF/resources directory. The specification only demands support for this
if the META-INF/resources is inside of a jar file in the /WEB-INF/lib
directory.

Tomcat passes this requirement because it serves files from jar but not from
WEB-INF/classes. It seems Glassfish 3.0.1 however supports both type of
locations. It would be nice if Tomcat would support it too.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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