Skip to content
New issue

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

bad urlencoding results in 500 error from server #47

Closed
ilawjr opened this issue Mar 31, 2020 · 0 comments · Fixed by #84
Closed

bad urlencoding results in 500 error from server #47

ilawjr opened this issue Mar 31, 2020 · 0 comments · Fixed by #84
Assignees
Labels
bug Something isn't working

Comments

@ilawjr
Copy link

ilawjr commented Mar 31, 2020

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.

@ilawjr ilawjr added the bug Something isn't working label Mar 31, 2020
@renaz6 renaz6 self-assigned this Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants