You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Tadayoshi Sato (JIRA)" <ji...@apache.org> on 2019/03/26 02:29:00 UTC

[jira] [Created] (CAMEL-13365) camel-box - Ambiguous error message when authentication requires CAPTCHA

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)