Hi,I am using apache basic auth to restrict access to our chee, wado and pacs-connector which are sitting behind the firewall and on the same server and are proxied via apache (thanks to earlier email thread for pointers ). We are using weasis (2.05) to view the images.1. We have the proxy and basic auth working when the user access the url: http://server.com/weasis-pacs-connector/viewer?patientID=ABC-1232. The jnlp is downloaded after successful basic auth.3. Once the jnlp is opened (java webstart) it pops up the basic auth window in java asking for credentials4. Once the basic auth is successful weasis displays all images successfully.Question:How do we pass parameter to weasis such that we can embed the basic auth in the URL i.e
http://user:password@server.com such the subsequently generated jnlp will not ask for the same information when weasis is loading images