summaryrefslogtreecommitdiff
path: root/lib/inets/src/http_server/mod_head.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/src/http_server/mod_head.erl')
-rw-r--r--lib/inets/src/http_server/mod_head.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/inets/src/http_server/mod_head.erl b/lib/inets/src/http_server/mod_head.erl
index 25c11360eb..e90b089f94 100644
--- a/lib/inets/src/http_server/mod_head.erl
+++ b/lib/inets/src/http_server/mod_head.erl
@@ -64,6 +64,10 @@ do_head(Info) ->
Suffix = httpd_util:suffix(Path),
%% Does the file exists?
case file:read_file_info(Path) of
+ {ok, #file_info{type = directory}} ->
+ Status = httpd_file:handle_error(eacces, "access", Info, Path),
+ {proceed,
+ [{status, Status} | Info#mod.data]};
{ok, FileInfo} ->
MimeType =
httpd_util:lookup_mime_default(Info#mod.config_db,