The difference between Domino 8.5 and 8.5.1 for inotes Quickr integration is the use of the Security policy document to complete the integration setup instead of the proxy-config.properties file. This is meant to allow an easier process for integration in a more standardized way.
In Domino 8.5, the HTTP-proxy servlet was configured by creating a proxy-config.properties file located in the Domino\data\properties directory.
As of 8.5.1, this file is no longer supported.
Instead, you must create or edit a Security setting policy, using the information in the .properties file. Once you have done so, you can delete this file, however leaving it in place will not adversely affect your configuration.
Setup for Security policy settings:
1. Create a new Security settings document or open an already existing Security settings document. Settings documents are found under the People & Groups tab in Domino Administrator.
2. Select the “Proxies.” If you do not see this tab, you may need to update the template version of names.nsf to 8.5.1 or later.
3. While the document is in Edit mode, click the “Edit list…” button.
4. Fill in the following fields:
Context: The path of the request to the proxy server, specifies which proxy the rule is for. Examples include:
/xsp/proxy/QuickrProxy/
URL: Address of the site to which this policy applies. This is the target of the proxy and will be the Quickr server’s address.
Actions: The set of HTTP actions this policy allows. These can be GET, POST, HEAD, PUT, DELETE. The most frequently used are GET and POST. For Lotus Quickr integration with Lotus iNotes, make sure that HEAD is included.
Cookies: Cookies allowed for this site. That is, the cookies that will be passed from the browser to the target URL server.
*Note – Cookies with specified names will always be proxied to this site. In addition, any incoming (Set-Cookie response headers) received from the site will also be remembered and eventually sent back on subsequent requests to this site.
Mime-types: Content types allowed back from the target server, or use * to allow all.
Headers: Headers allowed for this site, or use * to allow all. This attribute determines which headers are forwarded to the target server.
*Note - Cookies are not handled as a standard header. Putting the entry “cookie” in the headers list will have no effect.
Example:
Context: /xsp/proxy/QuickrProxy/
URL: http://url.quickrserver
Actions: GET,POST
Cookies: LtpaToken
Mime-types: *
Headers: *