Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-4922

Add smoke test for <deny-uncovered-http-methods/> tag

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 10.0.0.Final
    • None
    • Test Suite
    • None

    Description

      With Java Servlet 3.1 specification [1] comes possibility to use <deny-uncovered-http-methods/> tag in web.xml file. This new feature should be tested by a basic smoke test in WildFly testsuite.

      Brief description of test case:

      • set some of HTTP methods secured
      • verify that these methods are accessible
      • when anyone tries to use other than specified (i.e. secured) HTTP methods, status code 403 should be returned (according to specification)

      [1] https://jcp.org/en/jsr/detail?id=340

      Attachments

        Activity

          People

            jtymel Jan Tymel (Inactive)
            jtymel Jan Tymel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: