Uploaded image for project: 'Java Couchbase JVM Core'
  1. Java Couchbase JVM Core
  2. JVMCBC-1247

SDK should reject malformed connection strings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.4.1
    • None
    • None
    • None
    • 0

    Description

      Prior to Java SDK 3.4.1, the SDK accepted malformed connection strings that had repeated schemes, like this:

      couchbase://foo.example.com,couchbase://bar.example.com
      

      In a valid connection string, the scheme prefix ("couchbase://" in this case) may appear at most once. The correct way to include multiple hosts is:

      couchbase://foo.example.com,bar.example.com
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            david.nault David Nault
            david.nault David Nault
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty