public void testGeoIllegalFileUrl() throws Exception {
final File file = getFile(CreateMapProcessorFlexibleScaleBBoxGeoJsonTest.class, BASE_DIR + "geojson.json");
final PJsonObject requestData = parseJSONObjectFromString("{type:\"geojson\";style:\"polygon\";geoJson:\""
+ file.toURI().toURL() + "\"}");
final Configuration configuration = new Configuration();
configuration.setConfigurationFile(File.createTempFile("xyz", ".yaml"));
configuration.setFileLoaderManager(this.fileLoaderManager);
Template template = new Template();
template.setConfiguration(configuration);
GeoJsonLayer.GeoJsonParam param = new GeoJsonLayer.GeoJsonParam();