Skip to content

fixes a bug where host and scheme validation would fail because of sequence of calls#1116

Merged
baywet merged 3 commits intomainfrom
bugfix/go-url-validation
Feb 3, 2022
Merged

fixes a bug where host and scheme validation would fail because of sequence of calls#1116
baywet merged 3 commits intomainfrom
bugfix/go-url-validation

Conversation

@baywet
Copy link
Member

@baywet baywet commented Feb 2, 2022

  • fixes a bug where go host validator would not be using the right method for hostname
  • fixes a bug where request adapters would attempt to auth the request before setting the base url
  • bumps versions for http libraries

no generation diff
no changelog entry since we just merged #1051

CC @Ndiritu for PHP implementation of http provider which might be impacted by this.

@baywet baywet added this to the TypeWriter Replacement milestone Feb 2, 2022
@baywet baywet added Go Java TypeScript Pull requests that update Javascript code Csharp Pull requests that update .net code labels Feb 2, 2022
@baywet baywet self-assigned this Feb 2, 2022
@baywet baywet enabled auto-merge February 2, 2022 22:54
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@baywet baywet merged commit a2ecf6b into main Feb 3, 2022
@baywet baywet deleted the bugfix/go-url-validation branch February 3, 2022 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Csharp Pull requests that update .net code Go Java TypeScript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Go host validator always fails because the passed URL object is mostly empty

2 participants