Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-7340

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

XMLWordPrintable

    • Hide

      The attached poc.zip contains a simple project that reproduces the problem.

      Show
      The attached poc.zip contains a simple project that reproduces the problem.

      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: