Project

General

Profile

Actions

Bug #3759

closed

Change Request could display error in the logs if its directive is based on Techniques using fixed regex (IP, Mail)

Added by Vincent MEMBRÉ over 10 years ago. Updated about 9 years ago.

Status:
Released
Priority:
1
Category:
Web - Config management
Target version:
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

Also available in: Atom PDF