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

parameters should be placed before hash(fix #2876) #2877

Closed
wants to merge 1 commit into from

Conversation

yangshuan
Copy link

@yangshuan yangshuan commented Aug 8, 2019

fix #2876

The URI should always be conform to the URI generic syntax
scheme:[//authority]path[?query][#fragment]
Otherwise most of the lib or code which get the parameters from the URI will fail.

@posva
Copy link
Member

posva commented Aug 8, 2019

Thank you for this but we can also revert the commit that introduced this change and remove a bit more code. I will do that based on what we discuss at #2876

@posva posva closed this Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the url pattern is not conform to the URI generic syntax in the newest version 3.1.0
2 participants