-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
-
-
-
-
-
Not Required
Description:
Add tests for the following use cases:
Adding a new system property containing: whitespace and special characters via CLI (interactive/user mode and programmatic mode)
Example use case:
[standalone@localhost:9990 /] /system-property=test:add(value="w1 w2 $^w3* ") {"outcome" => "success"} [standalone@localhost:9990 /] /system-property=test:read-attribute(name=value) { "outcome" => "success", "result" => "w1 w2 $^w3* " }
Test plan:
Tests for all use cases described in Preview documentation / Public documentation
- is cloned by
-
WFCORE-1709 Testsuite: adding special characters via CLI
- Resolved
- is incorporated by
-
JBEAP-7572 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha17
- Closed