https://bz.apache.org/bugzilla/show_bug.cgi?id=61207

            Bug ID: 61207
           Summary: HTTP OPTIONS method shows HEAD multiple times
                    ("GET,HEAD,POST,OPTIONS,HEAD,HEAD")
           Product: Apache httpd-2
           Version: 2.4.25
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When using the HTTP OPTIONS method against an apache web server it replies with
an "Allow" header that contains "HEAD" three times.

To reproduce:
curl -D - -X OPTIONS http://localhost

Returns:
HTTP/1.1 200 OK
Date: Thu, 22 Jun 2017 08:40:07 GMT
Server: Apache
Allow: GET,HEAD,POST,OPTIONS,HEAD,HEAD
Content-Length: 0
Content-Type: httpd/unix-directory

This certainly doesn't seem correct, it should only list each method once in
the "Allow" header.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to