Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 8.5.2
-
Fix Version/s: 8.6.0
-
Component/s: ZK Client Engine
-
Security Level: Jimmy
-
Labels:
-
gh.sprint.customfield.default.name:ZK 8.6.0 S1
Description
Steps to Reproduce
Actual Result
several parse errors show up
Failed to parse the content: Lexical error on line 2. Unrecognized text. ...omething', data='aaa_bbb')">'_' in strin -----------------------^ Failed to parse the content: Lexical error on line 2. Unrecognized text. ...omething', data='aaa+bbb')">'+' in strin -----------------------^ Failed to parse the content: Lexical error on line 2. Unrecognized text. ...omething', data='aaa-bbb')">'-' in strin -----------------------^ ...
Expected Result
allow special characters in EL string literals
or provide/document an alternative escape syntax