View Issue Details

IDProjectCategoryView StatusLast Update
0004018OXID eShop (all versions)1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econdapublic2012-12-11 08:47
ReporterSpritje 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.10 revision 44222 
Target VersionFixed in Version4.5.12 revision 52682 
Summary0004018: The emospro.search string is URL-encoded forwarded to econda instead of URL-escaped
DescriptionIn Search e.g.http://www.dampferhammer.de

<http://www.dampferhammer.de> search for "Test test"

http://www.dampferhammer.de/shop/index.php?stoken=117EE8FA&force_sid=&lang=0&cl=search&searchparam=test+test

The emospro.search string is URL-encoded forwarded to econda instead of URL-escaped.
Steps To ReproduceIn Source code:

<script type="text/javascript"><!--
var emospro = {};
emospro.content = "Shop\/Suche";
emospro.siteid = "oxbaseshop";
emospro.langid = 0;
emospro.pageId = "b1d5149ad2d08b754fd0b7f80ca13ddf";
emospro.search = [["test%20test",3]];
<-- Should be test test instead of test%20test -->
window.emosPropertiesEvent(emospro);
//-->
</script>
Additional Informationemospro.search = [["test%20test",3]];
<-- Should be test test instead of test%20test -->

Also in Version 4.6.0.
This Info is given from eConda support team.
TagsEconda
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0004016 resolvededvardas_gineika econda: json function returns null if title has an umlaut 

Activities

edvardas_gineika

2012-06-26 08:10

reporter   ~0006981

removed rawurlencode and added _emos_DataFormat for search string