Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8333844

getConnection(String url) method does not use acceptsURL(url) method

XMLWordPrintable

    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      When we have several JDBC drivers in the classpath, the getConnection(String url) method uses the drivers available one by one without checking that they manage the JDBC chain. Only the first error triggered is returned.
      Shouldn't it, like getDriver(String url), use the acceptsURL(url) method?



            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: