-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
According to RFC for HTTP/1.1 the server should provide Allow header in case of responding with 405 [1], but Undertow doesn't send it.
[1]
https://www.ietf.org/rfc/rfc2616.txt
10.4.6 405 Method Not Allowed
The method specified in the Request-Line is not allowed for the
resource identified by the Request-URI. The response MUST include an
Allow header containing a list of valid methods for the requested
resource.
- clones
-
JBEAP-6257 When server gives response 405 it should also include Allow header listing allowed methods
- Closed