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

fixbug: fix Nacos user not found when password has special characters #3988

Merged
merged 4 commits into from
Aug 31, 2021
Merged

fixbug: fix Nacos user not found when password has special characters #3988

merged 4 commits into from
Aug 31, 2021

Conversation

elrond-g
Copy link
Contributor

@elrond-g elrond-g commented Aug 30, 2021

Ⅰ. Describe what this PR did

Nacos's Version 29ba11e has url encoded the password, so the password will be changed when it has special charaters. But at the Version 164ad31, nacos revert the change. So it need to update Nacos Version for fix the bug.

Ⅱ. Does this pull request fix one issue?

With nacos's issue : alibaba/nacos#3992

Ⅲ. Why don't you add test cases (unit test/integration test)?

The case shoud found on Nacos's project.

Ⅳ. Describe how to verify it

Use password has special charaters, e.g. "elrond%123", "user@12345"

Ⅴ. Special notes for reviews

@funky-eyes funky-eyes added this to the 1.5.0 milestone Aug 30, 2021
@funky-eyes funky-eyes added type: bug Category issues or prs related to bug. module/config config module and removed module/config config module labels Aug 30, 2021
@funky-eyes
Copy link
Contributor

标题按照规范,英文,bugfix: 开头 补充pr信息及作者到changes文件夹的1.5.0的2个md文件中

@elrond-g elrond-g changed the title fixbug:升级nacos版本,避免用户不存在异常 fixbug: update Nacos Version to 1.4.2 , for fix Nacos user not found when password has special characters Aug 30, 2021
@elrond-g
Copy link
Contributor Author

抱歉,已修改

@funky-eyes funky-eyes changed the title fixbug: update Nacos Version to 1.4.2 , for fix Nacos user not found when password has special characters fixbug: for fix Nacos user not found when password has special characters Aug 30, 2021
@funky-eyes funky-eyes changed the title fixbug: for fix Nacos user not found when password has special characters fixbug: fix Nacos user not found when password has special characters Aug 30, 2021
Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-commenter
Copy link

Codecov Report

Merging #3988 (8746975) into develop (17b90c4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #3988   +/-   ##
==========================================
  Coverage      40.15%   40.15%           
  Complexity      3078     3078           
==========================================
  Files            690      690           
  Lines          23357    23357           
  Branches        2892     2892           
==========================================
  Hits            9379     9379           
  Misses         13108    13108           
  Partials         870      870           

@funky-eyes funky-eyes merged commit 33b08cf into apache:develop Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Category issues or prs related to bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants