#10139 closed enhancement (fixed)
improve HTTP caching
Reported by: | bastiK | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.05 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
JOSM does not properly use HTTP mechanisms for caching, like If-Modified-Since
and If-None-Match
(etag).
For TMS, there is some code in OsmFileCacheTileLoader, but I think it isn't called as intended.
Attachments (0)
Change History (10)
comment:1 by , 10 years ago
comment:7 by , 10 years ago
It was one of the few classes created by me, most stuff I did is inside existing classes. At least I found another one which is not only a helper. I wont tell you which or you'll kill it as well :-)
This reminds me how long I care for JOSM and it's fine that it is still actively developed (mainly without me).
comment:9 by , 10 years ago
Yes, HTTP caching for TMS requests needs to be investigated and probably improved.
comment:10 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
HTTP caching for TMS was already improved in April/May.
comment:11 by , 9 years ago
Milestone: | → 15.05 |
---|
In 7242/josm: