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

(MODULES-4170) Fix path validation on windows #224

Merged

Conversation

mullr
Copy link

@mullr mullr commented Nov 30, 2016

The path parameter was being validated on windows with a broken regex.
Instead use the absolute_path? function from Puppet::Util, which has a
regex that works.

The path parameter was being validated on windows with a broken regex.
Instead use the absolute_path? function from Puppet::Util, which has a
regex that works.
@tphoney tphoney merged commit 15fe0d9 into puppetlabs:master Dec 12, 2016
@tphoney
Copy link
Contributor

tphoney commented Dec 12, 2016

Thanks for the great catch, and the code !!

cegeka-jenkins pushed a commit to cegeka/puppet-inifile that referenced this pull request Aug 5, 2021
…-path-validation

(MODULES-4170) Fix path validation on windows
@smortex smortex added the bugfix label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants