FIX #36989 : use URI::Generic instead of URI::HTTP
Merge request reports
Activity
mentioned in issue #37190
added 12 commits
- 895ef33e...01785533 - 11 commits from branch
gitlab-org:master
- 92a8371f - use URI::Generic instead of URI::HTTP
- 895ef33e...01785533 - 11 commits from branch
added 12 commits
- 895ef33e...01785533 - 11 commits from branch
gitlab-org:master
- 92a8371f - use URI::Generic instead of URI::HTTP
- 895ef33e...01785533 - 11 commits from branch
@EmilienMottet Thanks! Could you add a new test example? /cc @oswaldo
added Community Contribution ~13884 bug labels
@EmilienMottet Also, please add a changelog entry.
assigned to @EmilienMottet
Great catch @EmilienMottet! Thanks for the MR
Like mentioned on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13886#note_39599580, a test-case will be really appreciated.
added 1490 commits
- 92a8371f...5d952f75 - 1489 commits from branch
gitlab-org:master
- 8c79208c - use URI::Generic instead of URI::HTTP
- 92a8371f...5d952f75 - 1489 commits from branch
issues_spec.rb
Downloadprojects_spec.rb
Downloadissues_spec.rb
Download@EmilienMottet This doesn't explicitly test the case when
https
is used. I think we should test this case (same inspec/requests/api/projects_spec.rb
).