introduce
org.apache.cxf.jaxws.checkPublishEndpointPermissionWithSecurityManager for
EndpointImpl so that get chance to bypass SecurityManager Check in some cases
------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CXF-4085
URL: https://issues.apache.org/jira/browse/CXF-4085
Project: CXF
Issue Type: Improvement
Reporter: Freeman Fang
Assignee: Freeman Fang
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira