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.
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.