apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

Anonymous wiki access is broken #361

Closed macosforgebot closed 13 years ago

macosforgebot commented 13 years ago

@m0rgen originally submitted this as ticket:467


Calendar Server 3.1 (which is part of 10.7.2 OS X server) causes anonymous wiki requests from the web calendar to display a browser auth dialog, which is incorrect behavior.

macosforgebot commented 13 years ago

@m0rgen originally submitted this as attachment:root.py:⁠ticket:467


Drop-in replacement for /usr/share/caldavd/lib/python/calendarserver/provision/root.py

macosforgebot commented 13 years ago

@m0rgen originally submitted this as attachment:principal.py:⁠ticket:467


Drop-in replacment for /usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py

macosforgebot commented 13 years ago

@m0rgen originally submitted this as comment:1:⁠ticket:467


Attached are the two files that fix the issue. If you are on OS X 10.7.2 Server, make a backup copy of /usr/share/caldavd/lib/python/calendarserver/provision/root.py and /usr/share/caldavd/lib/python/twistedcaldav/directory/principal.py, replace those with the files attached to this bug, and restart the calendar service.