Opened 14 years ago
Closed 14 years ago
#7395 closed defect (fixed)
[Patch] empty motd is cached and represented again
| Reported by: | skyper | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | offline cache | Cc: |
Description
If you start josm offline an empty motd is cached and even after regaining internet connection the cached/empty motd is represented on startup.
- kill your internet connection
- start josm
- empty motd
- close josm
- connect to internet
- start josm
You get the empty motd presented instead of the motd which can be downloaded as your are back online.
Deleting the .josm/cache/motd.html solves the issue.
Using /usr/lib/jvm/java-6-openjdk/bin/java to execute josm. Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2012-02-14 02:31:53 Last Changed Author: stoecker Revision: 4927 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2012-02-13 22:15:10 +0100 (Mon, 13 Feb 2012) Last Changed Rev: 4927
Not saving an empty motd.html should fix this but we probably need some other protections for wms caches for example.
Attachments (2)
Change History (7)
by , 14 years ago
| Attachment: | 7395.patch added |
|---|
follow-up: 2 comment:1 by , 14 years ago
| Summary: | empty motd is cached and represented again → [Patch] empty motd is cached and represented again |
|---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
v2: Do not swallow IOExceptions, but react accordingly and do not cache empty MOTD.
by , 14 years ago
| Attachment: | 7395v2.patch added |
|---|
comment:5 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
WMS problem to be discussed in #7363.



Patch attached – consider MOTD invalid if it is less than 128 bytes. A similar check could be applied for Bing attribution and OSM capabilities.
Concerning WMS, see #7363 (this is not affected by the patch).