User-agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716)
Don't know much about the details of plist etc but here's a couple of
things I might suggest:
(1) Does this customer's proxy server issue a username/password
challenge? If it does, you'll have some more work to do to get your
application to handle that.
(2) You could put an http debugger between your application and the
proxy server and get a dump of what's going on. It will show whether
there's any interaction occurring and, if it is, what it is.
Hope that helps,
Dan.
Bill Tschumy wrote:
> I am working with a customer, trying to get my application working with
> his proxy server. The Parsnips application uses HTTP to download and
> index web pages. I don't yet have explicit proxy support, but I
> thought I could get it working by having him define the http.proxyHost
> and http.proxyPort properties in the Info.plist.
>
> BTW: The app does work correctly for him if he disables the proxy server.
>
> Here is a snippet of the Info.plist where the properties are defined:
>
> <key>Java</key>
> <dict>
> ...
> ...
> <key>Properties</key>
> <dict>
> <key>http.proxyHost</key>
> <string>10.190.193.1</string>
> <key>http.proxyPort</key>
> <string>3128</string>
> </dict>
> </dict>
>
> This doesn't seem to be working for him. Does anyone know if I'm doing
> something wrong or if there is a problem in Apple's implementation of
> this?
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden