Closed GoogleCodeExporter closed 9 years ago
Original comment by bslatkin
on 27 Aug 2009 at 3:02
Addressed in 0.2
Original comment by bslatkin
on 2 Sep 2009 at 1:21
Does the reference hub actually do this though? Looking at
confirm_subscription, I see:
parsed_url = list(urlparse.urlparse(utf8encoded(callback)))
...
parsed_url[4] = urllib.urlencode(params)
adjusted_url = urlparse.urlunparse(parsed_url)
So it looks like query params are replaced in the callback url (during
verification only, they're preserved for
subscriptions).
Original comment by mihai.parparita
on 11 Oct 2009 at 2:16
Hey Mihai, sorry this issue was just for fixing the issue in the spec document
itself; I haven't finished updated the hub implementation to do this properly
cuz
I've been frying bigger fish. Thanks for the poke. I've filed
http://code.google.com/p/pubsubhubbub/issues/detail?id=88 to track this.
Original comment by bslatkin
on 11 Oct 2009 at 6:43
Original issue reported on code.google.com by
bslatkin
on 14 Jul 2009 at 4:59