Uploaded image for project: 'PicketLink'
  1. PicketLink
  2. PLINK-487

IDPFilter: getUserPrincipal calls request.getUserPrincipal 2 times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • PLINK_2.6.0.CR5
    • None
    • SAML
    • None

      private Principal getUserPrincipal(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
      Principal userPrincipal = request.getUserPrincipal();

      if (userPrincipal == null)

      { userPrincipal = request.getUserPrincipal(); }

      return userPrincipal;
      }

            anil.saldhana Anil Saldanha (Inactive)
            anil.saldhana Anil Saldanha (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: