-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 1.5.2
-
Component/s: None
-
Labels:None
-
Story Points:2
Using Rest API , POST a FlowObjectives with Invalid Operations/Flags TYPE throws a NPE java.lang.NullPointerException
Since the FlowObjectives Type is not valid the method decode in (ForwardObjectivesCodec.java) logs a warning and return NULL .
This is accessed by the FlowWebResource causing a NPE and returning a 500 response.