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

          Priority: P2
            Bug ID: 54096
          Assignee: dev@tomcat.apache.org
           Summary: env-entry rejects legal types
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: mthorn...@optrak.com
          Hardware: PC
            Status: NEW
           Version: 7.0.30
         Component: Catalina
           Product: Tomcat 7

In servlet 3.0 the type in an env-entry can be any type which has a public
constructor taking a single String (or character) as an argument. Tomcat only
accepts a fixed list of types (see NamingContextListener from line 813).

This is legal in web.xml but not accepted by tomcat:

<env-entry>
  <env-entry-name>location</env-entry-name>
  <env-entry-type>java.io.File</env-entry-type>
  <env-entry-value>/var/lib/tomcat</env-entry-value>
</env-entry>

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