If you click on the About D2 link, it returns the complete dfc.properties file which may include your servername or ip address. This is a security vulnerability. To resolve this issue, open the D2.war and D2-Config.war files, find the following file:
WEB-INF/lib/D2FS4DCTM-WEB-4.5.0.jar
Open the file above and find the following file:
xml/dialog/AboutDialog.xml
<tab id="tabDebug" condition_visible="getValue(ctrlKey).notEquals('') && getValue(altKey).notEquals('')">
<memo id="properties" rows="18" wrap="off" condition_enabled="false" assistance_type="java" assistance_java="com.emc.d2fs.dctm.ui.assistances.DebugProperties">
</memo>
</tab>
Leave a comment