How to provide a HTML Page with restricted Access
I want to offer a html page with restricted access; only a predefined group should see this file.
I exprerimented with URLScraperProvider, where I can use the attribute 搖rl?in the following way:
file://.../aPage.html
But relative references inside this page (e.g. <img src="image.gif" />) will follow the docroot-logic.
Since default-docroot in Portal Server is
/var/opt/sun/appserver/domains/domain1/docroot/
the image has to be stored as:
/var/opt/sun/appserver/domains/domain1/docroot/image.gif
But now the image.gif is accessible for _every_ user (who has to know the correct address, of course).
Is there any way / provider, so that I can offer html-pages only a predefined user group?
Thanx in advance
Jochen

