I'm trying to tap into an atom feed that is requiring the Accept request header to either be application/xml or application/atom+xml.
Is there a way to limit the atom feed definition in the uri to specify only those two values? Currently the default for the atom feed appears to be Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Which is way to loose for my requests. Looking at the code for AtomUtils it doesn't appear that parseDocument() allows that. -- View this message in context: http://camel.465427.n5.nabble.com/Is-there-any-way-to-limit-the-values-for-Accept-header-for-camel-atom-and-camel-rss-tp5796439.html Sent from the Camel - Users mailing list archive at Nabble.com.
