Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Chris Brown
*way* more support costs at present than anything else in the project. It's annoying to be disadvantaged in this way, when most native Windows applications just work... Thanks in advance, Chris Brown _ Bloquez les fenĂȘtres pop-up

Re: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Chris Brown
Hi, Thanks for all the rapid feedback so far. I don't have VB or the VB runtime, although perhaps I could use the JNIWrapper software to access this information (if I knew where it was...!). Pity the Webstart proxy detection stuff isn't available for all to see, as it returns (I think)

RE: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Chris Brown
://sourceforge.net/projects/jregistrykey/ An LGPL-licensed solution to access the Windows registry. hope that helps, Roland Chris Brown [EMAIL PROTECTED] 22.10.2004 12:45 Please respond to Commons HttpClient Project To [EMAIL PROTECTED] cc Subject Re: Auto-detecting proxy settings in a standalone Java

RE: Auto-detecting proxy settings in a standalone Java app

2004-10-22 Thread Chris Brown
Hi Bruce, Thanks anyway. Looking into the sun packages in plugin.jar, as you helpfully suggested, I found Windows-specific implementations for NS4, NS6, and IE. Didn't see any way to resolve conflicts between settings (e.g.: a method for determing the preferred browser when there are multiple

Re: [VOTE] Add commons-codec as an HttpClient dependency

2003-07-17 Thread Chris Brown
Just call it 3.0. It's what you want, you'll feel better, and you won't waste time and effort doing minor improvements when you could instead focus on getting the API right (as you're going to do it anyway at some point, it seems pointless to waste time doing anything other than bugfixes --

Re: Array of values ???

2003-07-07 Thread Chris Brown
Maybe there should be a guide for beginners (an FAQ?) as to how HttpClient can be used to mimic submitting form field values (via GET and/or POST) from a browser..? Might be particularly interesting for those wishing to use this approach to send multipart forms containing input type=file/ -

Re: [SURVEY] Commons-URI or not?

2003-06-25 Thread Chris Brown
Please NO !!! We're now finding it very difficult to use a lot of Jakarta projects, because of dependency hell... it's becoming worse than Microsoft's famous DLL hell problem. The more self-contained you can keep an API, the better ; yes, there are issues concerning code re-use, but at present,

Re: Using appropriate credentials and state with multiple hosts

2003-03-21 Thread Chris Brown
redesigning HttpState class to include host name into credentials map keys. Oleg -Original Message- From: Chris Brown [mailto:[EMAIL PROTECTED] Sent: Freitag, 21. MĂ€rz 2003 15:59 To: Commons HttpClient Project Subject: Using appropriate credentials and state with multiple hosts Hi, I'm

Re: Using httpclient on the server to intercept and modify HTTP response

2003-02-27 Thread Chris Brown
Hi Adrian, Thank you for your detailed answer. I'd just like to check that I've understood okay, and ask one more favour (!): 1./ I can't determine what type of credentials I should use directly with the HttpClient API. I need to look at HTTP response headers and determine that myself. This

Using httpclient on the server to intercept and modify HTTP response

2003-02-26 Thread Chris Brown
Hello, I've created an application that performs term highlighting as a service for search engines, but I need to add support for retrieving documents from NTLM-protected servers (as well as BASIC-auth-protected servers, and servers with no protection whatsoever). Currently, it works with the