-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When running the MP JWT TCK we have a ApplicationArchiveProcessor that's meant to set up a permissions.xml to provided needed perms, but it's not working for this test on SE 21.
For some reason the java.io.tmpdir value differs when running on SE 17 vs 21 and the ts/int/pom.xml attempt to set java.io.tmpdir to the project.basedir/target isn't working, so the dir ends up as /tmp. The ApplicationArchiveProcessor assumes the file will be in project.basedir/target.