--- dao/DaoAdresseService/WebContent/WEB-INF/web.xml 2015/02/13 11:48:23 2274 +++ dao/DaoAdresseService/WebContent/WEB-INF/web.xml 2015/02/26 13:11:45 2384 @@ -785,4 +785,36 @@ javax.sql.DataSource Container + + SetCharacterEncoding + org.apache.catalina.filters.SetCharacterEncodingFilter + + encoding + UTF-8 + + + + SetCharacterEncoding + /* + + + Bool: use google geocoding to help with streetnames + useGoogle + true + + + Bool: use OSM geocoding to help with streetnames + useOpenStreetMaps + true + + + Int: Timeout for HTTPRequest (ms) + osmTimeout + 750 + + + String: Base for nominatim URL + nominatimBase + http://nominatim.openstreetmap.org + \ No newline at end of file