Actions
Bug #2823
closedSome special characters seems to not be escaped in MOTD Technique
Status:
Rejected
Priority:
5 (lowest)
Assignee:
-
Category:
Techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
It is not possible to use asciiart:
,---. ,.'-. \ ( ( ,'"""""-. `,X `. /` ` `._ ( , ,_\ | ,---.,'o `. | / o \ ) \ ,. ( .____, \| \ \____,' \ '`'\ \ _,____,' \ ,-- ,-' \ ( C ,' \ `--' .' | | | .O | __| \ ,-'_ / `L `._ _,' ' `. / `--.._ `',. _\ ` `-. /\ | `. ( ,\ \ _/ `-._ / \ |--' ( \ ' `-. `' \/\`. `. ) \ -hrr- \ `. | | Dooh
Is not possible to use it and the logs returns this:
[2012-08-17 15:52:30] DEBUG com.normation.rudder.services.policies.ParameterizedValueLookupServiceImpl - Processing variable : MOTD Message of the day (MOTD) to display : ArrayBuffer(,---. ^M ,.'-. \ ^M ( ( ,'"""""-. ^M `,X `. ^M /` ` `._ ^M ( , ,_\ ^M | ,---.,'o `. ^M | / o \ ) ^M \ ,. ( .____, ^M \| \ \____,' \ ^M '`'\ \ _,____,' ^M \ ,-- ,-' \ ^M ( C ,' \ ^M `--' .' | ^M | | .O | ^M __| \ ,-'_ ^M / `L `._ _,' ' `. ^M / `--.._ `',. _\ ` ^M `-. /\ | `. ( ,\ \ ^M _/ `-._ / \ |--' ( \ ^M ' `-. `' \/\`. `. ) ^M \ -hrr- \ `. | | ^M ^M ^M Dooh) [2012-08-17 15:52:30] DEBUG com.normation.rudder.services.policies.ParameterizedValueLookupServiceImpl - setted variable values are MOTD ArrayBuffer(,---. ^M ,.'-. \ ^M ( ( ,'"""""-. ^M `,X `. ^M /` ` `._ ^M ( , ,_\ ^M | ,---.,'o `. ^M | / o \ ) ^M \ ,. ( .____, ^M \| \ \____,' \ ^M '`'\ \ _,____,' ^M \ ,-- ,-' \ ^M ( C ,' \ ^M `--' .' | ^M | | .O | ^M __| \ ,-'_ ^M / `L `._ _,' ' `. ^M / `--.._ `',. _\ ` ^M `-. /\ | `. ( ,\ \ ^M _/ `-._ / \ |--' ( \ ^M ' `-. `' \/\`. `. ) ^M \ -hrr- \ `. | | ^M ^M ^M Dooh) [2012-08-17 15:52:30] DEBUG com.normation.rudder.services.policies.ParameterizedValueLookupServiceImpl - Processing variable : MOTD_EMPTY Enforce this MOTD only : ArrayBuffer(true)
Actions