Page MenuHomePhorge

Don't load file content on file_get method with HEAD request
Closed, ResolvedPublic

Description

E.g. WebODF editor calls the same file_get URL with HEAD and GET requests. For better performance we should detect the request type and do not load the file from IMAP storage when not needed (HEAD).

Details

Ticket Type
Task