You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SecurityHandler.isNotAuthorized doesn't correctly interpret the following security constraint as permitting access to a user who has been authenticated and is known to be in at least one role:
The user in question has the following roles: VP, Manager.
There is a role-mapping for VP -> VP.
The user is correctly authenticated, however according to the spec, if a constraint has a mix of specific roles and *, then * wins and the user can be in any role.
TCK test in question: *com/sun/ts/tests/servlet/spec/security/secform/Client.java.test11 *
The text was updated successfully, but these errors were encountered:
janbartel
added
Bug
For general bugs on Jetty side
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
labels
May 6, 2023
jetty-12 ee10 (TODO: check ee9)
SecurityHandler.isNotAuthorized
doesn't correctly interpret the following security constraint as permitting access to a user who has been authenticated and is known to be in at least one role:The user in question has the following roles:
VP
,Manager
.There is a role-mapping for
VP -> VP
.The user is correctly authenticated, however according to the spec, if a constraint has a mix of specific roles and
*
, then*
wins and the user can be in any role.TCK test in question: *com/sun/ts/tests/servlet/spec/security/secform/Client.java.test11 *
The text was updated successfully, but these errors were encountered: