Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-12859

[Docs] add extra column for file-handler html content and default HTTP methods

    XMLWordPrintable

Details

    Description

      In the Configuration Guide, there is a table with default behavour of HTTP methods called Table A.85. HTTP Method Default Behavior. Currently these include three columns: JSP, Servlet and Static HTML (meaning static HTML in a deployment). We should append a new column with information regarding to the behaviour of HTTP requests against static HTML content served by file-handler which is for example default welcome-content available at http://localhost:8080/index.html URI.

      Default behaviour for HTTP methods in this case are:

      HTTP Method Static HTML via file-handler
      GET OK
      POST OK
      HEAD OK
      PUT NOT_ALLOWED
      TRACE NOT_ALLOWED
      DELETE NOT_ALLOWED
      OPTIONS NOT_ALLOWED

      Attachments

        Activity

          People

            rhn-support-ahoffer Andrea Hoffer
            jstourac@redhat.com Jan Stourac
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: