What steps will reproduce the problem?
1. I have created a Ruby on Rails plugin which uses your jquery plugin for the
front-end. There is a problem with a form authentication_token that rails uses
to see if a form has been tampered with. The problem stems from your plugin
encrypting all form input elements. The problem goes away if i don't encrypt
this particular hidden <input> element. I have made a minor modification to
your plugin to accept a new option which will ignore a specified selector. I am
wondering if you would be willing to look at the change and consider
incorporating it into your plugin?
I will attach the modified jcryption.js file to this note.
If you would like to see the rails plugin, you can see it at:
https://github.com/rsepulveda2/rsa-form
My e-mail is: rsepulveda2@gmail.com if you need further clarification.
Thanks,
Richard
PS. Your plugin is very nice.
Original issue reported on code.google.com by
rsepulve...@gmail.comon 26 Dec 2010 at 7:44Attachments: