mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Revert "Show project path in server parsing error (revert before release)"
This reverts commit 368223ad0a0995b6d3ab0d55cd5e723557887ad5.
This commit is contained in:
parent
c8dffafddf
commit
02499d2e94
@ -539,7 +539,7 @@ QPair<QByteArray, QByteArray> QgsServer::handleRequest( const QString& queryStri
|
||||
);
|
||||
if ( !p )
|
||||
{
|
||||
theRequestHandler->setServiceException( QgsMapServiceException( "Project file error", QString( "Error reading the project file: %1" ).arg( configFilePath ) ) );
|
||||
theRequestHandler->setServiceException( QgsMapServiceException( "Project file error", "Error reading the project file" ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -565,7 +565,7 @@ QPair<QByteArray, QByteArray> QgsServer::handleRequest( const QString& queryStri
|
||||
);
|
||||
if ( !p )
|
||||
{
|
||||
theRequestHandler->setServiceException( QgsMapServiceException( "Project file error", QString( "Error reading the project file: %1" ).arg( configFilePath ) ) );
|
||||
theRequestHandler->setServiceException( QgsMapServiceException( "Project file error", "Error reading the project file" ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user