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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to