How do I configure proxy settings for Java in Solaris to handle Proxy Auto Config (PAC) scripts?

前端 未结 2 820
轻奢々
轻奢々 2021-01-06 16:05

I would like to configure Java proxy settings on Solaris to use a Proxy Auto Config (PAC) scriptt.

I have found instructions for making the settin

2条回答
  •  无人及你
    2021-01-06 16:37

    Sadly the system proxy selector does not handle PAC/WPAD/JS specifications, confirmed by my testing with Windows or MacOS X. Even on Java6, which includes a JavaScript interpreter.

    I'm hoping proxy-vole http://code.google.com/p/proxy-vole/ may do the trick.

提交回复
热议问题