[
https://issues.apache.org/jira/browse/KNOX-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16844182#comment-16844182
]
Bob Van Haute commented on KNOX-1864:
-------------------------------------
Hi Larry
As requested:
{code:java}
// code placeholder
19/05/17 13:54:47 ||10560bdf-57ba-47be-b5f8-98398892995b|audit|***IP ADDRESS
REDACTED***|METRON-REST||||access|uri|/gateway/metron/metron-rest/api/v1/update/patch|unavailable|Request
method: PATCH
19/05/17 13:54:47 ||10560bdf-57ba-47be-b5f8-98398892995b|audit|***IP ADDRESS
REDACTED***|METRON-REST|***USERNAME
REDACTED***|||authentication|uri|/gateway/metron/metron-rest/api/v1/update/patch|success|
19/05/17 13:54:47 ||10560bdf-57ba-47be-b5f8-98398892995b|audit|***IP ADDRESS
REDACTED***|METRON-REST|***USERNAME
REDACTED***|||authorization|uri|/gateway/metron/metron-rest/api/v1/update/patch|success|
19/05/17 13:54:47 ||10560bdf-57ba-47be-b5f8-98398892995b|audit|***IP ADDRESS
REDACTED***|METRON-REST|***USERNAME
REDACTED***|||access|uri|/gateway/metron/metron-rest/api/v1/update/patch|success|Response
status: 405
{code}
If it can be of any help, I found a similar issue about HEAD requests [link
KNOX-1068|https://issues.apache.org/jira/browse/KNOX-1068]. The source files
that are listed there in the fix do not seem to have the PATCH method
implemented.
> Knox returns HTTP 405 Method Not Allowed error with HTTP PATCH method
> ---------------------------------------------------------------------
>
> Key: KNOX-1864
> URL: https://issues.apache.org/jira/browse/KNOX-1864
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Bob Van Haute
> Priority: Major
>
> Apache Metron's API and probably other rest API's use the PATCH http method
> to partially update objects. When trying to route these patch requests
> through Knox, it returns an HTTP 405 method not allowed error.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)