72-77
Cisco ASA 5500 Series Configuration Guide using ASDM
Chapter72 Configuring Clientless SSL VPN
Configuring Portal Access Rules
Step7 Click Close after you upload the APCF file to flash memory or if you decide not to upload it. If you do
upload it, the filename appears in the APCF File Location field of the APCF window. If you do not
upload it, a Close Message dialog box prompts, “Are you sure you want to close the dialog without
uploading the file?” Click OK if you do not want to upload the file. The Close Message and Upload
Image dialog boxes close, revealing the APCF Add/Edit pane. Otherwise, click Cancel in the Close
Message dialog box. The dialog box closes, revealing the Upload Image dialog box again, with the
values in the fields intact. Click Upload File.
APCF Syntax
APCF profiles use XML format, and sed script syntax, with the XML tags in Table72-7.
Guidelines
Misuse of an APCF profile can result in reduced performance and undesired rendering of content. In
most cases, Cisco Engineering supplies APCF profiles to solve specific application rendering issues.
Table72-7 APCF XML Tags
Tag Use
<APCF>...</APCF> The mandatory root element that opens any APCF XML
file.
<version>1.0</version> The mandatory tag that specifies the APCF
implementation version. Currently the only version is
1.0.
<application>...</application> The mandatory tag that wraps the body of the XML
description.
<id> text </id> The mandatory tag that describes this particular APCF
functionality.
<apcf-entities>...</apcf-entities> The mandatory tag that wraps a single or multiple APCF
entities.
<js-object>…</js-object>
<html-object>…</html-object>
<process-request-header>...</process-request-header>
<process-response-header>...</process-response-header>
<preprocess-response-body>...</preprocess-response-body>
<postprocess-response-body>...</postprocess-response-body>
One of these tags specifies type of content or the stage at
which the APCF processing should take place.