Harshavardhana 0563a9235a handlers: Handle crash if r.URL.Path is empty. (#3554)
URL paths can be empty and not have preceding separator,
we do not yet know the conditions this can happen inside
Go http server.

This patch is to ensure that we do not crash ourselves
under conditions where r.URL.Path may be empty.

Fixes #3553
2017-01-10 11:01:23 -08:00
..
2016-10-26 08:46:14 -07:00
2016-11-21 13:51:05 -08:00
2016-12-22 10:47:10 -08:00
2016-09-29 23:42:10 -07:00
2016-11-28 12:14:24 -08:00