Description of problem:
- CLI comments are not ended at the end of line, if it contains quotation marks or apostrophes.
- This is regression against EAP 6.4.x
How reproducible:
Always
Steps to Reproduce + Actual results:
[standalone@localhost:9990 /] # test ' test >
[standalone@localhost:9990 /] # what " what >
Expected results:
[standalone@localhost:9990 /] # test ' test [standalone@localhost:9990 /]
[standalone@localhost:9990 /] # what " what [standalone@localhost:9990 /]
- is cloned by
-
WFCORE-1804 CLI comments are not ended at the end of line
- Resolved
- is incorporated by
-
JBEAP-6068 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha9
- Closed