Seitenbau / mix-n-mock

The configurable mixing proxy for your web development needs
Apache License 2.0
5 stars 0 forks source link

Allow leading slashes in mock config? #17

Open ThomasR opened 8 years ago

ThomasR commented 8 years ago

If a mock service path starts with a slash, we throw an exception. Wouldn't it make sense to silently strip the /? Or even consider /${serverRoot} or /${serverRoot}/${RESTRoot}?