Skip Menu |

This queue is for tickets about the HTML-CGIChecker CPAN distribution.

Report information
The Basics
Id: 32862
Status: new
Priority: 0/
Queue: HTML-CGIChecker

People
Owner: Nobody in particular
Requestors: alejandro [...] intelligent-business.com
Cc:
AdminCc:

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



Subject: handling https
In sub _http you should check for https as well. Change: (http:// |mailto: |ftp:// |telnet:// |file:// ) To this: (http:// |https:// |mailto: |ftp:// |telnet:// |file:// ) Hope this helps, thanks for this code.