Open ThomasR opened 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}?
/
/${serverRoot}
/${serverRoot}/${RESTRoot}
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}
?