[ 
https://issues.apache.org/jira/browse/DBCP-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phil Steitz resolved DBCP-320.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Fixed in r900226

> .PerUserPoolDataSource.poolKeys can grow without limit
> ------------------------------------------------------
>
>                 Key: DBCP-320
>                 URL: https://issues.apache.org/jira/browse/DBCP-320
>             Project: Commons Dbcp
>          Issue Type: Bug
>    Affects Versions: 1.2.2
>            Reporter: Sebb
>             Fix For: 1.4
>
>
> The private static variable .PerUserPoolDataSource.poolKeys (a HashMap) only 
> ever has items added to it; the contents are never cleared.
> Every different datasource generates a new HashMap entry; every 
> username+password generates a new entry in that map.
> This might perhaps become a problem for long-running applications with lots 
> of different users.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to