We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21dd406 commit cb8fa87Copy full SHA for cb8fa87
src/SignalSocket.cpp
@@ -33,6 +33,7 @@ SignalSocket::SignalSocket(const InterfaceContext& context, int port, Config con
33
match = replaceAll(match, "%27", "'");
34
match = replaceAll(match, "%2C", ",");
35
match = replaceAll(match, "%3D", "=");
36
+ match = replaceAll(match, "%2F", "/");
37
PLOGD << "match : " << match;
38
try {
39
conn2slot_[conn_hdl] = dbus_connection_->addMatch(
0 commit comments