Page MenuHomePhabricator

D19178.id45938.diff
No OneTemporary

D19178.id45938.diff

diff --git a/src/applications/herald/adapter/HeraldAdapter.php b/src/applications/herald/adapter/HeraldAdapter.php
--- a/src/applications/herald/adapter/HeraldAdapter.php
+++ b/src/applications/herald/adapter/HeraldAdapter.php
@@ -490,7 +490,13 @@
$result = @preg_match($condition_value.'S', $value);
if ($result === false) {
throw new HeraldInvalidConditionException(
- pht('Regular expression is not valid!'));
+ pht(
+ 'Regular expression "%s" in Herald rule "%s" is not valid, '.
+ 'or exceeded backtracking or recursion limits while '.
+ 'executing. Verify the expression and correct it or rewrite '.
+ 'it with less backtracking.',
+ $condition_value,
+ $rule->getMonogram()));
}
if ($result) {
return $result_if_match;

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 31, 11:35 PM (2 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7723729
Default Alt Text
D19178.id45938.diff (913 B)

Event Timeline