Hello,
first, I should say that I like the LDAP Template.
second, well ..., currently I can't use it, because I'm still on jdk 1.3 (WebSphere 5). So, my question would be: do you guys intend to bake in support for jdk 1.3?
I looked at the source code and it seems to me that the problems amount to
1) use of java.net.URI class
2) use of the java.util.regexp package
The URI is used in exactly one place (just one method). The regexp package could be replaced with a jdk 1.3 compliant regexp lib (maybe ORO?).
What do you think?
Regards,
Stefan


Reply With Quote