KARR, DAVID (ATTCINW)
unread,Jan 15, 2010, 4:36:02 PM1/15/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adjoovo-sp...@googlegroups.com
I'm working on a REST-based application using Apache CXF, which
implements the JAX-RS specification. I'm now at the point where I need
to implement channel authorization. I intended to send basic auth
credentials in order to get a session id. It appears that Trestle
doesn't know about basic auth. I could conceivably do the work to
create the HTTP header for this, but that's somewhat annoying, as it
requires doing the base64 conversion to produce the value for the
header. It would be more convenient if the application could produce
this from the principal and credentials provided by the user.