﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11298	Extra caching when run under JavaWebStart	SergeyAstakhov	team	"Since JDK 7 Update 2 they turned on feature of caching any resouces downloading by URLConnection. Quote from doc (http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/enhancements-7.html#javase7u2):

""Caching enabled by default: Caching of network content for application code running in Web Start mode is now enabled by default. This allows application improved performance and consistency with applet execution mode. To ensure the latest copy of content is used, the application can use URLConnection.setUseCaches(false) or request header Cache-Control values no-cache/no-store.""

This is lead to two problem (and may be to others):

1. Bing attribution data is not updated properly, so new images (when bing updated it) does not displayed in JOSM.
2. Imagery tiles is cached twice (in JWS cache and JOSM cache) and just waste disk space and degrade performance.

[[Image(JWSCacheResources.png)]]

The first problem is especially troubling.
Can you fix this?"	defect	closed	major		Core Webstart	tested	wontfix	cache webstart	wiktorn
