Description
Since CXF-4495 (contained in CXF 2.6.3), anonymous users are denied to call unprotected methods.
The method "handleMessage" of the class "AbstractAuthorizingInInterceptor" now checks that the UserPrincipal is not null.
Any call results now into a AccessDeniedException.
Caused by: org.apache.cxf.interceptor.security.AccessDeniedException: Unauthorized at org.apache.cxf.interceptor.security.AbstractAuthorizingInInterceptor.handleMessage(AbstractAuthorizingInInterceptor.java:57) ~[cxf-rt-core-2.6.3.jar:2.6.3]
Attachments
Attachments
Issue Links
- is broken by
-
CXF-4495 Extend SimpleAuthorizingInterceptor to check only configured roles
- Closed