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

'path' of hebrew letters adds virtual directory but wont delete it #493

Open
orjerby opened this issue Jan 17, 2023 · 0 comments
Open

'path' of hebrew letters adds virtual directory but wont delete it #493

orjerby opened this issue Jan 17, 2023 · 0 comments

Comments

@orjerby
Copy link

orjerby commented Jan 17, 2023

πŸ‘» Brief Description

Path of hebrew letters will add virtual directory but wont delete it.
And if you add it after the first time, it will add it again for every run.

πŸ₯ž Cookbook version

8.0.3

πŸ‘©β€πŸ³ Chef-Infra Version

17.10.0

🎩 Platform details

Windows 11 Enterprise Evaluation

Steps To Reproduce

Steps to reproduce the behavior:

Create a resource many times

iis_vdir 'my_site' do
  action :add
  path '/Χ‘Χ“Χ™Χ§Χ”'
  physical_path 'C:\inetpub\wwwroot\my_site\test'
end

πŸš“ Expected behavior

It wont create virtual directory for each run.
Also it will delete it when you use:
action :delete

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

No branches or pull requests

1 participant