Fixed missing http:// in absolute URL

This commit is contained in:
Jocelyn Fiat
2011-10-05 14:47:30 +02:00
parent 900ed8baea
commit 71c851ca39

View File

@@ -722,6 +722,7 @@ feature -- URL Utility
Result := script_url (a_path)
if attached http_host as h then
Result.prepend (h)
Result.prepend ("http://")
else
--| Issue ??
end