0 Replies Latest reply on Jun 2, 2008 4:48 AM by lolix

    httpClient autologin from EJB Session

    lolix

      Hi, I'd like to take advantage of the JBOSS Single Sign On, from an EJB Session.
      From this EJB, I have to invoke an http URL (A struts protected action).
      This web application runs on the same Jboss.
      How can I get the underlying jboss credentials object linked to my EJB and then include it to my httpRequest ?
      (I intend to use Apache commons.HttpClient to send the request, but I'm open to any suggestion)