Modify ↓
#11061 closed defect (fixed)
[patch] Remote API imagery cookies parameter is not handled properly
| Reported by: | p.janaszek | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 15.02 |
| Component: | Core | Version: | latest |
| Keywords: | cookies, imagery | Cc: |
Description
When one uses JOSM remote API function:
/imagery — adds an imagery layer (e.g. WMS, TMS)
mandatory parameters: url
optional parameters: title, type, cookies, min_zoom, max_zoom
JOSM does not respect cookie parameter, thus no cookies are sent with the imagery request.
This patch replaces null for cookie parameter in a few places, fixing the issue.
Attachments (2)
Change History (5)
by , 11 years ago
| Attachment: | josm_core.patch added |
|---|
by , 11 years ago
| Attachment: | josm_gui.patch added |
|---|
comment:1 by , 11 years ago
| Milestone: | → 15.02 |
|---|
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 7999/josm: