Forum Discussion
gopiharan79
12 years agoOccasional Contributor
We replaced the line - if( pathInfo.equals( mockRunner.getMockService().getPath() ) )
with if( pathInfo.startsWith( mockRunner.getMockService().getPath() ) ) in dispatchRequest method to accept url parameters.
with if( pathInfo.startsWith( mockRunner.getMockService().getPath() ) ) in dispatchRequest method to accept url parameters.