perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

Added SecureRequestCustomizer when needsClientCerts #992

Open glromeo opened 6 years ago

glromeo commented 6 years ago

To allow reading the client certificate in the server as explained here: https://stackoverflow.com/questions/9901248/reading-client-certificate-in-servlet

ineffyble commented 5 years ago

Can this be merged?