Problem
Jira's default filter on version 10 is excluding http patch method , part of the changes communicated on Prepare your Data Center app to comply with secure endpoint defaults Jira is now more organized/restrictive to what users can access and during the implementation of the changes PATCH method was left out since native Jira code doesn't rely on it.
The filter must not exclude the method since other custom endpoints / third party plugins might use it .
Apps affected:
JIRA 10.X
Steps to Reproduce
Register a servlet that receives HTTP PATCH, and try to send a PATCH request
Expected Results
The request goes through and a success status code is returned
Actual Results
Jira throws HTTP Status 501 - Not Implemented
Workaround
NA
- mentioned in
-
Page Loading...