Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-1427

user and password should be copied to the properties if they are specified

XMLWordPrintable

      In BaseWrapperManagedConnectionFactory.java,

       if (copyGssCredentials) 
       { 
          props.setProperty("user", (user == null) ? "" : user); 
          props.setProperty("password", (pass == null) ? "" : pass); 
       } 
      

      the user and password may be lost if they are specified via cri or userName

            rhn-engineering-lgao Lin Gao
            rhn-engineering-lgao Lin Gao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: