Actions
Bug #11386
closedBug #11326: chars are not escaped correctly in dsc techniques
Invalid pattern
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Stupid java is stupid
replaceAll("\\","\\\\")
is invalid because first backslash is replace, then put in a regexp ...
You need to do "\\\\" to escape a backslash ... or do triple quote string ...
Updated by Vincent MEMBRÉ about 7 years ago
- Is duplicate of Bug #11384: Broken policy generation with internal error added
Updated by Vincent MEMBRÉ about 7 years ago
- Is duplicate of deleted (Bug #11384: Broken policy generation with internal error)
Updated by Vincent MEMBRÉ about 7 years ago
- Is duplicate of Bug #11384: Broken policy generation with internal error added
Actions