Skip to content

Commit

Permalink
Merge pull request #3140 from sbrunner/fix-cache-host
Browse files Browse the repository at this point in the history
Have a capabilities cache per hostname
  • Loading branch information
sbrunner committed Jul 18, 2016
2 parents a0bfc4c + 872cfb7 commit 7b883e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/qgswmsserver.cpp
Expand Up @@ -159,6 +159,7 @@ void QgsWMSServer::executeRequest()
{
QStringList cacheKeyList;
cacheKeyList << ( getProjectSettings ? "projectSettings" : version );
cacheKeyList << getenv( "SERVER_NAME" );
bool cache = true;
#ifdef HAVE_SERVER_PYTHON_PLUGINS
cache = mAccessControl->fillCacheKey( cacheKeyList );
Expand Down

0 comments on commit 7b883e2

Please sign in to comment.