Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Redo "server: stop processing after 'no REQUEST' exception (fixes #11543
)" from 1d3f8a7

- Accidentally removed during merge conflict in 670719c?
  • Loading branch information
dakcarto committed Mar 20, 2015
1 parent c0c72d2 commit 02fd61b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/qgswmsserver.cpp
Expand Up @@ -112,6 +112,8 @@ void QgsWMSServer::executeRequest()
{
QgsDebugMsg( "unable to find 'REQUEST' parameter, exiting..." );
mRequestHandler->setServiceException( QgsMapServiceException( "OperationNotSupported", "Please check the value of the REQUEST parameter" ) );
cleanupAfterRequest();
return;
}

//version
Expand Down

0 comments on commit 02fd61b

Please sign in to comment.