Actions
Bug #9901
closedError when using quotes on class parameters
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
The class changes when reloading the page when there is a backquote.
For example using the
test $(rpm -qa|sed -ne \'s/package-//p\') == "0.1-1"
command execution result.
Updated by Alexis Mousset almost 8 years ago
- Subject changed from Error when using backquotes on class parameters to Error when using quotes on class parameters
When using a quote, it is replaced by "\'"
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/ncf/pull/508
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:62655c7f838393902b0804c23bb5993b02117670.
Updated by Nicolas CHARLES almost 8 years ago
this change seems to prevent backquoting quotes :/
Updated by Nicolas CHARLES almost 8 years ago
ha, it was also impossible before, so it simply inverts the impossible behaviour
Updated by Nicolas CHARLES over 7 years ago
- Related to Bug #10723: Escaping backslash+double quote in NCF method file_ensure_lines_present added
Updated by Nicolas CHARLES over 7 years ago
- Related to Bug #10809: Invalid handling of escaped quotes/double quotes added
Updated by Vincent MEMBRÉ about 7 years ago
- Status changed from Pending release to Released
- Priority set to 0
Updated by Alexis Mousset over 2 years ago
- Target version changed from 0.x to ncf-0.x
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Technique editor - API to Web - Technique editor
Actions