Bamboo fails to connect with special characters in password field

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 6.3.1
    • Affects Version/s: 5.5.1
    • Component/s: Repository (Git)
    • None

      Embedding special characters in the git password can cause Bamboo to incorrectly parse the URL required for git. The string:

      https://USER:p@ssword@bitbucket.org/PATH/info/refs

      is actually being split at the first @, rather than the second. giving "ssword" as the password for the user and so failing with 404.

      Ideally we would validate for only one @, or split the string differently.

              Assignee:
              sthr (Inactive)
              Reporter:
              Neil Hickey
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: