|
From: Andrea A. <aa...@op...> - 2007-07-02 08:20:40
|
Tim Englich ha scritto: > Hello Andrea, > > when I use the sample request page of geoserver following occurs: > > When I request the features using the Post-Request with UTF-8 encoding of the > Request-Body I get no result. When I use ISO-8859-15 encoding I get the > correct Result. > > So changing the encoding on client-side could solve the problem for the > Post-Request. > > For the Get-Request I get the same result. > When I change the encoding of the URL from UTF-8 to ISO-8859-15 I recieve the > correct result. Hum, how do you force the encoding in the POST request? And in the GET one? Using the content-encoding http header, declaring a different encoding in the <?xml ...> tag, or how? Cheers Andrea |