Ticket #4961 (closed defect: duplicate)

Opened 13 months ago

Last modified 6 months ago

cometd wildcard support

Reported by: guest Owned by: alex
Priority: normal Milestone: 1.2
Component: DojoX Cometd Version: 0.9
Severity: normal Keywords: cometd wildcard
Cc:

Description (last modified by alex) (diff)

I'm not sure whether or not the wild(wild)card support described in bayeux protocol is implemented or not but for me. The dojo connect.js is unaware of wildcard, but I can't find the logic in cometd.js either. Here's the section where I implemented myself a non patch worthy hack.

236 	                if(message.data){
237 	                        // dispatch the message to any locally subscribed listeners
238 	                        var tname = (this.globalTopicChannels[message.channel]) ? message.channel : "/cometd"+message.channel;
239 	                        dojo.publish(tname, [ message ]);
240 	                }

This is the closest comment over the issue that I could find <http://trac.dojotoolkit.org/changeset/4788>.

Change History

Changed 13 months ago by ttrenka

  • owner changed from ttrenka to alex

Changed 9 months ago by dylan

  • milestone set to 1.2

Changed 6 months ago by alex

  • component changed from Dojox to DojoX Cometd
  • description modified (diff)

Changed 6 months ago by dylan

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #5963.

Note: See TracTickets for help on using tickets.