Croway opened a new pull request, #1711: URL: https://github.com/apache/camel-spring-boot/pull/1711
…in platform-http `SpringBootPlatformHttpBinding.populateRequestParameters()` used request.getRequestURI() which includes the servlet context path prefix. This caused `HttpHelper.evalPlaceholders()` to misalign path segments when matching against the consumer path template, resulting in wrong values for path parameters. The fix uses the existing `getRawPath(request)` method which already strips the servlet context path, ensuring correct index-based segment matching. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
