Fixed missing http:// in absolute URL
This commit is contained in:
@@ -722,6 +722,7 @@ feature -- URL Utility
|
|||||||
Result := script_url (a_path)
|
Result := script_url (a_path)
|
||||||
if attached http_host as h then
|
if attached http_host as h then
|
||||||
Result.prepend (h)
|
Result.prepend (h)
|
||||||
|
Result.prepend ("http://")
|
||||||
else
|
else
|
||||||
--| Issue ??
|
--| Issue ??
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user