Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint with a trailing slash will yield invalid request :path "//rest/api/2/search" on master #163

Closed
vanniktech opened this issue Apr 3, 2018 · 1 comment
Labels

Comments

@vanniktech
Copy link
Contributor

This used to work with version 1.0.16 but broke with latest master.

  • pull via go get -u gopkg.in/Netflix-Skunkworks/go-jira.v1/cmd/jira
  • have an endpoint that ends with a trailing slash e.g. https://moovel.atlassian.net/
  • run ./jira list

We should be defensive about this and support both cases and don't append a slash twice.

@coryb
Copy link
Contributor

coryb commented Apr 16, 2018

fixed, will go out in next release.

@coryb coryb closed this as completed Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants