On 08/06/2012 04:35 PM, Camille Bégnis wrote: > > we embed XXE as an applet, and all resources are secured thanks to HTTP > authentication. > So this is what our user goes through: > 1) Web application authentication to connect to our Web interface > 2) when clicking on the link to our applet, java asks for authentication > to access the JNLP > INFO: 2012-08-06 14:18:46 127.0.0.1 - 127.0.0.1 9002 GET > /workspaces/NeoDoc/xxe/applet/xxe.jnlp t=1344255523473 401 424 0 1 > http://localhost:9002 Mozilla/4.0 (Linux 3.3.6-desktop-2.mga2) > Java/1.7.0_05 - > 3) when opening the file through webdav, XXE asks for a third > authentication. > > We already succeeded in removing the latter,
My guess is that you have used the "-auth" command-line option for 3). * A. Command line options http://www.xmlmind.com/xmleditor/_distrib/doc/help/command_line_usage.html * 4.3.3. Applet parameters http://www.xmlmind.com/xmleditor/_distrib/doc/configure/integrating_the_applet.html#applet_parameters > do you see any mean to remove the second? > I'm sorry but we have no experience in removing 2), as this is not directly related to our product. May be I'm naive but I wonder why you don't simply serve xxe.jnlp and all the signed jars from an area of your HTTP server where access is not controlled. -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

