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 http_acl regex to capture username with space #303

Merged
merged 1 commit into from
Dec 21, 2015

Conversation

Annih
Copy link
Contributor

@Annih Annih commented Nov 18, 2015

With #295 http_acl LWRP now supports username with spaces, but due to the current regex to capture username, the execution is not idempotent.
Changing the regex to capture everything after space characters fix it.

cc: @aboten

With chef-boneyard#295 http_acl LWRP now supports username with spaces, but due to
the current regex to capture username, the execution is not idempotent.
Changing the regex to capture everything after space characters fix it.
@mwrock
Copy link
Contributor

mwrock commented Dec 21, 2015

👍
cc @chef-cookbooks/client-windows

@smurawski
Copy link
Contributor

👍 Would be nice to get a test for this as well, but that shouldn't block merging.

mwrock added a commit that referenced this pull request Dec 21, 2015
Fix http_acl regex to capture username with space
@mwrock mwrock merged commit f4eb411 into chef-boneyard:master Dec 21, 2015
@Annih
Copy link
Contributor Author

Annih commented Dec 22, 2015

@smurawski I'm working on a tiny new feature for this LWRP and I'll provide some test cases

@mwrock
Copy link
Contributor

mwrock commented Dec 22, 2015

I also added a test for basic functionality bf51eb3

@mwrock
Copy link
Contributor

mwrock commented Dec 22, 2015

We are looking to relase late AM today Pacific time.

@Annih Annih deleted the fix_http_acl_idempotency branch November 21, 2016 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants