mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Fix the HEAD request
This commit is contained in:
parent
753ade5efc
commit
4a630397ce
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class Application(object):
|
|||
|
||||
def head(self, environ, calendars, content, user):
|
||||
"""Manage HEAD request."""
|
||||
status, headers, answer = self.get(environ, calendars, content)
|
||||
status, headers, answer = self.get(environ, calendars, content, user)
|
||||
return status, headers, None
|
||||
|
||||
def mkcalendar(self, environ, calendars, content, user):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue