Hello, I have detected a problem querying the Geoserver using the WFS-Plugin. When I use a Filter including german umlauts like ä,ö,ü,ß in the literals I got no Data. When I take a look in the Logfiles of Geoserver I saw that the umlauts were not be parsed correctly by geoserver. I think the Problem is the encoding that ist used by the XML of the Post-Request and the encoding that is used to encode the Get-Request (both UTF-8) that is created by GeoTools.
When I inspect the code I saw that the encoding is written fixed into the Code. Might a change of the encoding solve the problems I have detected? The Classes that might have to be changed are: org.geotools.data.wfs.WFSDataStore org.geotools.xml.WriterContentHandler org.geotools.xml.DocumentWriter I think that the "user" should have the chance to change the encoding. Am I right? - Tim ------------------------------------------------------------------------- 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
