Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-13836 Pass the Jakarta EE 9 Platform TCK
  3. WFLY-14013

servlet/api/jakarta_servlet_http/httpservletresponse/URLClient.java#sendError_StringErrorPageTest is failing due to "javax.servlet.error.message" not being transformed to "jakarta.servlet.error.message"

    XMLWordPrintable

Details

    Description

      https://jakarta.ee/specifications/servlet/5.0/jakarta-servlet-spec-5.0.html#request-attributes shows the property names that we should transform from javax.* => jakarta.*:

      • jakarta.servlet.error.status_code
      • jakarta.servlet.error.exception_type
      • jakarta.servlet.error.message
      • jakarta.servlet.error.exception
      • jakarta.servlet.error.request_uri
      • jakarta.servlet.error.servlet_name

      We likely can handle transforming the javax.* String constants for the above property names to jakarta.*.

      Attachments

        Activity

          People

            smarlow1@redhat.com Scott Marlow
            smarlow1@redhat.com Scott Marlow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: