We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5e5da commit 6ab387dCopy full SHA for 6ab387d
tck-runner/src/test/resources/test.policy
@@ -55,6 +55,10 @@ grant codeBase "file:${localRepository}/org/jboss/logging/jboss-logging/-" {
55
56
grant codeBase "file:${localRepository}/javax/validation/validation-api/-" {
57
permission java.io.FilePermission "<<ALL FILES>>", "read";
58
+
59
+ // in some tests this property is accessed by the TCK when the API JAR is on the callstack; the TCK doesn't
60
+ // use privileged actions, hence allow this read
61
+ permission java.util.PropertyPermission "validation.provider", "read";
62
};
63
64
/* =================== */
0 commit comments