Status/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): João Fernandes / João Fernandes (Joao Fernandes)
Created: 04/21/2009
Components: Event Gateway
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 2
Problem:
[JFERNANDES][EventGateway]
It seems that we won’t have support for onConnect/disconnect on Application.cfc but could we at least have support in the Event Gateway CFC listener?
It seems it could be easily implemented by the CF Messaging Adapter by setting "handlesSubscriptions" to true and override the manage method and forward the commandMessage to the appropriate CFC method. If it’s take too much work, forward all commandMessage to a single method (manage) and we’ll handle it ourselves.
Implementing this will allow us to handle Login/Logout/disconnect/connect/subscribe/unsubscribe/multiple_subscriptions. This is the only way to prevent non authorized consumers to connect to a destination.
While we currently can prevent sending messages (since we can throw an error on "onIncomingMessage" we can’t prevent them to subscribe to some destination.
Logged under security since we can't prevent non authorized consumers to connect to a topic/subtopic.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3038276
External Customer Info:
External Company:
External Customer Name: João Fernandes
External Customer Email: 4E9A42C244586146992015D5
External Test Config: 04/21/2009
Attachments:
Comments: