Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-1550

Cannot authenticate against 2.8.0.rc-0.

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.12.3
    • Component/s: Authentication
    • Labels:
      None
    • Environment:
      MongoDB 2.8.0-rc0

      assertThat(mongo.getDB(DATABASE_NAME).authenticate("admin", "admin".toCharArray()), is(true));
      

      Executed with driver/server combinations shows following results.

      Server     | Driver | Status
      -----------+--------+-----------------
      2.6.5      | 2.13.0 | OK
      2.8.0-rc0  | 2.12.3 | FAIL 
      2.8.0-rc0  | 2.13.0 | OK
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            cstrobl Christoph Strobl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: