WebHook convert the space character %20 into %2520 thus failing the call.

XMLWordPrintable

    • 30
    • Severity 3 - Minor
    • 1

      NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.

      Actual Results:

      Looking into the application log we can see %20 character (space) was converted to %2520 hence failing the call.

      [atlassian.webhooks.plugin.PublishTaskFactoryImpl$PublishTaskImpl] Client error - when posting to web hook at 'http://sample.com/executions?argString=-sshPassword1%2520password&user_id=admin&user_key=admin'
      

      Expected Results:

      JIRA should calls the exact URL that has been used to created the WebHook like the one below.

      http://sample.com/executions?argString=-sshPassword1%20password&user_id=admin&user_key=admin'
      

      Steps to reproduce:

      1. Create a new WebHook using the test URL: http://sample.com/executions?argString=-sshPassword1%20password

      Workaround:

            Assignee:
            Unassigned
            Reporter:
            Luciano Fagundes (Inactive)
            Votes:
            22 Vote for this issue
            Watchers:
            38 Start watching this issue

              Created:
              Updated:

                Estimated:
                Original Estimate - 1m
                1m
                Remaining:
                Remaining Estimate - 1m
                1m
                Logged:
                Time Spent - Not Specified
                Not Specified