Sun Java System Access Manager Policy Agent 2.2 Release Notes

IIS 6.0 agent supports POST data preservation (6735280)

The version 2.2–03 agent for Microsoft IIS 6.0 now supports POST data preservation. Users can preserve POST data, which is submitted to IIS 6.0 through HTML forms before the users log in to Access Manager.

To Configure POST Data Preservation for the IIS 6.0 Agent

  1. Add the HTML pages containing the forms to the not-enforced URL list, as described in Configuring the Not-Enforced URL List in Sun Java System Access Manager Policy Agent 2.2 Guide for Microsoft Internet Information Services 6.0.

  2. In the AMAgent.properties file for the IIS 6.0 agent, set the following properties:

    • com.sun.am.policy.agents.config.postdata.preserve.enable = true

      Enables POST data preservation. The default is false.

    • com.sun.am.policy.agents.config.postcache.entry.lifetime = interval

      Specifies the interval in minutes that the POST data stays valid in the IIS 6.0 agent cache. POST data cache entries that have existed beyond the specified time interval are automatically removed from the cache. The default time is 10 minutes.

  3. Restart the IIS 6.0 server instance.