need to add new installer switch LOCAL_SECURITY_POLICY_URL (string, contains url)
Value of the option should be validated at the begining (after parsing install switches, before any changes):
- checks if the url provided is valid
- if the url is http(s) urk, download the file,
if the value is file url, copy the file
put the file to temporary location (must be deleted on installer exit)
- check the file is not empty
(check file signature is a task for the future enhancement)
see src/windows/common/download/HttpDownload.h/.cpp for routines for load files from http url
Value of the option should be validated at the begining (after parsing install switches, before any changes):
- checks if the url provided is valid
- if the url is http(s) urk, download the file,
if the value is file url, copy the file
put the file to temporary location (must be deleted on installer exit)
- check the file is not empty
(check file signature is a task for the future enhancement)
see src/windows/common/download/HttpDownload.h/.cpp for routines for load files from http url
- relates to
-
JDK-8013598 Local Security Policy (Windows): register LSP file in deploy
-
- Closed
-