Open GoogleCodeExporter opened 9 years ago
I'm leaning towards marking this one as not fix. With query string parameters
being
passed on to subscriber endpoints and database lookups presumably happening at
event delivery time, it seems redundant to include the topic URL again in the
delivery
request. Subscribers can put whatever token they need in their callback URL to
determine the URL of the feed that had the event (this precludes aggregated
delivery,
but it looks like that's going to be cut out soon).
Original comment by bslatkin
on 8 Feb 2010 at 11:19
I agree - Since query parameters (or even the callback URL itself) generally
dictate
the keys necessary to look up information on the subscriber's end, passing the
topic
isn't necessary.
Original comment by jrossi...@gmail.com
on 1 Mar 2010 at 8:35
you find me at 710 ellis #41 usa 94102 use caution all over
Original comment by toddleet...@gmail.com
on 15 Jul 2013 at 6:44
Since specification v0.4 the Hub's request to the subscriber "MUST include a
Link Header with rel=hub pointing to the Hub as well as a Link Header with
rel=self set to the topic that's being updated" (section 7. Content
Distribution). Since the reference implementation ignores that part I have
attached a patch that implements the missing functionality.
Original comment by sebbrueckner@gmail.com
on 8 Jan 2014 at 3:52
Attachments:
Original issue reported on code.google.com by
bslatkin
on 25 Sep 2009 at 11:37