Novell ACCESS MANAGER 3.1 SP1 - GATEWAY GUIDE Manual page 58

Access gateway guide
Hide thumbs Also See for ACCESS MANAGER 3.1 SP1 - GATEWAY GUIDE:
Table of Contents

Advertisement

5 In the HTML Rewriter Profile List, make sure the profile you have modified is enabled and at
the top of the list, then click OK.
6 To apply your changes, click the Access Gateways link, then click Update > OK.
7 Select the Access Gateway, then click Actions > Purge All Cache > OK.
Disabling with Page Modifications
There are cases when the URLs in only part of a page or in some of the JavaScript or form can be
rewritten and the rest should not be rewritten. When this is the case, you might need to modify the
content on the Web server. Although this deviates from the design behind Access Manager, you
might encounter circumstances where it cannot be avoided.
You can add the following types of tags to the pages on the Web server:
Page Tags
Param Tags
Form Tags
These tags are seen by browsers as a comment mark, and do not show up on the screen (except
possibly on older browser versions).
NOTE: If the pages you modify are cached on the Access Gateway, you need to purge the cache
before the changes become effective.
Page Tags: If you want only portions of a page rewritten, you can add the following tags to the
page.
<!--NOVELL_REWRITER_OFF-->
.
.
HTML data not to be rewritten
.
.
<!--NOVELL_REWRITER_ON-->
The last tag is optional, and if omitted, it prevents the rest of the page from being rewritten after the
initial tag is encountered.
Param Tags: Sometimes the JavaScript on the page contains
attribute with a URL. You can enable global rewriting of this attribute by adding
variable and attribute names to search for. If you need more control because some URLs need to be
rewritten but others cannot be rewritten, you can turn on and turn off the
the following tags before and after the
<!--NOVELL_REWRITE_ATTRIBUTE_ON='value'-->
.
.
<param> elements to be rewritten
.
.
<!--NOVELL_REWRITE_ATTRIBUTE_OFF='value'-->
.
.
<param> elements that shouldn't be rewritten
58
Novell Access Manager 3.1 SP1 Access Gateway Guide
<param>
element in the JavaScript.
<param>
elements that contain a value
to the list of
value
rewriting by adding
value

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ACCESS MANAGER 3.1 SP1 - GATEWAY GUIDE and is the answer not in the manual?

Table of Contents