elharo opened a new pull request, #112:
URL: https://github.com/apache/maven-jarsigner/pull/112

   ## Summary
   Escape special cmd.exe characters (`& < > ( ) @ ^ |`) with `^` in 
`storepass` and `keypass` values before adding them to the command line.
   
   On Windows, passwords containing characters like `&` are interpreted by 
`cmd.exe` as command separators, causing jarsigner to fail. For example, a 
password `p&ssword` would be split into two commands `p` and `ssword`.
   
   ## Fixes
   Fixes #47
   Relates to MSHARED-765
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to