#1264 closed enhancement (fixed)
The OpenGridSession.getJobFileAsString() should return null when the requested file doesn't exists
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Job scheduler extension v1.4 |
Component: | net.sf.basedb.opengrid | Keywords: | |
Cc: |
Description
The current implementation throws an SFTPException
where SFTPException.getStatusCode() == Response.StatusCode.NO_SUCH_FILE
which requires a lot more coding to handle.
Change History (2)
comment:1 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 4 years ago
Milestone: | Open Grid Scheduler extension v1.4 → Job scheduler extension v1.4 |
---|
Milestone renamed
Note:
See TracTickets
for help on using tickets.
In 5997: