You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Justin Leet (JIRA)" <ji...@apache.org> on 2018/05/22 19:25:00 UTC

[jira] [Assigned] (METRON-1455) Patch and Replace methods in the REST UpdateController return 400

     [ https://issues.apache.org/jira/browse/METRON-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Leet reassigned METRON-1455:
-----------------------------------

    Assignee: Casey Stella

> 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
>            Assignee: Casey Stella
>            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)