Opened 14 years ago

Last modified 14 years ago

#2895 new enhancement

WMS provider doesn't handle exceptions

Reported by: strk Owned by: nobody
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: Data Provider Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

getCapabilities request performed by WMS provider isn't checked for exceptions. This makes it hard to debug servers...

Btw, WMS 1.3.0 exceptions look different from WFS 1.0.0 exceptions. Here's an example:

ServiceExceptionReport version="1.3.0" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wms/1.3.0/exceptions_1_3_0.xsd">
−
<ServiceException>

msGetLabelSize(): TrueType Font error. Requested font (arial) not found.
</ServiceException>
</ServiceExceptionReport>

Change History (2)

comment:1 by strk, 14 years ago

Same happens for GetMap requests. In this case, qgis might instead ask for inline exceptions (in-image) when supported by server.

comment:2 by pcav, 14 years ago

Milestone: Version 1.6.0
Note: See TracTickets for help on using tickets.