iis icon indicating copy to clipboard operation
iis copied to clipboard

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

Open orjerby opened this issue 2 years ago • 0 comments

:ghost: 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.

:pancakes: Cookbook version

8.0.3

:woman_cook: Chef-Infra Version

17.10.0

:tophat: 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

:police_car: Expected behavior

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

orjerby avatar Jan 17 '23 20:01 orjerby