Fix a bug of the GlobalFilters plugin (#1842)

This commit is contained in:
An Tao 2023-11-09 12:47:02 +08:00 committed by an-tao
parent 6bb8c1db72
commit 04365e77bb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void GlobalFilters::initAndStart(const Json::Value &config)
{ {
if (ex.isString()) if (ex.isString())
{ {
regexStr.append("(").append(exempt.asString()).append(")|"); regexStr.append("(").append(ex.asString()).append(")|");
} }
else else
{ {