Heyvaert / wiquery

Automatically exported from code.google.com/p/wiquery
0 stars 0 forks source link

DroppableAjaxBehavior doesn't work with CryptoMapper #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
fixed on master and wicket-1.5

Original comment by hielke.hoeve on 9 Nov 2012 at 2:18