RE: [HttpClient] Problems with PUT and NTLM

2004-08-16 Thread Adrian Sutton
Hi all, Slide uses a subclass of HttpState as I recall. The subclass obviously has: public boolean isAuthenticationPreemtive() { return true; } which would explain the behaviour you're seeing. Regards, Adrian Sutton. -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL

RE: httpclient md5 and asc files

2004-06-17 Thread Adrian Sutton
to be working on setting up a certificate authority server and I imagine having a verifiable chain of trust down to the person signing releases is one of the things that will be used for. I have no idea what the timeline is for implementing that though. Regards, Adrian Sutton

RE: [HttpClient] Post may not be redirected

2004-05-31 Thread Adrian Sutton
to implement yourself. Take a look at http://jakarta.apache.org/commons/httpclient/redirects.html for information on handling redirects that HttpClient can't or doesn't handle. Regards, Adrian Sutton. -Original Message- From: John Patterson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 1 June 2004

RE: [digester] reading embedded HTML (or other mixed text)

2004-05-23 Thread Adrian Sutton
Sounds like you may want to run the HTML section through JTidy (http://jtidy.sourceforge.net) to convert it to XHTML first. Then Digester should be able to at least parse it. Regards, Adrian Sutton. -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Monday, 24

RE: [Logging] Turn off HttpClient Wire logging with log4j

2004-03-03 Thread Adrian Sutton
, Adrian Sutton. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: HttpClient - Still having redirect issues...

2004-02-17 Thread Adrian Sutton
for HttpClient where this problem is fixed. Regards, Adrian Sutton. -Original Message- From: Joe Ryburn [mailto:[EMAIL PROTECTED] Sent: Wednesday, 18 February 2004 5:02 AM To: [EMAIL PROTECTED] Subject: HttpClient - Still having redirect issues... I'm trying to get a program to work

RE: FileUpload - Mac IE

2004-02-12 Thread Adrian Sutton
(it may have been closed as wontfix) - the problem was something to do with line endings and boundaries. The method to go about fixing it was described in the bug. A bugzilla search should turn up plenty of useful information. Regards, Adrian Sutton. -Original Message- From: Parchuri, Chad

RE: FileUpload - Mac IE

2004-02-12 Thread Adrian Sutton
I'm not sure there's actually a fix, just an idea of how to create one. I don't develop or use FileUpload so I'm not really a good person to talk to about this, but I do get all the jakarta-commons bugzilla emails which is how I know this stuff. I've found the email I was thinking of:

RE: FileUpload - Mac IE

2004-02-12 Thread Adrian Sutton
They can switch browsers but they can't actually upgrade. 5.2.3 is the latest version of IE for Mac and the final version to be produced. Regards, Adrian Sutton. -Original Message- From: David Evans [mailto:[EMAIL PROTECTED] Sent: Friday, 13 February 2004 10:40 AM To: Jakarta Commons

RE: [HTTPClient] Erros using HTTPS and Proxy

2004-02-04 Thread Adrian Sutton
Hi João, Unfortunately I can't help you with squid since I've never really used it. I'd try finding a squid users list or searching with google. Regards, Adrian Sutton. -Original Message- From: Joao Cerdeira [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 8:27 PM To: Jakarta

RE: [HTTPClient] Erros using HTTPS and Proxy

2004-02-02 Thread Adrian Sutton
). Regards, Adrian Sutton. -Original Message- From: Joao Cerdeira [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 February 2004 2:19 AM To: [EMAIL PROTECTED] Subject: [HTTPClient] Erros using HTTPS and Proxy Hi all, i'm using httpclient with a SSL connection in my internal network and works fine

RE: [HttpClient] setFollowRedirects(true) on PostMethod

2003-08-26 Thread Adrian Sutton
suggest a better solution than hacking away at HttpClient. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Sean W. Ferguson [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 August 2003 7:10 AM To: Jakarta Commons Users List Subject: Re

RE: [jelly][httpclient] FollowRedirects problem

2003-08-14 Thread Adrian Sutton
HttpClient developer that monitors this list and I don't know too many answers. You can find the link to mailing list information from the HttpClient web site (which also includes a whole heap of really useful documentation). http://jakarta.apache.org/commons/httpclient Hope that helps, Adrian Sutton

RE: [jelly] unsatisfied dependencies in jelly demos

2003-08-14 Thread Adrian Sutton
temporarily. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [jelly] unsatisfied dependencies in jelly demos

2003-08-09 Thread Adrian Sutton
on the dev list as well. Just make sure you include [jelly] at the start of the subject line so people notice it. Phew, that was wordy, I hope you can work out what I mean. :) Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com

RE: unsatisfied dependencies in jelly demos

2003-08-08 Thread Adrian Sutton
Hi John, You have to manually download the JDBC jar from Sun and drop it into your local maven repository as the licensing requirements on the jar prevent it from being downloaded automatically by maven at this stage. Hope that helps, Adrian Sutton, Software Engineer Ephox Corporation

RE: [HttpClient) Simple vs. MultiThreadedHttpConnectionManager within a servlet

2003-07-29 Thread Adrian Sutton
. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Gael Marziou Sent: Wednesday, 30 July 2003 6:25 AM To: [EMAIL PROTECTED] Subject: Re: [HttpClient) Simple vs. MultiThreadedHttpConnectionManager within

RE: HttpClient - Want all cookies in a single header line

2003-07-20 Thread Adrian Sutton
this so that it complies with the HTTP spec. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Derek Alexander [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 July 2003 12:04 AM To: [EMAIL PROTECTED] Subject: HttpClient - Want all cookies in a single

RE: HTTPClient basic authentication against LinkSys router

2003-07-15 Thread Adrian Sutton
Fixed in CVS - I hadn't noticed that problem. Thanks for the heads up. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Brad Clarke [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 July 2003 9:32 AM To: Jakarta Commons Users List Subject: Re

RE: HTTPClient basic authentication against LinkSys router

2003-07-14 Thread Adrian Sutton
to be an incompatibility with the Linksys router by the looks of it - rather something screwy going on with what hostname is being used. The wire log should reveal all. :) Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Brad Clarke [mailto:[EMAIL

RE: [httpclient] Can't get BasicAuthenticationExample working

2003-07-13 Thread Adrian Sutton
I'm the only HttpClient developer who really pays attention to this list. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Steve Pannier [mailto:[EMAIL PROTECTED] Sent: Saturday, 12 July 2003 2:15 AM To: [EMAIL PROTECTED] Subject

RE: HTTPClient

2003-06-26 Thread Adrian Sutton
to help. Instructions on logging can be found at http://jakarta.apache.org/commons/httpclient/logging.html Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Nate [mailto:[EMAIL PROTECTED] Sent: Thursday, 26 June 2003 11:21 PM To: [EMAIL

RE: Jelly Status

2003-06-18 Thread Adrian Sutton
(BAlso, I agree that the stuff on ibiblio is incomplete, and also very old, (Balthough I'm not sure if that is a Jelly problem or a general problem. (B(Specifically regarding updates not on ibiblio, the HTTPClient has had some (Bimportant changes, such as URL-encoding. And Dom4J has had some

RE: [HttpClient] Http MultipartpostMethod progress

2003-06-09 Thread Adrian Sutton
thing back after a long weekend so I can't remember them off the top of my head. ;) If you need more detail let me know and I'll think about it once I'm fully awake. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Brian Bonner [mailto

RE: HttpClient - Use as a server

2003-06-05 Thread Adrian Sutton
rudimentary socket server is working do you really want to change it? Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Perry Hoekstra [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 June 2003 11:29 PM To: [EMAIL PROTECTED] Subject: HttpClient

RE: [HttpClient] What method should be used to add params to a po st met hods

2003-06-04 Thread Adrian Sutton
with no real reason for the change and that tends to annoy users. :) Plus, you can create an array on one line but you can't do the same for a list. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Verma, Nitin (GECP, OTHER, 529706) [mailto

RE: [httpclient] jdk1.2

2003-06-02 Thread Adrian Sutton
also be very useful. When reporting exceptions with any java product it is vital to include the full stack trace that was included with the exception so we know where to start to look. In HttpClient's case the extra trace log will help as well. Regards, Adrian Sutton, Software Engineer Ephox

RE: [httpclient] URL encoding

2003-05-28 Thread Adrian Sutton
the URL for you. Glad to hear you're not seeing the encoding problem anymore, do let us know if it resurfaces so we can fix it - I never have managed to reproduce it here. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Tracy Boehrer

RE: [httpclient] URL encoding

2003-05-27 Thread Adrian Sutton
be changed - there's some strange stuff that happens in the URI classes at times and I don't understand it all. :) Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Tracy Boehrer [mailto:[EMAIL PROTECTED] Sent: Tuesday, 27 May 2003 11:54 PM To: Jakarta

RE: [httpclient] Parse response for NameValuePairs?

2003-04-03 Thread Adrian Sutton
this. You can repeat the pattern above to iterate over the parameters of the HeaderElement to get a name value pair of each element if that's what you want. It really depends what level of detail you need to go to. Why were you wanting to do this? Adrian Sutton, Software Engineer Ephox

RE: [httpclient] Problem with Post Redirect

2003-03-25 Thread Adrian Sutton
), but there was a post that came through the devel list this morning from Sergio Berna that I've included just below. It should at least give you a couple of things to try. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com It should work if you place the following line on your httpclient

RE: [HttpClient] sample code for form post

2003-03-20 Thread Adrian Sutton
/logging.html Let me know how it goes... Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: Friday, 21 March 2003 4:28 AM To: 'Jakarta Commons Users List' Subject: RE: [HttpClient] sample code for form post

RE: [httpclient] one pakcet per HTTP header?

2003-02-24 Thread Adrian Sutton
). That probably doesn't help much but I think you're getting concerned about things at way too low a level. By the time you need to start optimising packet sizes on a network, you probably should just be upgrading the network. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com

RE: [httpclient] one pakcet per HTTP header?

2003-02-24 Thread Adrian Sutton
of your way and let you have a crack at it anyway. :) I suppose a packet is sent whenever flush() is called on the output stream so strategically calling that may help (remember that println usually calls flush automatically). Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com

RE: [HTTPClient] NullPointerException in continuation status line

2003-02-09 Thread Adrian Sutton
quick test on the URL you provided shows that the problem should be fixed. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Eduardo Francos [mailto:[EMAIL PROTECTED]] Sent: Friday, 7 February 2003 8:06 PM To: Jakarta Commons Users List Subject: Re

RE: [httpclient] HTTP Post with 0 content-length

2003-02-06 Thread Adrian Sutton
though because the code's changed fairly dramatically and it would help if I could look at the actual code that's running and not just try to guess at it. :) Hope some of that helps anyway, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Ian

RE: HttpClient IO Exception on Solaris

2003-01-30 Thread Adrian Sutton
as an IOException (a HttpException is always fatal). Windows seems to have a longer timeout for connections so the problem takes longer to show up but it does occur eventually. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Vermeulen, Francis [mailto:[EMAIL

RE: [httpclient] postmethod warnings

2003-01-15 Thread Adrian Sutton
not waiting at all (which is wrong and I believe has now been changed). You can either just ignore the message or set the debug level to ERROR (or anything else above WARN) and the message won't appear. Hope that helps... Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -- To unsubscribe

RE: HTTP Client Release 2.0 Alpha 1 Vs Nightly build

2002-12-18 Thread Adrian Sutton
of the developer list anyway). Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Muthukrishnan, Prakash [mailto:[EMAIL PROTECTED]] Sent: Thursday, 19 December 2002 6:19 AM To: '[EMAIL PROTECTED]' Subject: HTTP Client Release 2.0 Alpha 1 Vs Nightly build Hi

RE: HTTPClient, PostMethod and setRequestBody

2002-12-02 Thread Adrian Sutton
HttpClient now has a separate dependancy on commons-logging, previously commons-logging was a part of HttpClient. Grab the latest build of commons-logging and you should be good to go again. Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -Original Message- From: Thilo