-
Notifications
You must be signed in to change notification settings - Fork 6
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
Nonce with equals issue #39
Comments
Yes, that indeed is a bug. I will fix the |
By the way, do you have a specific situation where you want to have |
I do not have any specific situation. When I run the test case multiple
times, it fails once because of the equals sign for nonce value.
Thanks & Regards,
Mohammed Nauman Siddique
Contact Number: +91- 8826206356
…On Sun 9 Dec, 2018, 12:59 PM Sawood Alam ***@***.*** wrote:
By the way, do you have a specific situation where you want to have =
sign in the values of attributes of WWW-Authenticate header?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALI0D06uHS3BFR8JYNwvlBcZ4Mp0kAd1ks5u3U-ZgaJpZM4ZJ_Rg>
.
|
While I understand that quoted strings may contain |
When I create nonce from server which contains a = in the nonce. It fails my test case parse_equal_sign_delimited_keys_values in a4 test suite.
I checked web-tester code in httptester.py and function parse_equal_sign_delimited_keys_values, code parses for key and values by splitting on =. This, I feel could be issue for my test case failing.
If my nonce does not have an equals sign, then my test case never fails.
The text was updated successfully, but these errors were encountered: