Details
Description
currently we have a property org.apache.cxf.jaxws.checkPublishEndpointPermission which can control use AccessController or not(default behavior is not) when SecurityManager isn't installed, I'd like to introduce another property like org.apache.cxf.jaxws.checkPublishEndpointPermissionWithSecurityManager which can control bypass SecurityManager or not, this could be useful when deploy cxf endpoint in some container like websphere.
If we explicitly specify this property as false, then get chance to bypass the SecurityManager checking jaxws endpoint publish permission, by default if we don't specify this property, it will always try to use SecurityManager to check permission, keep same behavior as before.