I'm interested in this one too. Could you figure out where the code is that creates this folder?
there are a few options: chmod-ing the folder could do the trick. Or adding an empty index.html to each new folder. I think there's also a Apache setting that can deny dir-listings
A guy I use for some programmin worked it evebnetually by creating an index.html file to be created for each folder created. I shall find out how he did it.
Re: Security Issue with folders created by Resources Browser
Could you figure out where the code is that creates this folder?
there are a few options:
chmod-ing the folder could do the trick.
Or adding an empty index.html to each new folder.
I think there's also a Apache setting that can deny dir-listings
Re: Security Issue with folders created by Resources Browser
A guy I use for some programmin worked it evebnetually by creating an index.html file to be created for each folder created. I shall find out how he did it.
Cheers
Re: NOT Security Issue with folders created by Resources Browser
http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html
Re: Security Issue with folders created by Resources Browser
I will look into that and get back on the result.
Cheers