Skip Menu |

This queue is for tickets about the Regexp-Common CPAN distribution.

Report information
The Basics
Id: 23613
Status: resolved
Priority: 0/
Queue: Regexp-Common

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

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



Subject: Support for https, ftps and svn protocols in URIs
The URI https://www.example.com does not match (but http://www.example.com does). Similarly for the ftps protocol Also, svn://svn.example.com/svn/uri/trunk does not match.
One can get https by using $RE {URI} {HTTP} {-scheme => 'https'}. ftps and svn aren't supported.