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.
Related Content
- 9 years ago
- 6 years ago
Recent Discussions
- 2 days ago
- 2 days ago