views:

14

answers:

0

Hi all,

I have a javascript which uses XMLHttpRequest to submit data to a rails controller. In the url, it escapes dots as "%2E", however, rails does not seem to unescape this (the dots are in params[:id]). Is there a way to fix this?

Thanks, Maz