diff --git a/src/rules_exceptions.cc b/src/rules_exceptions.cc index 5a131487..8fdce441 100644 --- a/src/rules_exceptions.cc +++ b/src/rules_exceptions.cc @@ -25,7 +25,7 @@ namespace modsecurity { bool RulesExceptions::load(const std::string &a, std::string *error) { bool added = false; - std::vector toRemove = utils::string::split(a, ' '); + std::vector toRemove = utils::string::ssplit(a, ' '); for (std::string &a : toRemove) { std::string b = modsecurity::utils::string::parserSanitizer(a); if (b.size() == 0) {