Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Undo incorrect merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdaboo committed Mar 5, 2008
1 parent f4a37a7 commit 94ec5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twistedcaldav/schedule.py
Expand Up @@ -277,7 +277,7 @@ def http_POST(self, request):

# X-CALENDARSERVER-ACCESS is not allowed in Outbox POSTs
if calendar.hasProperty(Component.ACCESS_PROPERTY):
logging.err("X-CALENDARSERVER-ACCESS not allowed in a calendar component POST request: %s" % (calendar,), system="CalDAV Outbox POST")
log.err("X-CALENDARSERVER-ACCESS not allowed in a calendar component POST request: %s" % (calendar,), system="CalDAV Outbox POST")
raise HTTPError(ErrorResponse(responsecode.FORBIDDEN, (calendarserver_namespace, "no-access-restrictions")))

# Verify that the ORGANIZER's cu address maps to the request.uri
Expand Down

0 comments on commit 94ec5c0

Please sign in to comment.