Sun Java System Access Manager Policy Agent 2.2 Guide for Sun Java System Web Server 7.0

Preserving POST Data on Sun Java System Web Server 7.0 Only

POST data preservation is only supported on Policy Agent 2.2 for Sun Java System Web Server 7.0. Because of this feature, users can preserve POST data, which are submitted to deployment containers through HTML forms before users log in to Access Manager The HTML page containing the form should be in the not-enforced list. By default, this feature is turned off.

This feature is configurable through two properties in the web agent AMAgent.properties configuration file. To turn off this feature, change the value of the following property from true to false:

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

The second property sets how long POST data can stay valid in the deployment container cache. After the specified interval, a reaper thread will become active and clean up any POST cache entries that have lived beyond the specified life time. The following property helps the administrator to configure this time interval. By default this property is set to 10 minutes.

com.sun.am.policy.agents.config.postcache.entry.lifetime = 10