[
https://issues.apache.org/jira/browse/METRON-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16365821#comment-16365821
]
ASF GitHub Bot commented on METRON-1455:
----------------------------------------
Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/937
I verified this works in full dev. Thanks for fixing this! +1
> Patch and Replace methods in the REST UpdateController return 400
> ------------------------------------------------------------------
>
> Key: METRON-1455
> URL: https://issues.apache.org/jira/browse/METRON-1455
> Project: Metron
> Issue Type: Bug
> Reporter: Ryan Merriman
> Priority: Major
>
> A regression was recently introduced where a patch or replace request to the
> REST UpdateController returns a 400 status code. For example, this patch
> request:
> {code:java}
> {
> "guid" : "bro_2",
> "sensorType" : "bro",
> "patch" : [
> {
> "op": "add",
> "path": "/project",
> "value": "metron"
> }
> ]
> }{code}
> works in the UpdateControllerIntegrationTest but returns a 400 in full dev.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)