You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider your want to pass a password (on Windows) with double quote: S8p3r"S3cr3t. The escaped outcome is S8p3r"S3cr3t. No change, but to pass a double quote you need, first to quote the entire string and then double the double quote. See here. Correct value would be: "S8p3r""S3cr3t"
Currently, this is impossible in Plexus Utils.
The text was updated successfully, but these errors were encountered:
michael-o
changed the title
CmdShell does not escape double quote arg
CmdShell does not escape double quote arg (SCM-763)
Apr 2, 2018
michael-o
changed the title
CmdShell does not escape double quote arg (SCM-763)
CmdShell does not escape double quote arg value (SCM-763)
Apr 2, 2018
This was found during SCM-763.
Consider your want to pass a password (on Windows) with double quote:
S8p3r"S3cr3t
. The escaped outcome isS8p3r"S3cr3t
. No change, but to pass a double quote you need, first to quote the entire string and then double the double quote. See here. Correct value would be:"S8p3r""S3cr3t"
Currently, this is impossible in Plexus Utils.
The text was updated successfully, but these errors were encountered: