longcongduoi / wvstreams

Automatically exported from code.google.com/p/wvstreams
0 stars 0 forks source link

WvDBusServer must reject name requests that start with a colon #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a DBus client that requests the name ":foo"
2. Connect that client to a WvDBusServer

What is the expected output? What do you see instead?
Expected: The requested name is rejected: according to the DBus spec,
"[t]he bus must reject any attempt by an application to manually request a
name beginning with ':'"
Actual: WvDBusServer makes no effort to validate the requested name.

Original issue reported on code.google.com by peter.mc...@gmail.com on 10 Jan 2008 at 12:36