From 135f79c35257dc7bced182f1e4ae60b3fcdc9602 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 28 Nov 2006 21:02:33 +0000 Subject: new issue: how reply properly to a msg sent to not registered service path --- hcid/dbus-todo.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt index 8090bada..2598c82d 100644 --- a/hcid/dbus-todo.txt +++ b/hcid/dbus-todo.txt @@ -20,3 +20,13 @@ directly. Date: 2006/11/26 Re-design the name resolving to avoid adapter busy "state" with paging when the remote device is not reachable. + +* Service Agent path +Date: 2006/11/28 +If a client sends a message to an invalid service agent path it is necessary +reply a standard message. eg: invalid service or service not registered +It is not correct register a fallback '/', maybe should be better filter the +message(use add_match) and check if the path belongs to the service list. +The manager path is a fallback path, but the service path can not include +'/org/bluez' prefix. + -- cgit