tarttelin / JavaStubServer

An HTTP server used in tests to provide canned responses to expected requests.
http://tarttelin.github.io/JavaStubServer/
Other
6 stars 5 forks source link

Urls with matrix params are not matched correctly #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi Chris

Not sure if you can do anything about this, it seems to be a problem with Jetty, but when you setup an expectation with a URL that has a matrix param i.e. testservice/path;param=a/b the incoming url for the request is truncated to just testservice/path which causes the expectation to not be match.

Cheers Brian