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

fix: special characters in redirect url getting decoded to space #1029

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

syedsajjadkazmii
Copy link
Contributor

Description

In registration embedded experinece, if next Url contains +, it gets decoded to (space) resulting in invalid redirection. This PR fixes this issue.

How Has This Been Tested?

locally

Screenshots/sandbox (optional):

Include a link to the sandbox for design changes or screenshot for before and after. Remove this section if its not applicable.

Before After

Merge Checklist

  • If your update includes visual changes, have they been reviewed by a designer? Send them a link to the Sandbox, if applicable.
  • Is there adequate test coverage for your changes?

Post-merge Checklist

  • Deploy the changes to prod after verifying on stage or ask @openedx/vanguards to do it.
  • 🎉 🙌 Celebrate! Thanks for your contribution.

@syedsajjadkazmii syedsajjadkazmii requested a review from a team as a code owner August 15, 2023 08:11
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (0846001) 84.46% compared to head (8a1ce2b) 84.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1029      +/-   ##
==========================================
+ Coverage   84.46%   84.47%   +0.01%     
==========================================
  Files         113      113              
  Lines        2195     2197       +2     
  Branches      636      638       +2     
==========================================
+ Hits         1854     1856       +2     
  Misses        325      325              
  Partials       16       16              
Files Changed Coverage Δ
src/data/utils/dataUtils.js 93.61% <100.00%> (+0.28%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@syedsajjadkazmii syedsajjadkazmii merged commit fc62241 into master Aug 15, 2023
6 checks passed
@syedsajjadkazmii syedsajjadkazmii deleted the sajjad/fix-redirect-url-decoding branch August 15, 2023 08:24
syedsajjadkazmii added a commit that referenced this pull request Aug 15, 2023
syedsajjadkazmii added a commit that referenced this pull request Aug 15, 2023
syedsajjadkazmii added a commit that referenced this pull request Aug 16, 2023
* feat: fetch algolia recommendations

VAN-1599

* Revert "fix: special characters in redirect url getting decoded to space (#1029)" (#1030)

This reverts commit fc62241.
ahtesham-quraish pushed a commit that referenced this pull request Aug 22, 2023
* feat: fetch algolia recommendations

VAN-1599

* Revert "fix: special characters in redirect url getting decoded to space (#1029)" (#1030)

This reverts commit fc62241.
mubbsharanwar pushed a commit that referenced this pull request Aug 28, 2023
* feat: fetch algolia recommendations

VAN-1599

* Revert "fix: special characters in redirect url getting decoded to space (#1029)" (#1030)

This reverts commit fc62241.
zainab-amir pushed a commit that referenced this pull request Sep 7, 2023
* feat: fetch algolia recommendations

VAN-1599

* Revert "fix: special characters in redirect url getting decoded to space (#1029)" (#1030)

This reverts commit fc62241.
zainab-amir pushed a commit that referenced this pull request Sep 7, 2023
* use Algolia for personalized recommendations
* show personalized recommendations to use that have consented
to functional cookies
* update tests

VAN-1599

* Revert "fix: special characters in redirect url getting decoded to space (#1029)" (#1030)

This reverts commit fc62241.
syedsajjadkazmii added a commit that referenced this pull request Sep 8, 2023
* feat: add personalized recommendations (#1024)

* use Algolia for personalized recommendations
* show personalized recommendations to use that have consented
to functional cookies
* update tests

VAN-1599

* Revert "fix: special characters in redirect url getting decoded to space (#1029)" (#1030)

This reverts commit fc62241.

* feat: update recommendations page design (#1036)

VAN-1598

* feat: add events for recommendations (#1039)

* feat: remove static recommendations

---------

Co-authored-by: Syed Sajjad Hussain Shah <52817156+syedsajjadkazmii@users.noreply.github.com>
snglth pushed a commit to Abstract-Tech/community-theme-authn that referenced this pull request Jan 9, 2024
snglth pushed a commit to Abstract-Tech/community-theme-authn that referenced this pull request Jan 9, 2024
snglth pushed a commit to Abstract-Tech/community-theme-authn that referenced this pull request Jan 9, 2024
* feat: add personalized recommendations (openedx#1024)

* use Algolia for personalized recommendations
* show personalized recommendations to use that have consented
to functional cookies
* update tests

VAN-1599

* Revert "fix: special characters in redirect url getting decoded to space (openedx#1029)" (openedx#1030)

This reverts commit fc62241.

* feat: update recommendations page design (openedx#1036)

VAN-1598

* feat: add events for recommendations (openedx#1039)

* feat: remove static recommendations

---------

Co-authored-by: Syed Sajjad Hussain Shah <52817156+syedsajjadkazmii@users.noreply.github.com>
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.

None yet

2 participants