Hi
We are upgrading to Apache 1.5.7 from Apache 1.5.4. We have some approval
issues for certain packages they are:
1. bouncy castle : bcprov-jdk15-140.jar
Is it okay to use bouncy castle 1.34 instead of 140? We have
approval for bcprov-jdk15-134 but not for bcprov-jdk15-140.jar.
I replaced it with bcprov-jdk15-134 and changed the code
(javax.security.auth.x500.X500Principal.TlsKeyGenerator.java) :-
certGen.generate( privateKey, "BC" )
to certGen.generateX509Certificate( privateKey, "BC" );
Hope this is ok? Could you please let me know how to test
this? I mean a test case to test this feature?
2. Jetty: jetty-6.1.14.jar and jetty-util-6.1.14.jar.
I just removed these jars and commented the
org.apache.directory.server.Service.initHttpServer() and removed the
server.integration package. I hope this will not impact Apache DS as any
way Jetty server is not invoked by default and we have no plan to configure
http setting in server.xml.
--
Sudheer Kumar Arimbra