mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
server: stop processing after 'no REQUEST' exception (fixes #11543)
This commit is contained in:
parent
eda723cd3b
commit
1d3f8a73b5
@ -101,6 +101,8 @@ void QgsWMSServer::executeRequest()
|
||||
{
|
||||
QgsDebugMsg( "unable to find 'REQUEST' parameter, exiting..." );
|
||||
mRequestHandler->sendServiceException( QgsMapServiceException( "OperationNotSupported", "Please check the value of the REQUEST parameter" ) );
|
||||
cleanupAfterRequest();
|
||||
return;
|
||||
}
|
||||
|
||||
//version
|
||||
|
Loading…
x
Reference in New Issue
Block a user