hibri / HttpMock

A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128 stars 44 forks source link

Fix for null ref error when query string has a trailing ampersand #25

Closed hibri closed 10 years ago

hibri commented 10 years ago

When the query string has an trailing ampersand, the Endpointmatching rule was throwing a Null ref error.