RE: URI with "nn.nn.nn.nn:nn" parses port but not with "xx.net:nn"

2003-11-14 Thread Karr, David
I've resolved this. I made sure I got the port from the hostConfig from the original method object, and that has the correct value. Thanks. > -Original Message- > From: Michael Becke [mailto:[EMAIL PROTECTED] > > Hi David, > > Could you be more specific about what you are trying and w

Re: Keeping Connections Alive

2003-11-14 Thread Sam Berlin
Thanks for the reply, Mike. Is there any interest in a feature that would close connections that have been unused for a certain amount of time? I imagine the easiest way to implement this would be to just add some settable parameters (set/getCloseConnectionTime) to MultiThreadedHttpConnection

RE: HttpMethodBase.releaseConnection() finished download

2003-11-14 Thread Kalnichevski, Oleg
Sven, I agree with Odi that HttpMethod#abort() would be more preferable. In fact, this method MAY be as simple as that public void abort() { HttpConnection conn = this.responseConnection; if (conn != null) { conn.shutdownInput(); // Uses reflection to call Socket#shutdownInput if availab

Re: HttpMethodBase.releaseConnection() finished download

2003-11-14 Thread Eric Johnson
Sven, I've not tried this, but if you send a "Connection: close" header on the request, the server should echo that on the response. If that header is on the response from the server, the the "releaseConnection()" function will (or at least it should) immediately close the connection, rather t

Re: HttpMethodBase.releaseConnection() finished download

2003-11-14 Thread Ortwin Glück
Sven Köhler wrote: Adding the ability to abort methods is planned for the 2.1 release, but I don't think anyone has begun work on it yet. If you come up with a good solution that you are willing to submit we would be happy to make use of it. So what would you suggest how an abort should look

Re: HttpMethodBase.releaseConnection() finished download

2003-11-14 Thread Sven Köhler
Adding the ability to abort methods is planned for the 2.1 release, but I don't think anyone has begun work on it yet. If you come up with a good solution that you are willing to submit we would be happy to make use of it. So what would you suggest how an abort should look like? For me, a bool

Re: HttpMethodBase.releaseConnection() finished download

2003-11-14 Thread Sven Köhler
Adding the ability to abort methods is planned for the 2.1 release, but I don't think anyone has begun work on it yet. If you come up with a good solution that you are willing to submit we would be happy to make use of it. So what would you suggest how an abort should look like? For me, a bool

DO NOT REPLY [Bug 24504] - Cannot create a document that has accent characters (Latin) in it's name

2003-11-14 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://nagoya.apache.org/bugzilla/show_bu