-
Bug
-
Resolution: Fixed
-
P2
-
6u14
-
b01
-
b05
-
x86
-
windows
-
Verified
customer reported problem. in some cases when codebase host IP changes between networks, and if the cache resource entry is versioned, java web start might make incorrect resource request like these:
http://test.tjunction.toyota.com.au/showroom/binding.jar?version-id=2.0.2-TOYOTA¤t-version-id=2.0.2-TOYOTA
this is problematic and should not happen, as request version-id and current-version-id is the same. The server will then retuen an empty JARDiff that we cannot handle.
http://test.tjunction.toyota.com.au/showroom/binding.jar?version-id=2.0.2-TOYOTA¤t-version-id=2.0.2-TOYOTA
this is problematic and should not happen, as request version-id and current-version-id is the same. The server will then retuen an empty JARDiff that we cannot handle.