0 Replies Latest reply on Mar 25, 2008 1:17 PM by snon

    Wiki PortletLogin

    snon

      Hi,

      I'm having a few problem with the portletlogin chapter in jboss portal wiki.
      1) Why do we have 2 servlets ? (savelogin and autologin servlet)
      Can't we do both actions in one servlet ?


      2) How is done the connection between the autologin and savelogin servlet done ?

      String autologinURL = req.getContextPath() + "/auth/";
      resp.sendRedirect(resp.encodeRedirectURL(autologinURL));

      There is no reference to autologin servlet...

      3) In the autologin servlet : where do we put the code ? In which method ?


      Thanks for the answers.