What is the best way to get the raw data sent to a servlet? My servlet 
accepts xml data sent to it (from a form), but it seems that by the time 
I see it in self.response().fields(), it has gone through a little 
"tweaking". One of the values sent in the xml contains "&", but when 
I see it, that string has been replace with "&". It's as if the data has 
been passed through htmlDecode(). Unfortunately, this replacement makes 
the xml invalid. What is causing the replacement? Is there a way to get 
the raw data before it has been "corrupted"?

--John


_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to