Actions
Bug #92
closedURLs with special characters get corrupted in the URL text box
Start date:
03/01/2017
Due date:
% Done:
0%
Estimated time:
Description
Example URL: http://eur-lex.europa.eu/legal-content/IT/TXT/?uri=CELEX:32016L0680
Corrupted Version: http://eur-lex.europa.eu/legal-content/IT/TXT/?uri%3DCELEX%3A32016L0680
This prevents visiting the URL by entering it into the text box.
Updated by Soren Stoutner over 7 years ago
- Status changed from New to Closed
This can be fixed using `URLDecoder.decode()` to decode the string in UTF-8 format.
Fixed in commit https://git.stoutner.com/?p=PrivacyBrowser.git;a=commitdiff;h=42bb1bc6642f58b63c920d31e32958b7b2154956.
Updated by Soren Stoutner over 5 years ago
- Priority changed from 2 to Next Release
Actions