What steps will reproduce the problem?
1. Set CryptoMapper as the root request mapper in an Application
2. Try to drop a draggable on a droppable
The problem is with the callback URL. The CryptoMapper encrypts the entire URL
(including query parameters) so the resulting callback doesn't have any query
parameters. Adding "&droppedId=component1" to the callback results in a
malformed URL. It should add "?droppedId=component1" instead.
Patch file attached
Original issue reported on code.google.com by a...@gbervik.com on 19 Jun 2012 at 3:31
Original issue reported on code.google.com by
a...@gbervik.com
on 19 Jun 2012 at 3:31Attachments: