Uploaded image for project: 'Commons DBCP'
  1. Commons DBCP
  2. DBCP-108

DriverManagerConnectionFactory: blank username/password handling

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2
    • None
    • None
    • Operating System: other
      Platform: Other

    • 29791

    Description

      Mail from Maxwell Grender-Jones (on commons-dev 24 june 2004)
      -------------------------------------------------------------
      If you supply a username but not a password, or a password but not a
      username, dbcp ignores these values, and simply uses the URL to connect
      to your database (even when defaults exist for the null values). This
      means if I create a DriverManagerConnectionFactory with url, user and
      pass of mydburl, myusername, null, it will try connect to mydburl using
      default username and default password rather than myusername and default
      password.

      The solution:
      Allow the default username and password values to be used when one is
      present but the other is not, as provided by the patch. Now I realise
      default usernames/passwords are not ideal, but at the same time there's
      no need to prevent this functionality from working (imho).

      Attachments

        Activity

          People

            Unassigned Unassigned
            dirkv Dirk Verbeeck
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: