apple / ccs-calendarserver

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

accounts realm name does not allow "&" #300

Closed macosforgebot closed 13 years ago

macosforgebot commented 14 years ago

gregday@… originally submitted this as ticket:379


Breakage if the "accounts realm" key in accounts.xml contains a "&"

Example: "<accounts realm="My Calendar & Contacts Server">" causes 'run' to fail.

macosforgebot commented 13 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:379


That's not valid XML. Try &amp; instead of &.