Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Xapi URL decoding bug #1527

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

Xapi URL decoding bug #1527

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: hoff.st[at]web.de
[Submitted to the original trac issue database at 10.45am, Sunday, 25th January 2009]

I try to search for strings containing the plus ("+") character. No luck with the current query code, since it translates all plus character to space, even URL-encoded strings.

example

http://www.informationfreeway.org/api/0.5/way[building=yes ]
http://www.informationfreeway.org/api/0.5/way[building=yes+]
http://www.informationfreeway.org/api/0.5/way%5Bbuilding=yes%2B%5D

are all processed identically as

http://www.informationfreeway.org/api/0.5/way[building=yes ]

Any way to get the desired string to the interpreter? I added a similar note to the [http://wiki.openstreetmap.org/wiki/Talk:Xapi#UTF8_encoding_bug.3F Xapi discussions Wiki page] as well.

@openstreetmap-trac
Copy link
Author

Author: tom[at]compton.nu
[Added to the original trac issue at 10.55pm, Sunday, 25th January 2009]

Xapi is not part of the official api - you need to report xapi issues directly to Etienne as he author and maintainer of xapi.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant