Actions
Bug #12269
openRegex in metadata.xml don't match when using .
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Very Small
Priority:
48
Regression:
Description
Regex on input in metadata.xml are used to match multiline strings.
In this case, we expect to use the regex to match the whole input, so '^' '$' should match start and end of string and '.' should match newlines.
This means the regex should use both 'single line' (aka s) and 'multiple lines' (aka m) options.
Updated by Benoît PECCATTE over 5 years ago
- Related to Bug #12263: Wrong regex in FileTemplate technique added
Updated by Vincent MEMBRÉ over 5 years ago
- Target version changed from 4.1.11 to 4.1.12
Updated by Vincent MEMBRÉ over 5 years ago
- Target version changed from 4.1.12 to 4.1.13
Updated by Benoît PECCATTE over 5 years ago
- Target version changed from 4.1.13 to 411
Updated by Benoît PECCATTE over 5 years ago
- Target version changed from 411 to 4.1.13
Updated by Vincent MEMBRÉ about 5 years ago
- Target version changed from 4.1.13 to 4.1.14
Updated by Benoît PECCATTE about 5 years ago
- Target version changed from 4.1.14 to 4.1.15
Updated by François ARMAND almost 5 years ago
- Severity set to Minor - inconvenience | misleading | easy workaround
- User visibility set to Infrequent - complex configurations | third party integrations
- Effort required set to Very Small
- Priority changed from 0 to 46
[problematic ex: <CONSTRAINT><REGEX> in filetemplate)
So, what we want is the regex to be always multiline.
We believe this is not a breaking change because for now, a regex with ^$ would never match multiline fields, so such an input can't have been added.
The change should be only to modify "case class RegexConstraint" to always add DOTALL and MULTILINE modifiers.
Updated by Vincent MEMBRÉ almost 5 years ago
- Target version changed from 4.1.15 to 4.1.16
Updated by Vincent MEMBRÉ almost 5 years ago
- Target version changed from 4.1.16 to 4.1.17
- Priority changed from 46 to 45
Updated by Vincent MEMBRÉ almost 5 years ago
- Target version changed from 4.1.17 to 4.1.18
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 4.1.18 to 4.1.19
- Priority changed from 45 to 44
Updated by Alexis Mousset over 4 years ago
- Target version changed from 4.1.19 to 4.1.20
- Priority changed from 44 to 43
Updated by François ARMAND over 4 years ago
- Target version changed from 4.1.20 to 4.1.21
- Priority changed from 43 to 42
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 4.1.21 to 4.1.22
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 4.1.22 to 4.1.23
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 4.1.23 to 4.1.24
Updated by Vincent MEMBRÉ about 4 years ago
- Target version changed from 4.1.24 to 588
Updated by Alexis Mousset about 4 years ago
- Target version changed from 588 to 5.0.13
Updated by Vincent MEMBRÉ about 4 years ago
- Target version changed from 5.0.13 to 5.0.14
Updated by Vincent MEMBRÉ almost 4 years ago
- Target version changed from 5.0.14 to 5.0.15
Updated by Vincent MEMBRÉ almost 4 years ago
- Target version changed from 5.0.15 to 5.0.16
Updated by Alexis Mousset over 3 years ago
- Target version changed from 5.0.16 to 5.0.17
Updated by Vincent MEMBRÉ over 3 years ago
- Target version changed from 5.0.17 to 5.0.18
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 5.0.18 to 5.0.19
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 5.0.19 to 5.0.20
Updated by Vincent MEMBRÉ almost 3 years ago
- Target version changed from 5.0.20 to 797
Updated by Benoît PECCATTE about 2 years ago
- Target version changed from 797 to 6.1.14
- Priority changed from 42 to 43
Updated by Vincent MEMBRÉ about 2 years ago
- Target version changed from 6.1.14 to 6.1.15
Updated by Vincent MEMBRÉ about 2 years ago
- Target version changed from 6.1.15 to 6.1.16
- Priority changed from 43 to 44
Updated by Vincent MEMBRÉ about 2 years ago
- Target version changed from 6.1.16 to 6.1.17
Updated by Vincent MEMBRÉ almost 2 years ago
- Target version changed from 6.1.17 to 6.1.18
- Priority changed from 44 to 45
Updated by Vincent MEMBRÉ almost 2 years ago
- Target version changed from 6.1.18 to 6.1.19
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 6.1.19 to 6.1.20
- Priority changed from 45 to 47
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 6.1.20 to 6.1.21
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 6.1.21 to old 6.1 issues to relocate
- Priority changed from 47 to 48
Actions