I have authentication class which implements org.apache.cxf.jaxrs.ext.RequestHandler to do authentication. My code works fine, except with cors. In cors request (AuthorizationPolicy)message.get(AuthorizationPolicy.class) returns null therefore I can't get user name and password.
Any body knows how cors and http basic authentication work? -- View this message in context: http://cxf.547215.n5.nabble.com/CORS-and-Http-Basic-Authentication-tp5710112.html Sent from the cxf-user mailing list archive at Nabble.com.
