Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-4085

introduce org.apache.cxf.jaxws.checkPublishEndpointPermissionWithSecurityManager for EndpointImpl so that get chance to bypass SecurityManager Check in some cases

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.3.10, 2.4.7, 2.5.3, 2.6
    • None
    • None
    • Unknown

    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.

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: