dakirily opened a new pull request, #424: URL: https://github.com/apache/qpid-broker-j/pull/424
This PR addresses an error in SystemLauncherTest on Windows, where \ in paths was interpreted as an escape character by Properties.load() . It now uses Properties.store() , which escapes backslashes as \\ , allowing the original path to be restored correctly when loaded. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
