Closed GoogleCodeExporter closed 9 years ago
I did figure out a work around :
if (query.Uri.AbsoluteUri.Contains('#'))
{
query.BaseAddress = query.Uri.AbsoluteUri.Replace("#", "%23");
}
however it should work without me doing string manipulation after a uri is built
Original comment by chrisk...@gmail.com
on 14 Jul 2011 at 5:41
Hey Chris,
Thanks for reporting this issue, it was easy to reproduce by following your
instructions.
I fixed it in the core library, the patch is now included as of rev. 1112.
Claudio
Original comment by ccherub...@google.com
on 15 Jul 2011 at 10:21
Original issue reported on code.google.com by
chrisk...@gmail.com
on 14 Jul 2011 at 5:13