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).
| | |
| | | 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> |
| | |
| | | <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> |