-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.
Milestone
Description
I've recognized the transition module can't handle URLs containing named characters.
For example, when I navigte to Actions > Pages, try to open the transitions on a URL like /testweb/page.php?param1=a®param=b
i get following error:
There's no data for /testweb/page.php?param1=a®param=b
My guess is the ®
param gets interpreted as a naming character, resulting in ®. Therefore the transition module can't find any data.
The other row actions, like visitor log or row evolution are working on the same URLs.
Reproduced with multiple browsers (chrome, ie, ff)
Piwik 2.16.2
PHP 5.4.16
Metadata
Metadata
Assignees
Labels
BugFor errors / faults / flaws / inconsistencies etc.For errors / faults / flaws / inconsistencies etc.