Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-1369

False reporting of "error:Attribute location references.." for web.xml when using JSF Capabilities

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.Beta2
    • 3.0.1.GA
    • None
    • None
    • Hide

      See the attached project on JBIDE-7340.

      Show
      See the attached project on JBIDE-7340 .

      Port JBIDE-7340 to JBDS:

      With the JSF Facet included, a web.xml containing a location

      <error-page>
      <exception-type>java.lang.Throwable</exception-type>
      <location>/error</location>
      </error-page>

      is indicated as an error with the message "Attribute location references to /error that does note exist in web content." even though the web.xml does contain the mapping:

      <servlet-mapping>
      <servlet-name>Error Servlet</servlet-name>
      <url-pattern>/error</url-pattern>
      </servlet-mapping>

            scabanovich Viacheslav Kabanovich (Inactive)
            rhn-support-miclark Mike Clark
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: