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

Adjusts WSDL URL detection to be case insensitive #1082

Merged
merged 1 commit into from Jul 13, 2019

Conversation

cmptrgeekken
Copy link
Contributor

Per RFC 3986, the URL schema (e.g., http:, https:) can be case insensitive. This PR adjusts the URL detection regex to ensure that capitalized schemas (e.g., HTTP, HTTPS) are supported.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.378% when pulling 0c75e17 on cmptrgeekken:patch-1 into 2e701d5 on vpulim:master.

@coveralls
Copy link

coveralls commented Jul 11, 2019

Coverage Status

Coverage remained the same at 93.378% when pulling e3f7814 on cmptrgeekken:patch-1 into 2e701d5 on vpulim:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.378% when pulling 0c75e17 on cmptrgeekken:patch-1 into 2e701d5 on vpulim:master.

@jsdevel
Copy link
Collaborator

jsdevel commented Jul 11, 2019

please add tests

Per [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3.1), the URL schema (e.g., http:, https:) should be case insensitive. This PR adjusts the URL detection regex to ensure that capitalized schemas (e.g., HTTP, HTTPS) are supported.
@cmptrgeekken
Copy link
Contributor Author

Unit test has been added.

@jsdevel jsdevel merged commit 70c4f34 into vpulim:master Jul 13, 2019
Danail-Irinkov pushed a commit to Danail-Irinkov/node-soap that referenced this pull request Jan 19, 2020
Per [RFC 3986](https://tools.ietf.org/html/rfc3986#section-3.1), the URL schema (e.g., http:, https:) should be case insensitive. This PR adjusts the URL detection regex to ensure that capitalized schemas (e.g., HTTP, HTTPS) are supported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants