Re: DO NOT REPLY [Bug 28728] - HttpUrl does not accept unescaped passwords

2004-09-08 Thread Ingo Brunberg
Hi Odi, since the class is named HttpURL (or HttpsURL), I don't think we need to bother about non-HTTP URL schemes :-) Right, that was my first thougt, too. Citing RFC-1738: While the syntax for the rest of the URL may vary depending on the particular scheme selected, URL schemes that

Re: [VOTE] 3.0 alpha 1 release

2004-05-14 Thread Ingo Brunberg
Excuse me for being interfering, but why not fix it first as you already have an excellent solution for this from HttpURL. You just have to apply it to HttpsURL, too (without change). Regards, Ingo Odi, The sole purpose of 3.0 alpha1 release to get people look at the API and give us some

Re: cactus-13-1.5-rc and commons-httpclient-2.0-rc2.jar works on jdk1.4 and above only?

2003-10-30 Thread Ingo Brunberg
Personally I think one should not replace a release with a new version without changing its name. This causes confusion. So at least call it RC2-build2 or something like that. It's very common in such cases to append an 'a' to the version. So I suggest you name it -rc2a. Regards, Ingo

Re: Avoid building against Head of Commons Httpclient

2003-07-29 Thread Ingo Brunberg
... Regards, Daniel -Original Message- From: Ingo Brunberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, 29 July, 2003 4:58 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Avoid building against Head of Commons Httpclient Hi, I have modified Gump's project definition

Re: To all those who have been experiencing problems with 'expect:100-continue' stuff

2003-03-07 Thread Ingo Brunberg
For me it is now working, too. Good work, Ingo Oleg, The 'expect: 100-continue' related code has been significantly refactored I am no longer experiencing the timeout problem (everything works well when sending the expect-100 header). However, my HTTP server (Jetty) seems to be still

Re: [PATCH] 'expect: 100-continue' handshake revisited

2003-02-27 Thread Ingo Brunberg
Hi Oleg, I have tried your patch. Unfortunately it does not solve the problem. Sorry, that I cannot give you more help, but I also have no idea what might be causing that problem. Regards, Ingo I have been trying to resolve the bug related to 'expect - continue' handshake. We have been making

Re: HTTP Post and HTTP/100 (continue)

2003-02-26 Thread Ingo Brunberg
Sorry Oleg, Stunnel is an SSL wrapper, see www.stunnel.org. Using Stunnel you can tunnel a http connection to another host while simultaneously encrypting it. Ingo Ingo, pardon me. What is stunnel-4.00 exactly? Oleg On Wed, 2003-02-26 at 09:51, Ingo Brunberg wrote: I have the same problem