Hi On Wed, Apr 27, 2011 at 12:20 AM, samslara <[email protected]> wrote: > I've figured it out and for anyone who's interested: > > from the Exchange you can get the HttpServletRequest via: > > exchange.getIn().getBody(HttpServletRequest.class) > > and from there get the X509Certificate via: > > request.getAttribute("javax.servlet.request.X509Certificate") >
Thanks a lot for writing back the solution. I will add a note about this on the Jetty wiki page. > -- > View this message in context: > http://camel.465427.n5.nabble.com/obtaining-a-reference-to-X509Certificate-from-jetty-https-tp4339724p4342279.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com CamelOne 2011: http://fusesource.com/camelone2011/ Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
