1 Reply Latest reply on Nov 2, 2005 11:21 AM by starksm64

    1.21 Change in UsernamePasswordLoginModule breaks existing c

    bennybechdk

      The 1.21 change:

      from: protected String createPasswordHash(String username, String password)
      to: protected String createPasswordHash(String username, String password, String digestOption)

      breaks existing code if subclassing overrides the method ("to provide customized password hashing" as stated in the doc).