﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
15693	[PATCH] Prevent double URL decoding in AddTagsDialog	skorbut	skorbut	"It looks to me that tags, given as arguments using the ""addtags"" parameter, are URL-decoded twice.

Example: http://localhost:8111/load_and_zoom?select=currentselection&bottom=46.85333&top=46.853530000000006&left=9.528349&right=9.528649&addtags=contact%3Aphone%3D%2B41%2081%20254%2024%2024

The phone number starts with {{{%2B}}}, corresponding to {{{+}}}. However, the {{{+}}} symbol is not visible in the tag-import dialogue. My understanding is, that a call similar to {{{Utils.decodeUrl()}}} has happend before somewhere in the code. Therefore the {{{+}}} sign will be URL-decoded again, which corresponds to a space. This space however will be removed some lines further down due to the call {{{tag1.trim()}}}.

The attached patch removes the (second) call to {{{Utils.decodeUrl()}}}."	defect	closed	normal	17.12	Core remotecontrol		fixed		
