Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.3
Description
Currently, I am using Apache's rampart-core-1.3.jar file in one of our project. Due to security reasons we have been asked to comment out few logging statements from the class files that are included in this jar. The comments are as follows:
a. Comment out the logging of password
{ie log.debug("Password : " + password);}from class BindingBuilder [MethodName: addUsernameToken() & getSignatureBuider()].
I have been trying to do this on my local repository but it seems that there are few project dependencies on rampart-core which is making difficult to compile & create new jar from my changes. Hence if you can provide any help that will be highly appreciated.
Thanks & Regards,
Hemant