mandarinamdar opened a new pull request #115: Fixes issue #114, incorrect auths used by scanners
and walkers
URL: https://github.com/apache/accumulo-testing/pull/115
Fixed authValue.split("|") call in ContinuousEnv.java.
It was not considering | as a metacharacter in regex used by split
added escape character || in the split function call as authValue.split("\\|")
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
|