cloudfoundry / java-buildpack-client-certificate-mapper

Apache License 2.0
2 stars 9 forks source link

special case for null XFCC value #6

Open tfynes-pivotal opened 4 years ago

tfynes-pivotal commented 4 years ago

When XFCC is optional at the load-balancer level, it always adds the XFCC http header which results in the ClientCertificateMapper warning that there's an illegal value. We should have a special case for XFCC header having an empty value as this does not warrant a warning message.