JNLP with JARs behind form auth?
843802Nov 3 2009 — edited Nov 3 2009Hello, I'm working on deploying an application thru JNLP/JWS. I want to restrict access to the jars to only those who have logged in to my server - using form, not basic or digest, auth. This works as an applet because the cookies (JSESSIONID) are passed to the server when downloading the jars. This approach doesn't work with JWS. I assume it's because those cookies aren't being passed from the browser to javaws.
How do I work around this? This seems like it should be really simple, but I can't figure it out.
Thanks.