Darran Lofthouse
Darran Lofthouse
If making any changes please use an additional commit and do not change the existing commits.
@rachmatowicz I am going to close this for now as we are well over a year since it was updated, please reopen or submit a new PR if we are...
@pferraro Would you be able to please help with a review of the capability handling here.
@Skyllarr FYI the SecurityManager test failure does look related to the changes in this PR.
The way we have handled this within our own APIs and SPIs within WildFly is to make sure our roles representation is Iterable, this way the SPI is not forcing...
Yeah if this is about a finite set based on the configuration and the annotations maybe being iterable is not needed.
At this point I have been able to get the test to pass in WildFly however: > I believe it's like [@arjantijms](https://github.com/arjantijms) says, we should clarify the behavior in the...
+1 on looking at this being a part of Jakarta Security otherwise we could trace this all the way back to the servlet specification where one mechanism per deployment is...
To clarify for Jakarta EE 10 this method is documented as taking at least one method parameter: https://jakarta.ee/specifications/security/3.0/apidocs/jakarta.security/jakarta/security/enterprise/securitycontext#hasAccessToWebResource(java.lang.String,java.lang.String...)
@ropalka can you please clean up the EAP7 references on this one so I can get it merged?