Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
I am seeing warnings in log similar to those mentioned in CAMEL-6590.
[WARN ] 2017-01-01 15:20:50.168 [Restlet-2000563893] LogFilter - Addition of the standard header "Accept" is not allowed. Please use the equivalent property in the Restlet API. [WARN ] 2017-01-01 15:20:50.168 [Restlet-2000563893] LogFilter - Addition of the standard header "Accept-encoding" is not allowed. Please use the equivalent property in the Restlet API. [WARN ] 2017-01-01 15:20:50.168 [Restlet-2000563893] LogFilter - Addition of the standard header "Accept-language" is not allowed. Please use the equivalent property in the Restlet API. [WARN ] 2017-01-01 15:20:50.168 [Restlet-2000563893] LogFilter - Addition of the standard header "Connection" is not allowed. Please use the equivalent property in the Restlet API. [WARN ] 2017-01-01 15:20:50.168 [Restlet-2000563893] LogFilter - Addition of the standard header "Cookie" is not allowed. Please use the equivalent property in the Restlet API. [WARN ] 2017-01-01 15:20:50.168 [Restlet-2000563893] LogFilter - Addition of the standard header "Host" is not allowed. Please use the equivalent property in the Restlet API. [WARN ] 2017-01-01 15:20:50.168 [Restlet-2000563893] LogFilter - Addition of the standard header "User-agent" is not allowed. Please use the equivalent property in the Restlet API.
The lines added with the patch mentioned there were removed some commits later. See history
Commit that reverted it(intentionally?)
Probably i am totally wrong and those warnings are right, but what to do about them?
I am using version 2.18.1 of camel-core and camel-restlet