views:

38

answers:

1

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?

+1  A: 

As said Justin on [email protected]:

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

abatishchev