Hi, I am running mono 2.10.2 version on Linux web server, it seems that the Jquery is broken when I transferred a string contained on "&" or "=" or space from client javascript Jquery via ajax.
On server side, the "=" was replaced by "+", the "=" and all characters after the "=" were cut off (like base64 padding), and the server returned undefined object for "&". I set the dataType to "json". According to the Jquery API, the ajax automatically formats non-string object to JSON format and serialises the data via ajax. I guess the mono integrates the JQuery package to the mono package, which version of the Jquery is in mono 2.10.2? I don't think it would be a bug on mono Jquery as the implementation was quite common. I suspect I did not set up the Jquery properly, please advise what I could be missing. Thank you. Kind regards, Jupiter _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
