Skip to content

Commit 02fd61b

Browse files
committed
Redo "server: stop processing after 'no REQUEST' exception (fixes #11543)" from 1d3f8a7
- Accidentally removed during merge conflict in 670719c?
1 parent c0c72d2 commit 02fd61b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/qgswmsserver.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ void QgsWMSServer::executeRequest()
112112
{
113113
QgsDebugMsg( "unable to find 'REQUEST' parameter, exiting..." );
114114
mRequestHandler->setServiceException( QgsMapServiceException( "OperationNotSupported", "Please check the value of the REQUEST parameter" ) );
115+
cleanupAfterRequest();
116+
return;
115117
}
116118

117119
//version

0 commit comments

Comments
 (0)