-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JNLP files after execution not deleted #300
Comments
Hi This is browser specific behavior. If you are in control of the webpage which contains the link then the simplest fix is to replace the |
This is defintely an issue for more complicated applications with backend logic driving the presentation of the jnlp(x) file as updating the link to be jnlp(s) in place of http(s) may be non trivial. Yes the jnlp file is downloaded to a location decided by the browser but it is clear it is domain of webstart to handle it. I would also vote for this being given some attention if the idea is for OpenWebstart to be a drop in replacement for Oracle Webstart. |
I am also going to leave a vote in favour of this being added as a configurable option in OWS - JWS's handling is definitively better in terms of open run delete - ideally speaking the better handling would be to force jnlp files be saved to the local tmp file directory run from there and allow the OS to handle removal. However it seems the issue here is that when you do setup this latter method if your downloading a lot of jlnps then they dont get removed fast enough and you end up with 10 |
Oracle webstart automatically deleted the jnlp-file after launch. This is extremly usefull if the file can be used only once (e.g. due to session-informations inside the jnlp). It would be really nice to have a autodelete-option in OWS too. |
Hi Team,
I observed one difference when I use JavaWebStart(JWS) and OpenWebStart(OWS) is
in case JWS, after execution is completed, corresponding .jnlp file is deleted.
Whereas in case of OWS, .jnlp file is not deleted.
Is it something configurable in OWS?
Thanks in advance.
The text was updated successfully, but these errors were encountered: