Description
There is a file descriptor leak in ShowFileRequestHandler.getFileContents() - the InputStream is not closed. This could cause a "Too many open files" error if the admin page is loaded a lot.
I've only tested this on 3.2, but I think it affects all recent versions, including trunk.