Hi Laura, This has been improved recently with https://issues.apache.org/jira/browse/WICKET-4865 (Wicket 6.3.0). If this doesn't work for you then please attach a quickstart application to a new ticket.
On Sat, Dec 8, 2012 at 9:46 PM, LauraZ <[email protected]> wrote: > Hi, I'm having troubles with CryptoMapper. > When an AjaxRequest (with parameters) arrives and CryptoMapper decrypts it, > original queryString parameters dissapears. > > Debugging CryptoMapper, I've checked that this method: > > private Url decryptUrl(final Request request, final Url encryptedUrl) { > ... > } > > receives querystrings parameters (on field url.parameter from "request" > parameter) and the new Url returned by the method never adds them to its > own > list. > > Am i doing something wrong, or it's a bug? > > Regards, Laura > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/CryptoMapper-ignores-original-queryString-parameters-tp4654617.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] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
