Enabling URL validation

Perform the configuration in this section to enable URL validation.

  1. Open the file $LAWDIR/system/iosconfig.xml in a text editor.
  2. Enable URL validation.
    1. Locate the validateURL parameter and set it true as in the example.
      <parameter name="com.lawson.ios.validateURL" value="true"/>
    2. For each URL that should be specified as valid, add an <allowed-urls> node specifying the FDQN of the URL as shown in the example.
      Note: If the <allowed-ulrs> node does not exist, add it.
      <allowed-urls>
         <url domain="YourURLhere"/>
      </allowed-urls>
      
      Example 1: Single allowed URL:
      <allowed-urls>
         <url domain="uslsf.lawson.com"/>
      </allowed-urls>
      
      Example 2: Multiple allowed URLs:
      <allowed-urls>
         <url domain="uslsf.lawson.com"/>
         <url domain="www.infor.com"/>
         <url domain="anotherwebsite.com"/>
      </allowed-urls>
      
  3. Save and close the file.
  4. When you are ready to start using this feature, stop and restart the Infor Lawson servers in the appropriate sequence.