I can also confirm that preseed/url= still does not work correctly.
The line
url_location="${x#url=}"
should be changed to
url_location="${x#*url=}"
I can also confirm that preseed/url= still does not work correctly.
The line
url_location= "${x#url= }"
should be changed to
url_location= "${x#*url= }"