Modify ↓
Opened 15 months ago
Closed 15 months ago
#7471 closed defect (fixed)
No suitable download task for XAPI queries with * for object type
| Reported by: | ToeBee | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: | toby.murray@… |
Description
Just updated to r5036 to test this although this has been a problem for a few weeks now.
Trying to download this URL from my private jXAPI instance fails:
http://localhost:8080/xapi/api/0.6/*[name=Applebees]
with the error message:
"Cannot open URL [...] because no suitable download task is available"
The problem is the regex in DownloadOsmTask.acceptsUrl() on line 82. It works fine for node/way/relation queries but not for * which is a valid XAPI style query.
Attachments (0)
Change History (1)
comment:1 Changed 15 months ago by Don-vip
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



In 5044/josm: