WebSphere Commerce Version 7.0.0.6WebSphere Commerce Version 7.0.0.7

Enabling interim fix JR49256

Interim fix JR49256 ensures that the Management Center honors URL redirect filtering.

Before you begin

  • WebSphere Commerce Version 7.0.0.6Install the cumulative interim fix for Fix Pack 6, JR53048.fp. JR49256 is included in the cumulative interim fix.
  • WebSphere Commerce Version 7.0.0.7Install the cumulative interim fix for JR53048.fp. JR49256 is included in the cumulative interim fix.

Procedure

  1. Open the WebSphere Commerce configuration file.
    • SolarisLinuxAIXWindowsWC_installdir/instances/instance_name/xml/instance_name.xml
    • For IBM i OS operating systemWC_userdir/instances/instance_name/xml/instance_name.xml
    • WebSphere Commerce Developerworkspace_dir/WC/xml/config/wc-server.xml
  2. Under the /config/InstanceProperties/Websphere/WebModule XML section, add the following code snippet:
    <Module contextPath="/lobtools" name="LOBTools" >
    	<URLRedirectFilter enable="true">
    	<AllowedHost name="www.mycompany1.com"/>
    	<AllowedHost name="www.mycompany2.com"/>
    	<AllowedDomain name="mycompany3.com
    	</URLRedirectFilter>
    </Module>
    
  3. For IBM i OS operating systemSolarisLinuxAIXWindows Deploy the file to the WebSphere Commerce EAR.
  4. WebSphere Commerce Developer Republish the WebSphere Commerce application.