ravendb / ravendb.contrib

External Contributions to RavenDB
http://ravendb.net
MIT License
30 stars 14 forks source link

Fix "multiple question marks" bug for UriBuilder. #27

Closed kijanawoodard closed 11 years ago

kijanawoodard commented 11 years ago

I ran into this bug when calling AddQueryParameter multiple times. The second time around you end up with two question marks because of the +=.

I found the solution here: http://www.andornot.com/blog/post/The-Uri-gotcha-that-gotchad-me-good.aspx

mattjohnsonpint commented 11 years ago

Sorry for the delay. I missed this somehow.

kijanawoodard commented 11 years ago

No worries. :-) On Jun 19, 2013 5:39 PM, "Matt Johnson" notifications@github.com wrote:

Sorry for the delay. I missed this somehow.

— Reply to this email directly or view it on GitHubhttps://github.com/ravendb/ravendb.contrib/pull/27#issuecomment-19720094 .