Needed to remove files created temporarily for the needs of FileUpload functionality.
552553554555556557558559560561562563564
if (resourceWatcher != null) { resourceWatcher.destroy(); } IFileCleaner fileCleaner = getResourceSettings().getFileCleaner(); if (fileCleaner != null) { fileCleaner.destroy(); } super.internalDestroy(); }
602603604605606607608609610611612613614
600601602603604605606607608609610611612