mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 16:35:03 +00:00
* Use File.list and File.walk within a try with resource The API contract of File.list and File.walk requires them to be closed after use. * Fix from review Left out filter * Fix from review Factored out deleteFile with better debug * Fix from review Can delete files whilst walking * Fix from review Restored sweepFile fixed minor code suggestions