When accessing certain paths on the Web site (for example, the httpupload/ path on which the upload servlet is listening), you do not want the Ambient Data Framework filter to run. To exclude such paths from filtering, configure them explicitly in the Ambient Data Framework configuration.
Procedure
- Open cd_ambient_conf.xml in a plain-text or XML editor.
- Below the
<Securities> section and above the <Cookies> section, ensure the presence of a section called <ExcludedPaths>.
- In this section, insert one or more
<Path> elements set to a relative path that you want to exclude from filtering. For example:
</Securities>
<ExcludedPaths>
<Path>/httpupload</Path>
</ExcludedPaths>
<Cookies>
excludes the path /httpupload from triggering execution of the Ambient Data Framework filter.