Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11331

Add tests for the Hot Rod client running under a SecurityManager

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 9.4.17.Final, 10.1.2.Final, 11.0.0.Alpha1
    • Hot Rod, Security
    • None

    Description

      Netty's PlatformDependent class attempts to open two files

      which fails when running with a SecurityManager. We need to add a test for it as well as the following to the default policy:

      grant codeBase "file://netty-common.jar" {
      permission java.io.FilePermission "/etc/os-release", "read";
      permission java.io.FilePermission "/usr/lib/os-release", "read";
      }
      

      Attachments

        Issue Links

          Activity

            People

              ttarrant@redhat.com Tristan Tarrant
              ttarrant@redhat.com Tristan Tarrant
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: