| Summary: | LDAP context mis-close in LDAPIdentityStoreImpl | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Portal Platform 5 | Reporter: | Toshiya Kobayashi <tkobayas> | |
| Component: | PicketLink | Assignee: | Boleslaw Dawidowicz <bdawidow> | |
| Status: | NEW --- | QA Contact: | Tomas Kyjovsky <tkyjovsk> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.2.2.GA | CC: | mposolda | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1017119 (view as bug list) | Environment: | ||
| Last Closed: | Type: | Bug | ||
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
|
Description
Toshiya Kobayashi
2013-10-09 09:32:06 UTC
Tom Fonteyne <tfonteyn> made a comment on jira PLIDM-44 It's the line: ldapCtx.unbind(jndiName); which appears twice in that class, that should be removed. An unbind explicitly says to close the connection, instead of simply putting it back in the pool. Marek Posolda <mposolda> updated the status of jira PLIDM-44 to Resolved Marek Posolda <mposolda> made a comment on jira PLIDM-44 Fixed by commit https://github.com/picketlink/picketlink-idm/commit/90624614537c560b0df6b296c0c901c932468056 |