﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8803	CKFinder config.id parameter passed with double ampersand in querystring	Philippe Meunier		"When we give an id to ckfinder (v 2.0.2), it gets passed correctly to the popup window, but if we upload a new file, the POST request has the id parameter wrongly URLEncoded, the ampersand is added twice before the id, giving something like : 

http://domain.com/includes/ckfinder/core/connector/asp/connector.asp?command=FileUpload&type=Images&currentFolder=%2F&langCode=fr&hash=50073e42bf738bd2'''&&'''id=filepicker-simple-editor

Here is the code snippet to reproduce the bug :

{{{
var finder = new CKFinder({
  ""id"": ""filepicker-simple-editor"",
  ""basePath"" : ""/includes/ckfinder/""
});

finder.popup();
}}}
"	Bug	closed	Normal		General		fixed		
