6-Dec-04 (Created: 6-Dec-04) | More in 'Howto'

How to declare public URLs and public Update Requests to Aspire?

Necessary entries in Aspire.properties


request.aspire.authentication.authenticationObject.className=\
com.ai.aspire.authentication.TrivialAuthentication

request.aspire.authentication.authenticationObject.publicRequestNames=\
AppendFeedbackRequest

request.aspire.authentication.authenticationObject.publicURLs=\
url1,url2

Explnation

TrivialAuthentication is an authentication plugin that knows how to declare a URL as either public or private. For declaring a display url as public use the ".publicURL" argument. For declaring update requests as public use the ".publicRequestNames" argument. In both cases the values are comma separated strings.

Note that for clarity I have mentioned these urls and update request names on a new line. In the properties file you can just keep the key and values on the same line.

References

This document will be udpated later with additional cross reference information covering authentication concepts