tusury / vt-middleware

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

ldaptive: aggregrate trust manager should allow any #212

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The AggregrateTrustManager currently requires all trust managers to succeed for 
a trust check to succeed.
This behavior is counter intuitive as trust managers are typically mutually 
exclusive.

Update the AggregateTrustManager to succeed if any trust manager succeeds.

Original issue reported on code.google.com by dfis...@gmail.com on 26 Mar 2014 at 8:35

GoogleCodeExporter commented 8 years ago
Updated the AggregateTrustManager with an enum for ANY and ALL.
Did not change the default behavior from ALL.

See r2936.

Original comment by dfis...@gmail.com on 31 Mar 2014 at 5:40