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
Description: Sending a curl request with an incorrectly encoded parameter results in a 500 error. This is with themis-v0.4.3-1
curl "https://[themis-server]:8080/issue?pid=%hello" --key ./base.key --cert ./CommonNamed.crt -i HTTP/1.1 500 Internal Server Error Content-Type: text/plain; charset=utf-8 X-Midt-Server: issuer X-Midt-Version: 0.4.3 Date: Tue, 31 Mar 2020 19:32:52 GMT Content-Length: 24 Connection: close
Expected: a 400 error.
The text was updated successfully, but these errors were encountered:
renaz6
Successfully merging a pull request may close this issue.
Description:
Sending a curl request with an incorrectly encoded parameter results in a 500 error.
This is with themis-v0.4.3-1
curl "https://[themis-server]:8080/issue?pid=%hello" --key ./base.key --cert ./CommonNamed.crt -i
HTTP/1.1 500 Internal Server Error
Content-Type: text/plain; charset=utf-8
X-Midt-Server: issuer
X-Midt-Version: 0.4.3
Date: Tue, 31 Mar 2020 19:32:52 GMT
Content-Length: 24
Connection: close
Expected:
a 400 error.
The text was updated successfully, but these errors were encountered: