cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2004-09-30 Thread oglueck
oglueck 2004/09/30 10:26:41 Modified:httpclient/src/java/org/apache/commons/httpclient HttpsURL.java HttpURL.java httpclient/src/test/org/apache/commons/httpclient TestURI.java Log: Fixed escaping problem in userinfo:

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2004-02-11 Thread olegk
olegk 2004/02/11 15:20:57 Modified:httpclient/src/java/org/apache/commons/httpclient HttpURL.java httpclient/src/test/org/apache/commons/httpclient TestURI.java Log: PR #26688 (HttpURL creates wrong authority String whe

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2004-02-11 Thread olegk
olegk 2004/02/11 15:20:17 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH HttpURL.java httpclient/src/test/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH TestURI.java Log:

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2004-01-29 Thread oglueck
oglueck 2004/01/29 10:39:34 Modified:httpclient/src/java/org/apache/commons/httpclient HttpsURL.java HttpURL.java httpclient/src/test/org/apache/commons/httpclient TestURI.java Log: fixed: getScheme() and getPort() were r

Re: Philasophy of URI? - Re: cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2003-07-22 Thread Sung-Gu
Ok, I'll say you're not gonna use char type as external interfaces... It's not confined in constructors only...methods with char type arguments and other classes like HttpURL... (Actually, I think you should be interested in HttpURL... not only URI, I believe) Please, take care of them also with

Philasophy of URI? - Re: cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2003-07-22 Thread Sung-Gu
I think you should not deprecate previous constructors. And actually no reason to be deprecated as I see. And about String boolean constructors, 1. JUST CONVENIENCE: that's ok though... you'd better clear up some comments on the top of the class usage as I see. 2. FOR REVOLUTION: when you're

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2003-07-19 Thread olegk
olegk 2003/07/19 02:41:38 Modified:httpclient/src/examples CustomHttpConnection.java httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java URI.java httpclient/src/test/org/apache/commons/httpclient

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2003-01-30 Thread olegk
olegk 2003/01/30 13:44:56 Modified:httpclient/src/test/org/apache/commons/httpclient TestURI.java Log: The following test cases to TestURI class   URI.URI( "http://a/b/c/d;p?q";, "#" )   URI.URI( "http://a/b/c/d;p?q";, "" ) Contributes by Michael

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java

2003-01-29 Thread jericho
jericho 2003/01/29 19:39:15 Modified:httpclient/src/test/org/apache/commons/httpclient TestURI.java Log: - Add relative URI examples... Added by "Armando Anton" <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +23 -4 jakarta-commons/htt

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient TestURI.java TestNoHost.java

2003-01-27 Thread jsdever
jsdever 2003/01/27 21:17:22 Modified:httpclient/src/java/org/apache/commons/httpclient URI.java httpclient/src/test/org/apache/commons/httpclient TestNoHost.java Added: httpclient/src/test/org/apache/commons/httpclient