/usr/share/python3-mapproxy/service/templates/wms111exception.xml is in python3-mapproxy 1.11.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | <?xml version="1.0"?>
<!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/exception_1_1_1.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException{{if code is not None}} code="{{code}}"{{endif}}>{{exception}}</ServiceException>
</ServiceExceptionReport>
|