[ 
https://issues.apache.org/jira/browse/CAMEL-13214?focusedWorklogId=208798&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-208798
 ]

ASF GitHub Bot logged work on CAMEL-13214:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Mar/19 13:26
            Start Date: 06/Mar/19 13:26
    Worklog Time Spent: 10m 
      Work Description: soilworker01 commented on pull request #2806: 
CAMEL-13214: Add headerFilterStrategy option to component level
URL: https://github.com/apache/camel/pull/2806
 
 
   
 
----------------------------------------------------------------
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: 208798)
            Time Spent: 10m
    Remaining Estimate: 0h

> camel-mail: Add headerFilterStrategy option to component level
> --------------------------------------------------------------
>
>                 Key: CAMEL-13214
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13214
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-mail
>    Affects Versions: 2.20.2
>            Reporter: Christoph Giera
>            Priority: Minor
>             Fix For: 3.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently it's not possible to change/customize the headerFilterStrategy for 
> all camel-mail endpoints because it has to be configured on endpoint level.
> In the cxf component it's possible to configure it on component level too, so 
> it's possible to provide a global headerFilterStrategy:
> Example:
> {noformat}
>               CxfComponent comp = camelContext.getComponent("cxf",
>                               CxfComponent.class);
>               CxfHeaderFilterStrategy strategy = new 
> CxfHeaderFilterStrategy();
>               strategy.setOutFilterPattern(
>                               "<customized>");
>               comp.setHeaderFilterStrategy(strategy);{noformat}
> It would be an improvement to add the headerFilterStrategy option also to 
> component level.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to