Ryan0751 opened a new pull request #395:
URL: https://github.com/apache/curator/pull/395
Modified ZPathImpl's "isParameter()" method to properly check for parameters
strings (values inside of a pair parameter delimiters). This corrects issues
with checking for path resolution status in certain cases.
Modified ZPathImpl's "resolved()" method to allow for substituted parameters
to have leading path separators ("/"). This is useful in the case where a
parameter is used for the first node element in the path, eliminating the need
for the user to worry about the leading "/".
Added an additional unit test case for the leading "/" changes, and fixed
bugs in the basic test cases that were accepting the wrong resolved state of
tested ZPaths.
Fixed an old typo in one of the JavaDoc comments.
All unit tests for curator pass.
--
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]