Can i use IPageParametersEncoder here? I can use the Base64 encoding decoding there and implement the below strategy.
when the first request(*page.html?param1=paramvalue==*) comes I can get the request params from native HTTPServletRequest and put that value in page parameters without encoding. Wicket will do the redirection to the url *page.html/param1/encoded_paramvalue* and next time things will work as expected as the param value is encoded now. By doing this, the fix will be specific to this feature and there won't be any impact on any other module. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/URL-params-parsing-issue-if-param-value-contain-tp4651238p4651242.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]
