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
The printing API added in 68c297e should also validate the originalName.
originalName
Print client should send file basename instead of the relative path.
Previously, the originalName was taken from the upload form, but now the user is free to enter it, which may affect some printing backend.
DOMJudge master
The text was updated successfully, but these errors were encountered:
Kevinjil
No branches or pull requests
Description of the problem
The printing API added in 68c297e should also validate the
originalName
.Print client should send file basename instead of the relative path.
Previously, the
originalName
was taken from the upload form, but now the user is free to enter it, which may affect some printing backend.Your environment
DOMJudge master
The text was updated successfully, but these errors were encountered: