Fix a bug of the GlobalFilters plugin (#1842)
This commit is contained in:
parent
6bb8c1db72
commit
04365e77bb
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue