Hello Andrea, for the Post-Request I use <?xml version="1.0" encoding="ISO-8859-15"?> to declare the encoding. For the Get-Request I use the URLEncoder.encode(bb, "ISO-8859-15")-Method of Java to encode the url.
- Tim -----Ursprüngliche Nachricht----- Von: Andrea Aime [mailto:[EMAIL PROTECTED] Gesendet: Montag, 2. Juli 2007 10:20 An: Tim Englich Cc: [email protected] Betreff: Re: AW: [Geotools-gt2-users] WFS Filter Problems using Umlauts 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 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
