Skip to content

ServerAccessorDriver NullPointerException #23

@gobblechops

Description

@gobblechops

HttpUrlConnection::getInputStream() is not guaranteed to be non-null, and we have seen cases where this is the case. However, the output of this method is sent into ServerAccessorDriver::getBody(InputStream) without checking whether it is null. In rare scenarios this is causing NPE to bubble up from the plugin. Please add a check for this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions