Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

PageParameters are not extracted correctly from an Encoded URL

$
0
0
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?

Viewing all articles
Browse latest Browse all 5648

Trending Articles