Dave Brondsema
-
2013-10-31
- labels: --> cleanup
See Neighborhood.url()
and Project.url()
implementations. They imply that a neighborhood url prefix can be absolute (by starting with //
), but this doesn't seem useful at all. Seems like any useful application of this feature could be achieved with a web server. Furthermore, we have other code that assume the Neighborhood url prefix will always begin with a /
(see Ticket.email_address
).
Remove support for Neighborhood absolute urls, or provide a good reason to keep it.