Chris Mannion schrieb am 27.11.2008 um 10:17:43 (+):
>
> The servlet in question accepts XML data that is posted to it as a URL
> parameter called 'xml'.
"Posted as a URL parameter"? POST or GET? You want a POST here.
>
>
>
That
> From: Chris Mannion [mailto:[EMAIL PROTECTED]
> Subject: Re: Odd encoding of servlet parameters
>
> It's true that the program sending the data is ours as well but I
> don't suspect it to be the culprit because the problem doesn't occur
> in a way consistent with
André
Thanks for the comments, I will definitely look into the approach of
sending the data in the request body, probably something that should
have been done originally.
It's true that the program sending the data is ours as well but I
don't suspect it to be the culprit because the problem doesn
Chris Mannion wrote:
Hi All
I've recently started having a problem with one of the servlets I'm
running on a Tomcat 5.5 system. The code of the servlet hasn't
changed at all so I'm wondering if there are any Tomcat settings that
could affect this kind of thing or if anyone has come across a sim