DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: provider operation exception result codes overridden #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Class that leverage DefaultConnectionFactoryPropertySource, such as CLI, JAAS, 
and servlet impls lose operation exception result codes as the wiring over 
writes the defaults.
Default are always overwritten, even if the property source found no properties.

This impacts pooling more than anything else, as removing dead connections from 
the pool depends on provider specific operation exception result codes.

Original issue reported on code.google.com by dfis...@gmail.com on 22 May 2013 at 8:42

GoogleCodeExporter commented 8 years ago
Check whether configuration was found before overwriting the provider config.
Fixed in r2721.

Original comment by dfis...@gmail.com on 24 May 2013 at 2:12