Skip Menu |

This queue is for tickets about the WebService-ReviewBoard CPAN distribution.

Report information
The Basics
Id: 41634
Status: resolved
Priority: 0/
Queue: WebService-ReviewBoard

People
Owner: Nobody in particular
Requestors: ajith.antony [...] gmail.com
Cc:
AdminCc:

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



Subject: SSL reviewboard URLs not supported
I don't know why but our admins have everything served by https. The regex doesn't handle it. WebService/ReviewBoard.pm: 30 if ( !$url || $url !~ m#^http://# ) Perhaps this instead? 30 if ( !$url || $url !~ m#^http(s)?://# )
Thanks for the report. fixed in 0.1.1. Watch out though, because of other changes 0.1.0 isn't backwards compatible with 0.0.3