Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15458393
D19178.id45938.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
913 B
Referenced Files
None
Subscribers
None
D19178.id45938.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D19178: Provide a more tailored error message when a Herald rule fails because of PCRE limits
Attached
Detach File
Event Timeline
Log In to Comment