mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
14.30.2007 898ab9aaf80a06818ac6340844f70f3c6ff2a495
Fix for issue 1296.

QuickSetup is not using the latest version in www.opends.org in certain scenarios because we are using the offline-allowed element. If this option is specified the application is launched and then the checking for updates is done. If the checking times out the copy stored in the cache is used. The fix consists of removing this option (in the context of opends.org we are always running online).
1 files modified
3 ■■■■ changed files
opends/resource/webstart/create-webstart-standalone.sh 3 ●●●● patch | view | raw | blame | history
opends/resource/webstart/create-webstart-standalone.sh
@@ -152,7 +152,7 @@
cat > "${JNLP_FILENAME}" <<ENDOFJNLP
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for OpenDS Quick Setup Application -->
<jnlp spec="1.0+"
<jnlp spec="1.5+"
  codebase="${INSTALLER_URI}" href="${JNLP_FILENAME}">
  <information>
    <title>OpenDS Quick Setup Application</title>
@@ -162,7 +162,6 @@
    <description kind="short">OpenDS Web Start Installer</description>
    <icon href="images/opendshref.png" height="128" width="128"/>
    <icon kind="splash" href="images/opendssplash.png" height="114" width="479"/>
    <offline-allowed/>
  </information>
  <security>