[
https://issues.apache.org/jira/browse/CAMEL-12966?focusedWorklogId=217853&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-217853
]
ASF GitHub Bot logged work on CAMEL-12966:
------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Mar/19 07:21
Start Date: 25/Mar/19 07:21
Worklog Time Spent: 10m
Work Description: oscerd commented on pull request #2689: CAMEL-12966:
camel-netty4-http use relative path by default
URL: https://github.com/apache/camel/pull/2689
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 217853)
Time Spent: 20m (was: 10m)
> camel-netty-http: use relative path by default
> ----------------------------------------------
>
> Key: CAMEL-12966
> URL: https://issues.apache.org/jira/browse/CAMEL-12966
> Project: Camel
> Issue Type: Improvement
> Components: camel-netty4-http
> Reporter: Nicola Ferraro
> Assignee: Viral Gohel
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Netty-http 4 has a non-standard way of dealing with path, using the full url
> on the first line of the HTTP request. E.g.
>
> GET [http://thehost/thepath]
> instead of:
> GET /thepath
>
> This is controlled by the useRelativePath, that should be defaulted to "true"
> to be compatible with other components.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)