Introduction: (advanced users can skip this part)
Some people may like to publish a web page using HFS as a normal web server.
Often, it is made of several files in a folder, and the main file is named index.html
In such case, it is desirable that this file is autoloaded when the user enters the folder.
You can get this behaviour by using the feature "default file mask".
The point:
I think the "default file mask" should come already configured to load the default file. And that's what it will come in future versions.
As usual, this may not always be what the user want, but i think 99% of times it is. Others may just disable it.
If anyone thinks it's a bad idea, this is the time to speak.
Details:
I guess a good mask may be "index.htm*;default.htm*" (to catch both htm and html extentions).