Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for RestOpenApiProcessor for parsing path variables from the http…
… request uri succesfully. (#16220) * Update RestOpenApiProcessor.java if uri is not starting with slash then remove the slash in the consumerPath from the openApi spec, because if there is any path variables (/../{id}) in the consumerPath and the uri does not start with "/" then HttpHelper.evalPlaceholders method throws an ArrayIndexOutOfBoundsException. * code style fixes and added null check the uri.
- Loading branch information