Currently I have webservice running on the Mono platform. When I call the service I get the data in the form of msg, and not msg.d. Any thoughts?

Update:

Wow, this turns out to be a big deal. As Phil Haack explains, this opens up the possibility of an XSS attack when you use a GET to fetch the data. Question still stands: should this be fixed?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

As said Justin on mono-aspnet-list@lists.ximian.com:

This is a bug. It has been fixed in 2.6 svn and in the trunk.

http://lists.ximian.com/pipermail/mono-aspnet-list/2010-March/000663.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.