Index: /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CacheControl.java
===================================================================
--- /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CacheControl.java	(revision 29731)
+++ /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CacheControl.java	(revision 29732)
@@ -159,8 +159,8 @@
             }
         }
-        /*
-        Previously contained a call to RasterImageModifier.fixRasterImage() to fix a de-serialization bug on some
-        older java 6 versions. Request a jre update if any complains.  
-        */
+        if (successfulRead && wmsLayer.isRaster()) {
+            // serialized raster bufferedImage hangs-up on Java6. Recreate them here
+            wmsLayer.getImage(0).image = RasterImageModifier.fixRasterImage(wmsLayer.getImage(0).image);
+        }
         return successfulRead;
     }
