We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong usage of logging: Logging info messages on error level.
Upload servlet line 942 to 946:
// Receive the files logger.error("UPLOAD-SERVLET (" + session.getId() + ") parsing HTTP POST request "); uploadedItems = uploader.parseRequest(request); session.removeAttribute(getSessionLastFilesKey(request)); logger.error("UPLOAD-SERVLET (" + session.getId() + ") parsed request, " + uploadedItems.size() + " items received.");
The text was updated successfully, but these errors were encountered:
This has been fixed in pull request #21 if it can be merged at some point.
Sorry, something went wrong.
Any news on getting this merged?
No branches or pull requests
Wrong usage of logging: Logging info messages on error level.
Upload servlet line 942 to 946:
The text was updated successfully, but these errors were encountered: