SecurityContext injection using @Context fails
----------------------------------------------
Key: CXF-2073
URL: https://issues.apache.org/jira/browse/CXF-2073
Project: CXF
Issue Type: Bug
Affects Versions: 2.2
Reporter: Chaitanya Choleti
Fix For: 2.2
This is because in AbstractHTTPDestination.setupMessage(...) method
SecurityContext is put on message using the key
org.apache.cxf.security.SecurityContext.class but in SecurityContextImpl
class, the key javax.ws.rs.core.SecurityContext is used to get
SecurityContext .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.