[GitHub] nifi pull request: NIFI-1915 Fixed '$' escape logic.

2016-06-01 Thread pvillard31
Github user pvillard31 commented on the pull request: https://github.com/apache/nifi/pull/466 LGTM +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] nifi pull request: NIFI-1915 Fixed '$' escape logic.

2016-05-25 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/466 NIFI-1915 Fixed '$' escape logic. Fixed '$' escape logic (if not followed by number) to use Matcher.quoteReplacement(java.lang.String) to suppress its special meaning so it could be treated as

[GitHub] nifi pull request: NIFI-1915 Fixed '$' escape logic.

2016-05-24 Thread olegz
Github user olegz commented on the pull request: https://github.com/apache/nifi/pull/463#issuecomment-221441775 Closing it as there are more work to be done --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] nifi pull request: NIFI-1915 Fixed '$' escape logic.

2016-05-24 Thread olegz
Github user olegz closed the pull request at: https://github.com/apache/nifi/pull/463 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] nifi pull request: NIFI-1915 Fixed '$' escape logic.

2016-05-24 Thread olegz
GitHub user olegz opened a pull request: https://github.com/apache/nifi/pull/463 NIFI-1915 Fixed '$' escape logic. Fixed '$' escape logic (if not followed by number) to use Matcher.quoteReplacement(java.lang.String) to suppress its special meaning so it could be treated as