google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

Products: URLs does not get parsed right in Chrome #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Google Chrome
2. Visit a product
3. Check the URL

What is the expected output? What do you see instead?
Expected:
domain.tld/category/id|product 
E.g.
myshop.com/shoes/126|black-shoe

Insted:
myshop.com/shoes/126%7Dblack-shoe

Maybe "/", "-", or similar can be used?

Original issue reported on code.google.com by Christof...@gmail.com on 30 Apr 2012 at 12:03

GoogleCodeExporter commented 9 years ago
this is a tricky one.

the '|' problem can't be worked around in Chrome. Even just a simple link such 
as "<a href="test|me">test|me</a> will result in a %7D instead of | - Chrome 
just doesn't like it!

I guess the simplest solution is the hyphen 126-black-shoe.

Original comment by kae.verens@gmail.com on 30 Apr 2012 at 12:50

GoogleCodeExporter commented 9 years ago
this is completed

Original comment by kae.verens@gmail.com on 30 May 2012 at 9:48