Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-545

Cleanup our SecurityManager integration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.1.0
    • Core
    • None

    Description

      We currently sometimes uses static SecurityUtil methods to perform doPrivileged calls and sometimes just go straight to the underlying methods. This should get cleaned up and instead of the SecurityUtil, we shall provide such methods via a plugable SecurityService.

      This would allow us to implement a SimpleSecurityService which doesn't make use of the SecurityManager and therefore will increase the speed of OWB about 50% compared to always using the SecurityManager (which we currently do not do in hotspot areas because of the performance impact).

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: