[chandler-users] Why can't I subscribe to this URL?
Jeffrey Harris
jeffrey at osafoundation.org
Fri Aug 15 13:33:31 PDT 2008
Hi Guy,
> I'm using Firefox 3.x, Kubuntu 8.x, and Chandler 1.0. When I attempt to
> subscribe to this URL:
>
> http://tools.wisccal.wisc.edu/cal/share/FZT75HSF6QF5GM2bM4brOj3haZXDEnox/dr(-7,113)?ical
>
> I get a "... can't parse this URL" error.
>
> I can subscribe to the calendar this URL resolves to in
> Sunbird/Lightening, iCal, and Windows Vista Calendar.
Ouch. That's a silly bug in our URL parsing code; that code searches
through URL queries assuming all parameters are foo=bar pairs. I've
checked in a fix, but for now you can work around this by doing two things:
- add an equals after ?ical
- change the protocol to https
That URL actually redirects to the https version, and the redirection is
losing the ?ical portion of the URL.
Grant, I'm not sure if it's zanshin or twisted.web that handles the
Location: header, but the server is preserving the the query in its
response but zanshin/twisted.web remove the query when relocating.
Sincerely,
Jeffrey
More information about the chandler-users
mailing list