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 2018/09/05 08:31:34 UTC

[Bug 62677] New: web.xml is malformed when JSPs are mapped to servlet

https://bz.apache.org/bugzilla/show_bug.cgi?id=62677

            Bug ID: 62677
           Summary: web.xml is malformed when JSPs are mapped to servlet
           Product: Tomcat 9
           Version: 9.0.11
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Jasper
          Assignee: dev@tomcat.apache.org
          Reporter: emailgane@yahoo.co.in
  Target Milestone: -----

We compiled our web application code using Ant and Tomcat 9.0.11. When JSPs are
complied, servlet mapping entries added to web.xml is malformed. 

This bug is not reproduced in Windows. 
This bug is not reproduced when Tomcat 9.0.8 is used. 
This bug is occurring in Linux with Tomcat 9.0.10 or Tomcat 9.0.11. 

Below is the malformed entries in Web.XML 

<servlet-mapping>
        <servlet-name>
    <servlet-mapping>
       
<servlet-name>org.apache.jsp.com.core.test.ListMembers_jsporg.apache.jsp.com.test.reports.ReportsBody_jsp</servlet-name>
        <url-pattern></servlet-name>
        <url-pattern>/com/test/ListMembers.jsp</url-pattern>
    </servlet-mapping>
/com/test/reports/ReportsStatus.jsp</url-pattern>
    </servlet-mapping>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 62677] web.xml is malformed when JSPs are mapped to servlet

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62677

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Mark Thomas <ma...@apache.org> ---


*** This bug has been marked as a duplicate of bug 62662 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org