XPage: Anonymous Access

I set up my database with No Access for Anonymous user but read public documents.

This works well with pages and forms.

I tried a while to get the XPage to work for the Anonymous user by changing the ACL Properties of the XPage but a login is always needed to see the XPage.

Please explain how to set up the XPage.

Subject: Looking into this - watch this space xp:eom/

Subject: I don’t understand that posting

My XPage looks like that.

<?xml version="1.0" encoding="UTF-8"?>

<xp:view xmlns:xp=“http://www.ibm.com/xsp/core”>

<xp:this.acl>

	<xp:acl>

		<xp:this.entries>

			<xp:aclEntry right="READER" type="ANONYMOUS" fullName="Anonymous">

			</xp:aclEntry>

		</xp:this.entries>

	</xp:acl>

</xp:this.acl>

This page should be visible to anonymous users...

</xp:view>

I tried a lot with different settings but I didn’t got it to work for anonymous users…

Subject: The ACL options “Read / Write public documents” are not supported for XPage design elements in 8.50.

It’s under consideration to be fixed for a future release under SPR #TGUZ7NYML6

Subject: Always great to hear from Thomas, but… bummer! (eom)