Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-14845

Bamboo fails to connect with special characters in password field

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 6.3.1
    • 5.5.1
    • Repository (Git)
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: