Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

UrlEncoder should always encode the U+003A COLON character #235

Merged
merged 1 commit into from
Mar 18, 2015

Conversation

GrabYourPitchforks
Copy link
Contributor

Provides extra defense-in-depth in case an application is using this API to encode a relative URL, otherwise the part before the colon could inadvertently be treated as a scheme.

Addresses #231.

/cc @HaoK @Praburaj

@ghost ghost added the cla-not-required label Mar 17, 2015
@HaoK
Copy link
Member

HaoK commented Mar 18, 2015

:shipit:

Provides extra defense-in-depth in case an application is using this API to encode a relative URL, otherwise the part before the colon could inadvertently be treated as a scheme.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants