-
Notifications
You must be signed in to change notification settings - Fork 202
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
RqMultipart.Base incorrect handles non-printable ASCII characters #331
Comments
@dmzaytsev I will ask someone to take care of this task soon |
@dmzaytsev since the ticket has no milestone I set it to 1.0 |
@dmzaytsev many thanks for the bug report, I added 15 mins to your acc, transaction |
@lautarobock this task is yours, please help (see our key principles of work). If you have any technical questions, don't hesitate to ask right here... The budget here is 30 mins, which is exactly how much time will be paid for, when the task is completed |
@lautarobock It would better to create a new test for this issue. Also please add a hash calculation for input and output data and compare them. |
@lautarobock any progress here ? |
@dmzaytsev let me fix it myself, will be faster. assign it to me pls |
@dmzaytsev maybe you can fix it? I have no idea why it's happening. I only managed to reproduce it in a test, just like you suggested: 36b63d4 |
@yegor256 ok, I'll try, assign it to me pls |
@davvd assign @dmzaytsev to this task pls |
@yegor256 of course! @dmzaytsev it's your ticket now, please go ahead |
@dmzaytsev any luck? |
@yegor256 I found exactly where the bug, but it was too late. today I will
fix it.
|
@rultor release, tag is |
@yegor256 Oops, I failed. You can see the full log here (spent 6min)
|
@rultor release, tag is |
@dmzaytsev thanks! |
@elenavolokhova please, review this task for compliance with our quality rules |
@davvd Quality is good here! |
@elenavolokhova thanks a lot :) |
@dmzaytsev just added 10 mins to @elenavolokhova (for QA), payment ID is Thanks for your contribution, 1 hour was added to your account, payment ID is the bonus for fast delivery (m=855) +60 added to your rating, at the moment it is: +2480 |
RqMultipart.Base incorrect handles non-printable ASCII characters
to reproduce it just make a small changes in
RqMultipartTest.handlesRequestInTime()
https://github.com/yegor256/takes/blob/master/src/test/java/org/takes/rq/RqMultipartTest.java#L357
change
to
bwr.write(String.format("%c", rnd.nextInt(108)+20));
will work fine.so problem in the non-printable characters from 0 to 19
The text was updated successfully, but these errors were encountered: