Skip to content

Commit

Permalink
hotfix(invalidation) invalidates global plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed Oct 7, 2016
1 parent aa15477 commit 62ea600
Show file tree
Hide file tree
Showing 2 changed files with 809 additions and 613 deletions.
2 changes: 1 addition & 1 deletion kong/tools/database_cache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function _M.acls_key(consumer_id)
end

function _M.ssl_data(api_id)
return CACHE_KEYS.SSL..":"..api_id
return CACHE_KEYS.SSL..(api_id and ":"..api_id or "")
end

function _M.bot_detection_key(key)
Expand Down
Loading

0 comments on commit 62ea600

Please sign in to comment.