Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-2294

Failures in the WFCORE test-suite with branch 1.x

    XMLWordPrintable

Details

    Description

      Working on WFCORE-5773 I detected that current 1.x branch causes a lot of failures in the WFCORE test-suite. After investigating yesterday it is because of ELY-2271. Two problems:

      • First the constructor for FileSystemSecurityRealm with signature FileSystemSecurityRealm(Path, NameRewriter, int, boolean, Encoding, Charset) has been removed and it's used here.
      • Second there are several mechanism factories (for example DigestMechanismFactory) that changed the constructor from single Provider to a variable array argument. But this fails when called using reflection from here. So the original method should probably be put back (all the other providers implement that signature with one provider). This one took me more time.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-rmartinc Ricardo Martin Camarero
              rhn-support-rmartinc Ricardo Martin Camarero
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: