Roundup Tracker - Issues

Message6264

Author rouilj
Recipients antmail, rouilj
Date 2018-09-30.01:01:08
Message-id <1538269270.41.0.545547206417.issue2550951@psf.upfronthosting.co.za>
In-reply-to
One additional thought on this. Maybe rename examine_url to
examine_or_make_absolute_url with the semantics:

  if not absolute (https?://), prepend baseurl and
     validate the result

  if absolute url, validate as normal

(the validation may effectively be a no-op for now, but
future use could validate references below the baseurl).
History
Date User Action Args
2018-09-30 01:01:10rouiljsetmessageid: <1538269270.41.0.545547206417.issue2550951@psf.upfronthosting.co.za>
2018-09-30 01:01:10rouiljsetrecipients: + rouilj, antmail
2018-09-30 01:01:10rouiljlinkissue2550951 messages
2018-09-30 01:01:08rouiljcreate