mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Update error message
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
@@ -125,7 +125,7 @@ public:
|
|||||||
catch (...) { // NOSONAR
|
catch (...) { // NOSONAR
|
||||||
// we don't need to handle all exceptions, the engine's BISON parser
|
// we don't need to handle all exceptions, the engine's BISON parser
|
||||||
// does not allow other symbols than numbers
|
// does not allow other symbols than numbers
|
||||||
set_error(errmsg, "An unknown error occurred while parsed the value.");
|
set_error(errmsg, "An unknown error occurred while parsing number.");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user