Hi, I have a shared resource, DynamicImageResource, to serve images from the database given some parameters. The URL looks like this (coming from tinymce where it encodes the ampersand): https://localhost/center/MerchantFile?merchant=Testing&image=logo2 Our application was running on wicket 1.4.22 and this was working like a charm. Recently, I have migrated to 6.14.0 and the resource fails to return the image because the ampersand is not decoded. As a result, parameters are now these: merchant=Testing amp;image=logo2 (key is not "image" anymore)
Any ideas how I could go about solving this? One solution would be to have tinymce not encoding the URL, but is there any other way to have, for example, the URL decoded prior to being handled by the ResourceMapper? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PageParameters-are-not-extracted-correctly-from-an-Encoded-URL-tp4665836.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
