Skip to content
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

Fix for WFCORE-2582. ! in file paths #2280

Merged
merged 1 commit into from Mar 30, 2017

Conversation

jfdenise
Copy link
Contributor

Delaying variable resolution means that variables accessed with %x% have their '!' characters removed.
This patch move delaying expansion when required (just prior to call JVM). All variables after this point are resolved at execution time (!x! instead of %x%).
With this fix we have:

  • support for CLI script patching from CLI.
  • support for ')' character in commands passed to CLI.
  • support for '!' in file paths.

@bstansberry bstansberry added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Mar 30, 2017
@bstansberry bstansberry merged commit 834333d into wildfly:master Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
2 participants