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=9584>.
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=9584

error in web.xml.txt file

           Summary: error in web.xml.txt file
           Product: Tomcat 4
           Version: 4.0 Beta 1
          Platform: All
               URL: http://jakarta.apache.org/tomcat/tomcat-4.0-
                    doc/appdev/web.xml.txt
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Webapps:Documentation
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When clicking on the above link, there is a problem because
there is a literal tag inside one of the description tags.  In the <description>
tag starting on line 76, line 79 is as follows:

    filename extension with a <servlet-mapping> element, and all form.

When trying to view this (at least with IE), I get an error because the
above is being treated as a tag.  When the parser hits the closing 
</description>
it complains about unmatched tags.  I was able to fix the problem by replacing 
the greater and less
than symbols with their references:

    filename extension with a &lt;servlet-mapping&gt; element, and all form.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to