I'd like to know which characters need to be escaped in registry queries. 
Obviously characters '(' and ')' need to be, and the escape character '\' 
itself.
So what others, '=', '<' and '>' perhaps?  The negation '!' char?

Since filters use LDAP syntax, I had assumed that the escaping would follow 
LDAP rules as well, ie '(' -> "\28" and ')' -> "\29" but that doesn't appear to 
work at all.

As always, thanks in advance.
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to