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

[COOK-3079] Use word-boundaries to delimit in permission grep #58

Merged
merged 1 commit into from
Jun 4, 2013

Conversation

vhata
Copy link
Contributor

@vhata vhata commented May 29, 2013

list_user_permissions is using \s to delimit the vhost in its grep. This does not correctly match, and is in fact inconsistent with the way the other greps in the cookbook - they all use \b (i.e. check for word boundary), which is more correct.

This updates the grep to use \b.

jtimberman pushed a commit that referenced this pull request Jun 4, 2013
[COOK-3079] Use word-boundaries to delimit in permission grep
@jtimberman jtimberman merged commit 169d467 into rabbitmq:master Jun 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants