Skip to content

bugfix: get_or_create and is_external parse urlids before comparing

Calum Mackervoy requested to merge urlid-parsing into master

Related: applications/hubl#547 (closed)

http://myserver.com/ and https://myserver.com/ were being treated as different urlids. I've tweaked get_or_create and is_external to ignore the protocol and query parts of the url when comparing

Edited by Calum Mackervoy

Merge request reports