1. 17 Aug, 2019 3 commits
    • lijuny's avatar
      Remove redundant code · d33ed84f
      lijuny authored
      See gh-17875
      d33ed84f
    • Stephane Nicoll's avatar
      Merge pull request #17861 from filiphr · 3a20b1d9
      Stephane Nicoll authored
      * pr/17861:
        Map non-null LDAP properties
      
      Closes gh-17861
      3a20b1d9
    • Filip Hrisafov's avatar
      Map non-null LDAP properties · 1ebbe9fc
      Filip Hrisafov authored
      The userDn and password in LdapContextSource are not nullable. The
      default values for userDn and password in LdapProperties are null. When
      the values are set to null there will eventually be a
      NullPointerException during
      AbstractContextSource#setupAuthenticatedEnvironment since HashTable
      doesn't allow null for values.
      
      See gh-17861
      1ebbe9fc
  2. 16 Aug, 2019 6 commits
  3. 15 Aug, 2019 3 commits
  4. 13 Aug, 2019 5 commits
  5. 12 Aug, 2019 3 commits
  6. 08 Aug, 2019 9 commits
  7. 06 Aug, 2019 6 commits
  8. 05 Aug, 2019 5 commits