Protecting a jnlp download url?

250 Views Asked by At

I'm using Glassfish 3.1.1 and java web start to deploy a swing ACC application . The jnlp file is downloaded from this url : localhost:8080/test_application

How can I protect the jnlp url with a password to securise the download ?

Thanks

1

There are 1 best solutions below

0
On

you create jnlp file dynamically... i.e. create a form and when user click on submit with correct information then create jnlp file and prompt for download.