changeset 1335:813342f2e927

OGC proxy: Rewrite service exceptions documents, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 26 Nov 2018 00:09:53 +0100
parents 6a439a92abf7
children 5bb1e3c1f364
files pkg/controllers/proxy.go
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/controllers/proxy.go	Sun Nov 25 23:44:52 2018 +0100
+++ b/pkg/controllers/proxy.go	Mon Nov 26 00:09:53 2018 +0100
@@ -203,6 +203,7 @@
 	"text/xml",
 	"application/gml+xml",
 	"application/vnd.ogc.wms_xml",
+	"application/vnd.ogc.se_xml",
 }
 
 func isXML(h http.Header) bool {