Added support to avoid directory overlapping (or to stop the directory parsing loop to be exact). If a find_dir in a location module returns a mapping, ([ "files", ({ ... dir list ... }) ]), the directory parsing loop will be stopped. Currently used by the user filesystem in combination with virtual hosting. Rev: server/base_server/configuration.pike:1.151