-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better usage explanation is needed for securityUtility #28117
Comments
Thanks for opening this! I'm not sure which characters need to be escaped. It would be great if they were all listed in the securityUtility help |
Todo: We will need to add more description under this line. The description should prompt user to think about escaping special characters.
As he suggests, we will need to provide more information regarding which characters need to be escaped. There is a neat trick to find out without looking up documentation. $ echo pa$$word |
We will document the $echo strategy in the docs (OpenLiberty/docs#7623) so the command help can just refer to the documentation. Suggested update
|
note that in my suggestion the backslash characters are being hidden by Github markdown. View the comment in edit mode to see the full example |
@una-tapa I would like to take this up. |
Thank you @dudedev ! |
@una-tapa @dmuelle Which option would you prefer the most?
Option 2: Prefixed with
Option 3 - Move the detailed description under Example -
|
@una-tapa What is the next stage for this issue? Can it be closed? |
@dudedev I thought it will be closed automatically with the release information which Liberty release it will be in. Please give it a couple of days. |
Describe the bug
securityUtility needs better usage description.
Steps to Reproduce
While @KyleAure was debugging Issue 28082, he found the following issue.
Since the securityUtility gets the password passed in, we needed to add escape (
\
) in front of ($) character.Expected behavior
The usage description should include the need to escape special characters.
Need some investigation and the list of characters if possible.
The text was updated successfully, but these errors were encountered: