SirFishy / LocationProject

0 stars 0 forks source link

url encording on string #1

Open mellonball opened 9 years ago

mellonball commented 9 years ago

if we put a space in the string for the name, it causes an invalid character exception (since the url will have a space in it)

SirFishy commented 9 years ago

I think the correct fix would be to replace spaces with '%20'. I'll look into it.