Re: [osg-users] Proxy auto-config (PAC) support

2009-03-25 Thread Robert Osfield
Hi Glenn, Philip et. al, 2009/3/25 Glenn Waldron gwald...@gmail.com PAC requires javascript right? You could make it so the curl plugin optionally depends upon a javascript engine and if it's there it solves for the proper proxy to use. That would be the idea, yes. In particular I was

Re: [osg-users] Proxy auto-config (PAC) support

2009-03-25 Thread Glenn Waldron
2009/3/25 Robert Osfield robert.osfi...@gmail.com Hi Glenn, Philip et. al, 2009/3/25 Glenn Waldron gwald...@gmail.com PAC requires javascript right? You could make it so the curl plugin optionally depends upon a javascript engine and if it's there it solves for the proper proxy to use.

Re: [osg-users] Proxy auto-config (PAC) support

2009-03-25 Thread Robert Osfield
Hi Glenn, 2009/3/25 Glenn Waldron gwald...@gmail.com That's an idea -- make a .js plugin that loads a javascript file and runs a function. We could pass in params using the plugin options, and use readObject() to return ... not sure what. Then the CURL plugin could detect a PAC file and read

Re: [osg-users] Proxy auto-config (PAC) support

2009-03-25 Thread Glenn Waldron
2009/3/25 Robert Osfield robert.osfi...@gmail.com Hi Glenn, 2009/3/25 Glenn Waldron gwald...@gmail.com That's an idea -- make a .js plugin that loads a javascript file and runs a function. We could pass in params using the plugin options, and use readObject() to return ... not sure what.

Re: [osg-users] Proxy auto-config (PAC) support

2009-03-25 Thread Philip Lowman
2009/3/25 Robert Osfield robert.osfi...@gmail.com Hi Glenn, Philip et. al, 2009/3/25 Glenn Waldron gwald...@gmail.com PAC requires javascript right? You could make it so the curl plugin optionally depends upon a javascript engine and if it's there it solves for the proper proxy to use.

[osg-users] Proxy auto-config (PAC) support

2009-03-24 Thread Glenn Waldron
I have a customer who is trying to use OSG to access data through a PAC proxy (http://en.wikipedia.org/wiki/Proxy_auto-config). CURL does not support this directly, and the sense I get from the CURL community is that they don't plan to. Does it make sense to add PAC proxy support to the OSG CURL

Re: [osg-users] Proxy auto-config (PAC) support

2009-03-24 Thread Philip Lowman
2009/3/24 Glenn Waldron gwald...@gmail.com I have a customer who is trying to use OSG to access data through a PAC proxy (http://en.wikipedia.org/wiki/Proxy_auto-config). CURL does not support this directly, and the sense I get from the CURL community is that they don't plan to. Does it

Re: [osg-users] Proxy auto-config (PAC) support

2009-03-24 Thread Glenn Waldron
2009/3/24 Philip Lowman phi...@yhbt.com 2009/3/24 Glenn Waldron gwald...@gmail.com I have a customer who is trying to use OSG to access data through a PAC proxy (http://en.wikipedia.org/wiki/Proxy_auto-config). CURL does not support this directly, and the sense I get from the CURL community

Re: [osg-users] Proxy auto-config (PAC) support

2009-03-24 Thread Philip Lowman
2009/3/24 Glenn Waldron gwald...@gmail.com 2009/3/24 Philip Lowman phi...@yhbt.com 2009/3/24 Glenn Waldron gwald...@gmail.com I have a customer who is trying to use OSG to access data through a PAC proxy (http://en.wikipedia.org/wiki/Proxy_auto-config). CURL does not support this directly,