Typos in JBoss EAP 7 Documentation
On the website https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html/management_cli_guide/creating_executing_requests
instead of
or by escaping it using a forward slash ().
it should read
or by escaping it using a back slash ().
Instead of
Double quotation marks (") are not allowed
it should read
Single quotation marks (') are not allowed
Responses
Thanks a lot for reporting this, Mathias! I have created a documentation issue to track the fixes for your report: https://issues.jboss.org/browse/JBEAP-9131
Hi Mathias. Thanks again for reporting this. To give an update, you are correct that "forward slash" should be "back slash". Additionally, when investigating further, both double quotes and single quotes can be used in configuration values when escaped properly.
We will update the text in the documentation accordingly. Thanks!
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
