mattcasters opened a new pull request, #7934: URL: https://github.com/apache/hop/pull/7934
## Summary - Guard `ExplorerPerspective` tree drop/drag-over handlers so a null RAP drop target (`event.item == null`) or invalid payload cannot NPE. - Reject invalid drops with `DROP_NONE`, only accept folder targets, null-safe parent checks, and wrap the drop path so unexpected errors show a dialog instead of killing the Hop Web session. Fixes #7933 ## Test plan - [ ] In Hop Web, drag a file in the explorer tree and drop on empty tree area (between/outside items) — session stays alive, drop is ignored - [ ] Drop a file onto a folder — copy/move still works - [ ] Drop a file onto another file — drop rejected - [ ] Desktop Hop GUI: same drag/drop behaviors still work -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
