[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: prb: Wildcards getting quoted with Java/JNDI
At 10:40 PM 2/3/2003, Bryan Field-Elliot wrote:
>ctx.search("", "myAttr=jon*doe");
>Then the backend processes the query as if it here:
>conn=5 op=1 SRCH base="ou=People,dc=netmeme" scope=1 filter="(&(myAttr=jon\2Adoe))"
Looks like JNDI doesn't generate the appropriate BER
encoding of the filter... (note that the transferred
filter also has a wrapping &). Suggest you report the
problem to Sun.
Kurt