Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set domainCombiner from closest frame in result AccessControlContext #3051

Merged
merged 1 commit into from
Sep 27, 2018

Conversation

JasonFengJ9
Copy link
Member

@JasonFengJ9 JasonFengJ9 commented Sep 27, 2018

Set domainCombiner from closest frame in result AccessControlContext of j.s.AccessController.getContextHelper()

For JEP140 Format result of j.s.AccessController.getAccSnapshot(), returning AccessControlContext.domainCombiner is set to a non-null DomainCombiner of an AccessControlContext object from the closest frame objects or null.

Verified that the failed testcase passes and pConfig still compiles.

close: #2990

Reviewer: @pshipton
FYI: @DanHeidinga

Signed-off-by: Jason Feng [email protected]

For JEP140 Format result of getAccSnapshot, returning
AccessControlContext.domainCombiner is set to a non-null DomainCombiner
of an AccessControlContext object from the closest frame objects or
null.


Signed-off-by: Jason Feng <[email protected]>
@pshipton
Copy link
Member

jenkins test all zlinux jdk8

@pshipton
Copy link
Member

jenkins test sanity plinux jdk11

@pshipton pshipton merged commit 450399b into eclipse-openj9:master Sep 27, 2018
@JasonFengJ9 JasonFengJ9 deleted the setdc branch February 19, 2019 15:41
@pshipton
Copy link
Member

@JasonFengJ9 this PR closed #2990, but @llxia tells me the test for #2990 is still failing. Also it doesn't look like the correct Issue to have closed, was there a typo?

@JasonFengJ9
Copy link
Member Author

@pshipton it has been a while (more than two years ago). From the comments within #2990, this appears related, I think it wasn't a typo.

@LongyuZhang is narrowing down if this is a regression.

@LongyuZhang
Copy link
Contributor

@JasonFengJ9 Tested with old sdk 20181206 from vmfarm, for jdk_security4 (Internal_grinder 12217), it failed 126 out of 135 tests, for this specific HttpNegotiateServer test, it failed at compilation, same as the original issue (#2990 (comment)). In addition, I found jdk_security4 test was enabled only since Nov.13, 2018 (adoptium/aqa-tests#681), after this issue has already been closed (Sep.27, 2018). I will open another issue to add more details. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JTreg security test fails due to unexpected 401 return code from test server
3 participants