-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 1.10.0
-
Fix Version/s: 1.14.0
-
Component/s: None
-
Labels:
-
Story Points:1
-
Sprint:K Bug Sprint
In HttpSBControllerImpl.java in method post(Dev..,..,..): response is received from a call to getResponse method and it is checked for response.hasEntity().
But, when the switch is turned off or in other cases, there is a null response from the switch and it cannot be dereferenced.
So, need to check for null before dereferencing.