XPages an Public Access Form

I am developing an intranetusing XPages that will initially not require login, so Anonymous has Reader access with privilege to Write Public Documents.

I have created a form and made it available to Public Access users on the security tab. But when I use the form in an XPage it prompts for login. I cannot see any properties on the XPage or the Custom Control I’m using to define this, and if I add an ACL property to grant access to Anonymous, the XPage throws an error in the logs “HTTP JVM: SEVERE: CLFAD####E: Error processing request”.

Does anyone have any ideas? If it is not possible at the moment, confirmation would be useful.

I would prefer being able to avoid managing this with a separate database where Anonymous has Author access or forcing users to log in.

Thanks

Paul Withers

Subject: Public Access not available in 8.5 for XPages

It is being looked into.

Can Depositor access work for Anonymous in your use case?

Subject: Thanks for the update

Thanks for the information, glad to hear it’s on the radar.

Unfortunately users also need Reader access to other documents in the database. For the moment I’ve set it to Author, which should not be a problem for this phase of development as there is not edit facility of anything else via a browser. For the next phase, which will include editing via a browser, I will just need to take this into account.

Thanks

Paul