Notes/Domino Fix List
| |
SPR # PHAN89GLJB | Fixed in 9.0.1 release | Security fix
Regression in 8.5.2 |
Product Area: Server Technical Area: XPages Platform: Cross Platform
Lotus Customer Support APAR: LO68640
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;
};
There is no Lotus Support Services technote associated with this SPR right now. Please check again later.
Last Modified on 10/23/2013
Go back
|