Ricardo Zanini created CAMEL-12602:
--------------------------------------
Summary: Camel Wordpress don't set basic authentication even if
user and password are provided
Key: CAMEL-12602
URL: https://issues.apache.org/jira/browse/CAMEL-12602
Project: Camel
Issue Type: Bug
Components: camel-wordpress
Affects Versions: 2.21.0
Reporter: Ricardo Zanini
When setting user/password for Basic Authentication, the component misses
adding the HTTP headers to perform the actual authentication.
Users should see the following message in logs, even though the user/pass
properties are set:
~~~
2018-06-27 17:20:16 [main] WARN o.a.c.c.w.p.WordpressPostProducer - Wordpress
Producer hasn't authentication. This may lead to errors during route execution.
Wordpress writing operations need authentication.
~~~
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)