1 Reply Latest reply on Feb 27, 2007 1:34 AM by soshah

    SSOTOKEN Cookie can not work in IE 5.0

    netservant

      SSOTokenManager.java line 145:
      String authInfo =
      sso.generateAuthResponse(this.assertingParty,principal.getName(),true);
      //for IE 5.0 change by Netservant
      authInfo = authInfo.replaceAll("\"","'");