It looks like NSURL#gh_filterQueryParams doesn't handle relative URLs gracefully. ``` URL = [URL gh_filterQueryParams:[NSArray arrayWithObjects:@"foo", nil] sort:NO]; ``` If URL before that call is `/foo`, this call turns it into `(null):///foo`