intershop / intershop-pwa

The Intershop PWA is an Angular based progressive web app storefront for the Intershop Commerce Platform.
https://www.intershop.com/progressive-web-app
MIT License
159 stars 85 forks source link

fix: encode product urls #1688

Closed SGrueber closed 5 months ago

SGrueber commented 5 months ago

PR Type

[x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no API changes) [ ] Build-related changes [ ] CI-related changes [ ] Documentation content changes [ ] Application / infrastructure changes [ ] Other:

What Is the Current Behavior?

Product URLs are not encoded if they are called programmatically. This might cause issues if the URL contains special characters like % signs if a variation product is switched on product detail page.

Issue Number: Closes #

What Is the New Behavior?

Product URLs are encoded if they are called programmatically.

Does this PR Introduce a Breaking Change?

[ ] Yes [x] No

Other Information

AB#97578