Opened 6 years ago
Last modified 5 years ago
#19436 closed defect
[PATCH] Don't attempt to add null objects to a JsonArray in RequestProcessor — at Initial Version
| Reported by: | taylor.smock | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 20.07 |
| Component: | Core remotecontrol | Version: | |
| Keywords: | Cc: | simon04 |
Description
For some reason, on some configurations, my plugin isn't registering itself properly, which causes an NPE in RequestProcessor#getHandlersInfoAsJson. This is due to the code returning a null value (on purpose), and then attempting to add the null value to the JsonArray builder.
Note:
See TracTickets
for help on using tickets.


