This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 278a1c9a8d8 CAMEL-22116: Make it possible for SB to provide special 
logic in getRawPath
278a1c9a8d8 is described below

commit 278a1c9a8d81cfd39304b9cd8083f00b32bf234b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat May 31 15:40:37 2025 +0200

    CAMEL-22116: Make it possible for SB to provide special logic in getRawPath
---
 .../src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-http-common/src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java
 
b/components/camel-http-common/src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java
index 2869d6f270a..5bb3ad31df6 100644
--- 
a/components/camel-http-common/src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java
+++ 
b/components/camel-http-common/src/main/java/org/apache/camel/http/common/DefaultHttpBinding.java
@@ -306,7 +306,7 @@ public class DefaultHttpBinding implements HttpBinding {
         }
     }
 
-    private String getRawPath(HttpServletRequest request) {
+    protected String getRawPath(HttpServletRequest request) {
         String uri = request.getRequestURI();
         /**
          * In async case, it seems that request.getContextPath() can return 
null

Reply via email to