Link with `%253D` instead of `%3D` (=)

Continuing the discussion from Wie kann ich die geeignete Zufahrt zu einem Gebäude festlegen bzw. ungeeignete sperren?:

Da ist noch was im argen, keine ahnung warum da %253D statt %3D oder gleich das = steht, hast du @Map-Peter das so kopiert, oder woran liegt das?
Kein wunder, dass das wiki –seinerseits– nich klar kommt damit.

1 Like

Ich copy/paste die Links immer.

[u]PS:[/u]
Test - river

Ich copy https://wiki.openstreetmap.org/wiki/DE:Tag:waterway%3Driver

1 Like

Mit =: DE:Tag:waterway=river - OpenStreetMap Wiki

Mit %3D: DE:Tag:waterway=river - OpenStreetMap Wiki

Mal schauen ob nach dem abschicken was anderes bei rauskommt. In der vorschau ist das zumindest bei mir richtig, also das gleiche wie ich das eingegeben hab.

Edit: ne, das bleibt gleich.

Ich benutzte ein android handy und firefox. Ob das an einem pc per tastenkürzel anders agiert, kann ja sein, und dann die url nochmal encoded und dann gibts salat.

%25 is the encoding for %.

Dort ist im link von @Spiekerooger auch etwas codiertes, das %5C (\).

Ob das der server von der seite schlicht nicht decodieren kann ist mir nicht klar, würde aber auch nicht verstehen warum nicht.

Außerdem, ich sehe grad in dem copy paste des quotes oben, dass der link‑text korrekt das \ enthält, der link selber aber das %5C stattdessen.
Wieso ist das so?
Passiert das durch das einfügen von nicht‑kodierten urls?

Direktlink zum Kommentar;

Still running into links with this problem. The link to cycleway=asl on this post has the problem.

Hovering over the link shows the correct preview, bottom left, but inspecting the code shows the link as href=“https://wiki.openstreetmap.org/wiki/Tag:cycleway%253Dasl”.
Leading to an invalid page name error on the wiki.

As %25 is the HTML encoding for the %-sign, it looks like somewhere in the process the %3D is not recognized as the HTML encoding for the =-sign and is taken as plain text, and the percent sign is encoded again.

P.S. I am not sure about it, but it seems to happen mainly with OSM wiki pages.

1 Like

Did run into the problem %253A instead of : two times again today and found it looks to be a Firefox plug-in problem, chrome gives correct URL’s and also Firefox running without plugins.

Found this past issue:

Will try to find which plug-in and create an issue.

Not a OSM site problem as I could reproduce the problem pasting the copied URL in a text editor. Reproduction is not consistent (yet) for me.