Uri behaves differently in .Net4.0 vs .Net4.5
Got a bug report this week, that MyCouch didn’t support id’s formatted with e.g. a slash person1. So, I was missing an encode of the segment in the Uri. Quite an easy fix. Just identified the few spots where the encode and decode was needed, e.g in my UrlSegment. Added a call to Uri.EscapeDataString…
Daniel Wertheim