CC: | jason.clifford [...] net-a-porter.com |
Subject: | Bug in regex /^(SSL_CLIENT_.*|CERT_*|AUTH_USER)$/ |
The regex /^(SSL_CLIENT_.*|CERT_*|AUTH_USER)$/ fails to match strings starting CERT_ as it is missing a dot prior to the wildcard token.
I have submitted a pull request on github to fix this (and add an extra X-AUTH option)