On Thu, Dec 04, 2008 at 03:26:53PM +0000, Padraig O'Briain wrote:
> New webrev http://cr.opensolaris.org/~padraig/ips-5069-v3 created,
> 
> This will allow for https://
> 
> Padraig
> 
> On 12/04/08 14:57, jmr wrote:
> > Padraig - this looks great and really improves the usability of the 
> > dialog.
> >
> > In repository.py:
> >
> >      301 +                if not misc.valid_auth_url(name):
> >      302 +                        if "http://".startswith(name):
> >      303 +                                self.url_error = None
> > Should you not also be allowing https:// as a valid start for a repo url?
> >
> > JR

Maybe I'm missing something but isn't this check backwards?  Shouldn't
it be name.startswith("http://";)?

Thanks,
Brad
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to