sebfz1 / wicket-jquery-ui

jQuery UI & Kendo UI integration in Wicket
http://www.7thweb.net/wicket-jquery-ui/
Other
93 stars 58 forks source link

Change KendoUI Scheduler ajax requests to POST #259

Closed Patrick1701 closed 7 years ago

Patrick1701 commented 7 years ago

Hi Sebastien, do you think it would be possible to change the schedulers ajax requests to POST request?

The data parameter can exceed normal url length due to stringified event json. And I will also need it for security reasons.

best regards Patrick

sebfz1 commented 7 years ago

Hi Patrick,

I will look at this asap...

Thanks and best regards, Sébastien

sebfz1 commented 7 years ago

Hi Patrick, I've updated create, update, delete and edit commands to use POST requests. Please try out 6.27.0-SNAPSHOT to ensure everything works. As soon as you confirm it's ok I will deploy a patch release (6.26.1).

Patrick1701 commented 7 years ago

Hi Sebastien, POST tested and works for me.

No need for a patch release. Can go through standard release cycle. I've also found an additional solution for my privacy-issue I told you by mail.

Patrick