Protected Resource Issues - Novell ACCESS MANAGER 3.1 SP2 - ACCESS GATEWAY GUIDE 2010 Manual

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

Advertisement

For example, assume that the SharePoint server is accelerated by a reverse proxy service
sharepoint.CompanyA.com/share1
https://sharepoint.CompanyA.com/share1/_vti_bin/webs.asmx
https://sharepoint.CompanyA.com/_vti_bin/webs.asmx
causes the Access Gateway to serve the request to the wrong service.
To work around this problem, configure the
information:
Published DNS name of the proxy service accelerating the SharePoint server.
URLs that require path injection in the request URL.
Path (or paths) of the SharePoint service under this proxy service. The paths must be prepended
to the listed URLs.
An example file looks similar to the following:
HOSTNAME=sharepoint.CompanyA.com
PATH1=/share1
PATH2=/share2
URL1=/_vti_bin/webs.asmx
URL2=/_vti_bin/lists.asmx
URL3=/_vti_bin/Copy.asmx
URL4=/_vti_inf.html
NOTE: If you are adding multiple paths, make sure that these path-based services belong to the
same domain.
When this file is present with the required configuration, the incoming request URL is compared
with the URLs in the touch file. If a match is found and the host name of the request URL matches
the HOSTNAME value, the following occurs:
If only one path is configured, the path is injected to the request, and the request is sent to this
path-based service.
If multiple paths are configured, Access Gateway looks for the last path-based service accessed
by this user. This path is injected to the request, and the request is sent to this path-based
service.
For example, if the last resource accessed by User A is
and the next URL request is
share2/
webs.asmx
_vti_bin/webs.asmx

7.3 Protected Resource Issues

Section 7.3.1, "HTML Frames Are Lost," on page 215
Section 7.3.2, "Troubleshooting HTTP 1.1 and GZIP," on page 216
Section 7.3.3, "Protected Resources Reference Non-Existent Policies," on page 217
Section 7.3.4, "Protected Resource Configuration Changes Are Not Applied," on page 217
Section 7.3.5, "Error AM#300101010 and Missing Resources," on page 217
214 Novell Access Manager 3.1 SP2 Access Gateway Guide
, the request URL is changed to
and the request is sent to
. The browser, instead of sending the request URL as
.modifyRequestURI
https://sharepoint.CompanyA.com/
https://sharepoint.CompanyA.com/_vti_bin/
https://sharepoint.CompanyA.com/share2/
.
/share2
., sends the URL as
, without the path
/share1
file with the following
https://
.This

Advertisement

Table of Contents
loading

Table of Contents