[OGo-Bugs][Bug 1884] New: XmlRpc Daemon Leaks Database Connect On Failed Authentication

bugs@opengroupware.org bugs@opengroupware.org
Sat, 30 Jun 2007 15:28:31 +0200 (CEST)


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1884

           Summary: XmlRpc Daemon Leaks Database Connect On Failed
                    Authentication
           Product: XmlRpcAPI
           Version: TRUNK
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: normal
         Component: general
        AssignedTo: dev@opengroupware.org
        ReportedBy: awilliam@whitemice.org
         QAContact: qa@opengroupware.org
                CC: bugs@opengroupware.org


>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061023
SUSE/2.0.0.4-1.1 Firefox/2.0.0.4

Description of problem:
If a user makes a call the XML-RPC with incorrect credentials the XML-RPC daemon
consumes a PostgreSQL connection and does not release it.

Version-Release number of selected component (if applicable):
TRUNK

How reproducible:
Always

Steps to Reproduce:
1.  Make a connection with incorrect password.
    

Actual Results:  Authentication fails but a database connection is consumed. 
After sufficient authentication failures the daemon can no longer connect to the
database (max connections used up) and the xmlrpcd daemon must be restarted.

Expected Results:  Connection is released at end of operation.

Additional info:

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.