-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
8u60
-
x86_64
-
windows_7
FULL PRODUCT VERSION :
ADDITIONAL OS VERSION INFORMATION :
Windows 7 x64 SP1 updated or Windows 2012 R2 updated
EXTRA RELEVANT SYSTEM CONFIGURATION :
trying to configure alternative paths for deployment.user.cachedir or deployment.user.security.trusted.certs using variable $USER_HOME
A DESCRIPTION OF THE PROBLEM :
trying to configure alternative paths for deployment.user.cachedir or deployment.user.security.trusted.certs using variable $USER_HOME
in Java 6U45 this variable was evaluated and returned valid path. In all current Version, this variable seems to not be evaluated any more - remains as given string as $USER_HOME in control Panel (cache Settings).
REGRESSION. Last worked in version 6u45
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
configure deployment at System Level for users in current Java Runtime Environments, will not be evaluated correctly.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Expansion/Evaluation to full path e.g. C:\Users\<username>\AppData\LocalLow\Sun\Java\Deployment
ACTUAL -
$USER_HOME + FileSeperator + "<subdir>"
REPRODUCIBILITY :
This bug can be reproduced always.
ADDITIONAL OS VERSION INFORMATION :
Windows 7 x64 SP1 updated or Windows 2012 R2 updated
EXTRA RELEVANT SYSTEM CONFIGURATION :
trying to configure alternative paths for deployment.user.cachedir or deployment.user.security.trusted.certs using variable $USER_HOME
A DESCRIPTION OF THE PROBLEM :
trying to configure alternative paths for deployment.user.cachedir or deployment.user.security.trusted.certs using variable $USER_HOME
in Java 6U45 this variable was evaluated and returned valid path. In all current Version, this variable seems to not be evaluated any more - remains as given string as $USER_HOME in control Panel (cache Settings).
REGRESSION. Last worked in version 6u45
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
configure deployment at System Level for users in current Java Runtime Environments, will not be evaluated correctly.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Expansion/Evaluation to full path e.g. C:\Users\<username>\AppData\LocalLow\Sun\Java\Deployment
ACTUAL -
$USER_HOME + FileSeperator + "<subdir>"
REPRODUCIBILITY :
This bug can be reproduced always.
- relates to
-
JDK-8024685 $USER_HOME not working anymore
- Resolved