Actions
Bug #3759
closedChange Request could display error in the logs if its directive is based on Techniques using fixed regex (IP, Mail)
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When making a change request we have to serialize the directive and the technique on which this directive is based.
But some Technique fields (fixed regexp : mail and IP) are not correctly parsed
the problem is that we serialize their regexp but the parser does not accept the 'fixed regexp' with a regexp field (think it's a redefinition of a fixed regexp but by definition fixed regexp are ... fixed )
Two ways to solve this : ignore regexp field for fixed regexp in parser or don't serialize 'fixed regexp' with their regexp so the parser won't have problems.
Actions