Re: [10] 8177806: ldapContext.unbind not handling ldap entry with esc char

2017-07-07 Thread Rob McKenna
Further testing has shown the escaping to be necessary. Apologies folks, I'm withdrawing this review. -Rob On 06/07/17 04:57, Rob McKenna wrote: > Thanks Vyom, updated test at: > > http://cr.openjdk.java.net/~robm/8177806/webrev.02/ > > The sleep proved necessary in a similar earlier test s

Re: [10] 8177806: ldapContext.unbind not handling ldap entry with esc char

2017-07-06 Thread Rob McKenna
Thanks Vyom, updated test at: http://cr.openjdk.java.net/~robm/8177806/webrev.02/ The sleep proved necessary in a similar earlier test so I'll leave it in there. (iirc the request failed as it was sent before the server started accepting connections) -Rob On 06/07/17 01:51, Vyom Tewari wrot

Re: [10] 8177806: ldapContext.unbind not handling ldap entry with esc char

2017-07-06 Thread Vyom Tewari
Hi Rob, Code change looks OK, below are few comments on test case. 1-> Remove System.exit(1) and throw Exception from main if test fails. 2-> Put srv.close() in finally block, in case of exception close will not be called. 3-> Do you need Thread.sleep(500) ?. I think it is not required. 4->

[10] 8177806: ldapContext.unbind not handling ldap entry with esc char

2017-07-05 Thread Rob McKenna
Hi folks, Looking for a review for the following change. NameImpl.java is stripping escape characters unnecessarily: http://cr.openjdk.java.net/~robm/8177806/webrev.01/ https://bugs.openjdk.java.net/browse/JDK-8177806 Thanks, -Rob