Gabriel Roldán ha scritto: > On Tuesday 25 March 2008 06:35:07 pm Justin Deoliveira wrote: >> Hi Gabriel, >> >> I actually meant to assign this to myself... must have slipped. But if >> you want to take it by all means be my guest :). > np, it was cholmes choice. >> So yeah... I think I meant more a), but b) is very much valid too. >> Although I think the dispatcher may already ensure that b) is done. > Yeah, it seems for b we're covered by Dispatcher. > So it lays down to check every xml response in every service sets the > encoding, right?
Hum ,in the 1.5.x code some of the XML transformer had the charset encoding set as a property, so maybe it's not just the dispatcher that needs it? See for example: http://svn.codehaus.org/geoserver/branches/1.5.x/geoserver/wfs/src/main/java/org/vfny/geoserver/wfs/responses/GML2FeatureResponseDelegate.java line 139: transformer.setEncoding(request.getWFS().getGeoServer().getCharSet()); Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
