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

Invalid URL fragment encoding #7961

Closed
gaydenko opened this issue May 21, 2015 · 2 comments
Closed

Invalid URL fragment encoding #7961

gaydenko opened this issue May 21, 2015 · 2 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@gaydenko
Copy link

Hi!

A link attached to a page-view action is invalid in link fragment encoding part. In particular, quotes are escaped. for example:

http://6000.ru/#!housings/filter?filter={"place":{"place":"0c5b2444-70a0-4932-980c-b4dc0d3f02b5"}}

So, instead of URL-encoding we have XML-escaping :)
The last stable Piwik version is in use.

@mattab
Copy link
Member

mattab commented May 24, 2015

Hi @gaydenko

Thanks for the report.

  • I can reproduce and can see the " in the Visitor Log.
  • The URL looks good however in the Actions > Page URLs report.

The bug is only in Visitor Log. Can you please confirm?

@gaydenko
Copy link
Author

@mattab, hi!

Yes, you are right, Visitor log is the only place I have met the issue.

@mattab mattab self-assigned this May 24, 2015
@mattab mattab added this to the 2.14.0 milestone May 24, 2015
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label May 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants