Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Username and password in basic auth are allowed to contain '.'#24589
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Initially reported by Fede Isas inbeberlei/assert#234
rquadling commentedOct 17, 2017
Ahh. 2.3 is the first version to validate the basic auth part of a url. But that is failing due to the PHP5.3. Should I have made a PR against 2.7? |
chalasr commentedOct 17, 2017
Yes, 2.7 is the lowest branch that is still maintained. 2.3 isn't maintained anymore. |
fabpot commentedOct 18, 2017
Thank you@rquadling. |
… '.' (Richard Quadling)This PR was merged into the 2.7 branch.Discussion----------Username and password in basic auth are allowed to contain '.'Initially reported by Fede Isas inbeberlei/assert#234| Q | A| ------------- | ---| Branch? | 2.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Commits-------e5d57dd Username and password in basic auth are allowed to contain '.'
rquadling commentedOct 18, 2017
Thank's to@fedeisas. |
Initially reported by Fede Isas inbeberlei/assert#234