> On 23/06/2016 12:58, Mark Thomas wrote:
> Smarter sounds good to me. Why not try and write a patch for this?
I work faster with github pull-requests :)
https://github.com/apache/tomcat80/pull/8
> On a related topic, I wonder how tolerant
> CertificateFactory.generateCertificate() is since that
I have a webapp which reads a X.509 client certificate from the standard
servlet request attribute:
ServletRequest.getAttribute("javax.servlet.request.X509Certificate").
When Tomcat is the HTTPS endpoint, works like a charm.
But when there is a Nginx as the HTTPS endpoint, and Tomcat is configured