You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/12/05 20:02:42 UTC

DO NOT REPLY [Bug 5288] New: - org.apache.naming.resources.Resource should be an interface

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5288>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5288

org.apache.naming.resources.Resource should be an interface

           Summary: org.apache.naming.resources.Resource should be an
                    interface
           Product: Tomcat 4
           Version: Unknown
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: m.degroot@daisysoftware.com


Resource is required to let DefaultServlet serve web pages from a JNDI
DirContext. Currently, if the DirContext does not contain Resource objects, a
wrapper must be used to bridge the two interfaces. It would be easier if the
objects in the JNDI DirContext could immediately implement the correct
interface, so no wrapper/bridge is requird.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>