Project

General

Profile

Actions

Bug #11386

closed

Bug #11326: chars are not escaped correctly in dsc techniques

Invalid pattern

Added by Vincent MEMBRÉ over 6 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
N/A
Category:
Web - Config management
Target version:
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 ...


Related issues 1 (0 open1 closed)

Is duplicate of Rudder - Bug #11384: Broken policy generation with internal errorReleasedNicolas CHARLESActions
Actions #1

Updated by Vincent MEMBRÉ over 6 years ago

  • Is duplicate of Bug #11384: Broken policy generation with internal error added
Actions #2

Updated by Vincent MEMBRÉ over 6 years ago

  • Status changed from New to Rejected

Duplicates #11384

Actions #3

Updated by Vincent MEMBRÉ over 6 years ago

  • Is duplicate of deleted (Bug #11384: Broken policy generation with internal error)
Actions #4

Updated by Vincent MEMBRÉ over 6 years ago

  • Is duplicate of Bug #11384: Broken policy generation with internal error added
Actions

Also available in: Atom PDF