Tadayoshi Sato created CAMEL-13365:
--------------------------------------
Summary: camel-box - Ambiguous error message when authentication
requires CAPTCHA
Key: CAMEL-13365
URL: https://issues.apache.org/jira/browse/CAMEL-13365
Project: Camel
Issue Type: Improvement
Components: camel-box
Affects Versions: 3.0.0-M1
Reporter: Tadayoshi Sato
Assignee: Tadayoshi Sato
Sometimes Box.com requires manual CAPTCHA check for standard authentication,
mostly due to a sequence of automatic authentication failures. When it happens,
camel-box cannot recover it by itself and a human has to intervene to
authenticate it with manual CAPTCHA checking.
However, currently the error message only tells:
{code}
Invalid Login Credentials
{code}
which is not helpful to see a human needs to authenticate it with CAPTCHA. We
can improve the message with something like:
{code}
Authentication requires CAPTCHA test. You need to authenticate the account
manually to unlock CAPTCHA.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)