Project

General

Profile

Actions

Bug #92

closed

URLs with special characters get corrupted in the URL text box

Added by Soren Stoutner about 7 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Next Release
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.

Actions #1

Updated by Soren Stoutner about 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.

Actions #2

Updated by Soren Stoutner about 5 years ago

  • Priority changed from 2 to Next Release
Actions

Also available in: Atom PDF