-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.5.2
-
Component/s: ZK Client Engine
-
Security Level: Jimmy
-
ZK 8.6.0 S1
-
None
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