Auto mock endpoints should strip parameters to avoid confusing when accessing 
the mocked endpoint
-------------------------------------------------------------------------------------------------

                 Key: CAMEL-3757
                 URL: https://issues.apache.org/jira/browse/CAMEL-3757
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.7.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.7.0


If you use mocking existing endpoints, which is detailed here
http://camel.apache.org/mock.html

We should stip parameters of the mocked endpoint, eg {{file:xxxx?noop=true}}. 
eg so the mocked endpoint would be {{"mock:file:xxxx"}} without any of the 
parameters.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to