You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/03/20 09:43:37 UTC

[GitHub] [camel] essobedo opened a new pull request, #9580: CAMEL-19171: camel-http - Prevent duplicating slashes in generated URI

essobedo opened a new pull request, #9580:
URL: https://github.com/apache/camel/pull/9580

   Fix for https://issues.apache.org/jira/browse/CAMEL-19171
   
   ## Motivation
   
   When the endpoint URI has a trailing slash and the path starts with a slash, the generated URI contains 2 slashes instead of only one which was accepted by HttpComponents v4 but rejected by HttpComponents v5.
   
   ## Modifications:
   
   * Skip one slash one, when the endpoint URI has a trailing slash and the path to append starts with a slash
   * Add a unit test to cover the use case


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] essobedo merged pull request #9580: CAMEL-19171: camel-http - Prevent duplicating slashes in generated URI

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo merged PR #9580:
URL: https://github.com/apache/camel/pull/9580


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #9580: CAMEL-19171: camel-http - Prevent duplicating slashes in generated URI

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9580:
URL: https://github.com/apache/camel/pull/9580#issuecomment-1475996596

   ### Components tested:
   
   | Total | Tested | Failed :x: | Passed :white_check_mark: | 
   | --- | --- | --- |  --- |
   | 2 | 2 | 0 | 2 |


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] github-actions[bot] commented on pull request #9580: CAMEL-19171: camel-http - Prevent duplicating slashes in generated URI

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #9580:
URL: https://github.com/apache/camel/pull/9580#issuecomment-1475909430

   :star2: Thank you for your contribution to the Apache Camel project! :star2: 
   
   :warning: Please note that the changes on this PR may be **tested automatically**. 
   
   If necessary Apache Camel Committers may access logs and test results in the job summaries!


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org