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

Justin Leet updated METRON-1455:
--------------------------------
    Fix Version/s: 0.5.0

> 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
>             Fix For: 0.5.0
>
>
> 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)

Reply via email to