Details
Description
The hot-deploy monitor needs to handle a null from File.listFiles() as fatal, rather than treating it as "no files". Null means an IOException occurred or the directory is no longer valid, both of which are errors that the hot-deploy monitor should not be the one to undeploy apps for.
Activity
peter royal
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
peter royal
made changes -
| Comment | [ 28418 ] |
fixed. added new event to DirectoryScannerListener to indicate this case so the listener can do as it pleases