Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Authentication CPAN distribution.

Report information
The Basics
Id: 98904
Status: new
Priority: 0/
Queue: Catalyst-Plugin-Authentication

People
Owner: Nobody in particular
Requestors: jason [...] ukfsn.org
Cc: jason.clifford [...] net-a-porter.com
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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)