Actions
Bug #2408
closedfix print backslash in PrintRawUriFp
Affected Versions:
Effort:
Difficulty:
Label:
Description
PrintRawUriFp function will not honor a '\' character in the proper way, as PrintRawUriBuf does. That means there may be confusion between a hex-encoded character and a \ character.
Adding a proper backslash encoding in the function PrintRawUriFp will solve the issue
Actions