When receiving a response with the 204 No Content HTTP code a Pipe returns a list with a single null element, i. e. something like Arrays.asList(null). Probably in such situations it should return an empty list, i. e. new ArrayList(). Probable cause of such behaviour.
|