Adding a realtive links with query parameter cuts everything after "?"
Bug #263503 reported by
Nico Grubert
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Silva |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I want to add a link in kupu with a query parameter.
I type for example "/phonebook/
The problem is:
If I save the document, the link changes to "/phonebook/
If I use a absolute path "http://
It seems that kupu and also forms editor cuts everything after the "?" if one uses relative links.
If I use URL encoded links instead, it works fine.
Example: /phonebook/
But I don't want our editors encode the the "?" and "=".
I have installed Silva 1.4.x, 2.0.8 and 2.1 and in all these versions this bug occurs.
Changed in silva: | |
assignee: | aaltepet → nobody |
Changed in silva: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I've done some work on the kupu portion of this. Silva's path adapter supports fragments (e.g. #anchor) but not queries. The path adapter now supports queries, but I still need to test the pathadapter tests, and check the widgets-based editor, and the widgets renderer and xslt renderers.