You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/08/03 23:30:48 UTC

edit bug #10 by person #0

Severity changed from 'critical' to 'serious'.
Reproduce description modified:
   Description changed from:
    > 
   To:
    > replace the examples/Web-Inf/web.xml file with this:

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd" [
    <!ENTITY dir SYSTEM "dir.txt">
    ] >
    
<web-

Work around description modified:
   Description changed from:
    > 
   To:
    > this is the change/update in the XmlMapper.java file for the method resolveEntity()
it checks to see if the passed Strings are 'null' before using them.

-----------------------------------------------------------------------------------

    /**