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

Crash after seinding POST form form with encoded symblos #17

Open
killev opened this issue Mar 4, 2016 · 3 comments
Open

Crash after seinding POST form form with encoded symblos #17

killev opened this issue Mar 4, 2016 · 3 comments
Assignees
Labels

Comments

@killev
Copy link
Contributor

killev commented Mar 4, 2016

Request Headers
Provisional headers are shown

Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Content-Type:application/x-www-form-urlencoded
Origin:http://192.168.50.130:9999
Referer:http://192.168.50.130:9999/?param=123456
Upgrade-Insecure-Requests:1
User-Agent:Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36

Query String Parameters
param:123456
Form Data
param:%F0%F3%F1%F1%EA%E8%E9

Form:


<html>
<body>
<form method="POST" action = "/?param=123456"><input name="param" type="text"/><input type="submit"/></form>
<br>
Submitted: {{submitted}}
</body>

</html>

Entered value: "Русский язык"

@dileping dileping added the bug label Mar 4, 2016
@dileping
Copy link
Member

dileping commented Mar 4, 2016

@killev Certainly is a bug. Will see if libevent can handle this at all. If not, will fix in version 0.4 where we plan to get rid of libevent completely.

@Jxrgxn
Copy link

Jxrgxn commented Mar 31, 2016

Well, well, well, I guess I found my chance to contribute.

@dileping
Copy link
Member

@KacheFlowe Awesome! Will appreciate it a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants