Product Area: Server Technical Area: XPages Platform: Cross Platform
Security fix
Regression in 8.5.2
SPR# PHAN89GLJB - addresses a Domino 8.5.2 regression where the Web Service Client code in XPage stopped working. It is now possible for the application developer to leverage the org.apache.axis jars shipped with Domino 9.0.1. There are two ways in which this can be done. One, apply the setting: xsp.depend.org.apache.axis=true, in xsp.properties (within the app or on the server). And two, grant permission to the specific NSF using the web services in the java.policy file, like this:
grant codeBase "xspnsf://server:0/webservicexpagesample.nsf/-" {
permission java.security.AllPermission;
};
APAR: LO68640
What is an APAR?
Last Modified on 10/23/2013 | |
|
|
|
|