File Uploading using HttpClient

2004-10-19 Thread IndianAtTech
Hi ALL, I would like to have a working example that helps me to understand the upload concept using HttpClient. I also wanted to know Pros and Cons of HttpClient against other API that supports Uploading file. Regards Sudhakar Koundinya -

Re: Is it possible to send and email using HTTPCLIENT?

2004-10-19 Thread IndianAtTech
HttpClient is specific to Http/hhtps protocols. You can't send messages to email server using Http client. You need to have local SMTP mail server/SMTP mail server provided by your ISP configured to your java application for sending the messages to external server. This code example might help

Re: Is it possible to send and email using HTTPCLIENT?

2004-10-19 Thread Roland Weber
Hello Tom, no it is not. Protocols for transferring EMail are SMTP or IMAP. HttpClient implements HTTP. Browsers do lots more than just HTTP, that's why most of them chose to implement mailing functionality as well. But HttpClient is intentionally focused on HTTP alone, which is tricky enough. T

Re: HTTP Version Not Supported Error

2004-10-19 Thread Michael Becke
Hi Nick, Sounds like there may be a problem with the server side. What server are you using? Mike On Oct 19, 2004, at 6:04 PM, Nick Jarvis wrote: Mike, I have taken your advise and set the content length manually sending in the length of a file even if it is larger than 2 gigs. I am getting a

Re: HTTP Version Not Supported Error

2004-10-19 Thread Nick Jarvis
Mike, I have taken your advise and set the content length manually sending in the length of a file even if it is larger than 2 gigs. I am getting a bug however when uploading over 2 gigs still. It seems that the server is blocking the read function for the ServletInputStream. I get a socket r

Re: [Bugzilla] vs [JIRA] revisited

2004-10-19 Thread Adrian Sutton
+1, even rats are smart enough to jump off a sinking ship. :) All the support within Apache is moving to JIRA and it should do what we want a little better. Regards, Adrian Sutton. On 19/10/2004, at 11:44 PM, Oleg Kalnichevski wrote: Folks, As a result of the discussion my assumption is that we w

Is it possible to send and email using HTTPCLIENT?

2004-10-19 Thread Gerdes, Tom
Can I just send a multipart post to an email server with attached files using Httpclient? Would this work for an email? If so, does anyone have an example of doing this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

DO NOT REPLY [Bug 31783] - http.connection-manager.timeout is a LONG not an INTEGER

2004-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31607] - Catch SocketTimeoutException not InterruptedIOException

2004-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31783] - http.connection-manager.timeout is a LONG not an INTEGER

2004-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31783] New: - http.connection-manager.timeout is a LONG not an INTEGER

2004-10-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [Bugzilla] vs [JIRA] revisited

2004-10-19 Thread Oleg Kalnichevski
Folks, As a result of the discussion my assumption is that we want to go ahead with migration from Bugzilla to JIRA. If you have any objections or concerns it is the right time to voice them. I am going to update the change request shortly stating ou