Re: Question about parsing of ambiguous URIs

2003-01-26 Thread Oleg Kalnichevski
Thanks for clarifications, Mike
Cheers
Oleg


On Sun, 2003-01-26 at 07:15, Michael Becke wrote:
 I believe this behavior is correct.  The yadayada/blabla URI is a 
 relative path, like ../index.html.  I think what you're looking for 
 is called a net path.  Net paths are required to begin with // (e.g. 
 //yadayada/blabla ).  The BNF for this part is:
 
net_path  = // authority [ abs_path ]
abs_path  = /  path_segments
rel_path  = rel_segment [ abs_path ]
 
 Mike
 
 
 On Saturday, January 25, 2003, at 12:25 PM, Oleg Kalnichevski wrote:
 
  Sung-Gu
 
  Please have a look at the following code snippet:
 
  URI uri = new URI( /yadayada/blabla );
  uri.getHost()); // produces null.
  uri.getPath()); // produces '/yadayada/blabla'.
 
  Everything is cool. However the following behavior appears a bit
  illogical to me:
 
  URI uri = new URI( yadayada/blabla );
  uri.getHost()); // produces null. Should not it be 'yadayada'?
  uri.getPath()); // produces 'host/path'. Should not it be '/blabla'?
 
  I believe if uri is incomplete (no explicit protocol specified) and it
  does not begin with / per default URI class constructor should assume
  URI to begin with a host name followed by path, rather then a path with
  host being null.
 
  Is there a reason for current behavior of the URI class constructor?
 
  Thanks
 
  Oleg
 
 
  --
  To unsubscribe, e-mail:   
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail: 
  mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]
-- 
Oleg Kalnichevski [EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




call for projects using httpclient

2003-01-26 Thread Jeffrey Dever
If you have an application that uses HttpClient, and would like to see 
it on our applications page, please send an email to:
[EMAIL PROTECTED]

http://jakarta.apache.org/commons/httpclient/applications.html




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Beta 1 development starts

2003-01-26 Thread Jeffrey Dever
For all current contributors and anyone wishing to contribute to 
HttpClient, we are now in the Beta 1 development stage.

There is currently a rather complete list of bugs in bugzilla now.  To 
find them, do a query for the *Commons* project, *HttpClient* component, 
and target milestone *2.0 Beta 1*.
http://nagoya.apache.org/bugzilla/

There are some strightforward tasks such as:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16416

Some complex tasks like:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10807

And some long and tedious tasks such as:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16429

If you are interested in working on any task, please reassign the bug to 
yourself and add this list address to the cc field 
([EMAIL PROTECTED]).  When you have a patch, it 
can be attached directly to the bug.  Any discussion can take place on 
this list.

While the Alpha 2 release was done just yesterday, it was 14 months from 
the previous Alpha 1 release.  While there were many reasons for the 
previous delay, none of those obstacles are in our way for the Beta 1 
drop, which I think many of us would like to see within the month of 
February.

I look forward to reviewing your patches, reading your comments and 
having a good time on this list!

Your 2.0 release prime,
Jeff Dever
(aka Jandalf)



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Re: call for projects using httpclient

2003-01-26 Thread Jeffrey Dever
Got it.  Thanks Mike.

Mike Bowler wrote:


HtmlUnit - A testing tool for web based applications
http://htmlunit.sourceforge.net

BTW The applications page lists the wrong email address To have your 
application listed, write to [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]?subject=%5Bhttpclient%5D%20HTTP%20Client%20Powered 
. 



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: call for projects using httpclient

2003-01-26 Thread Christopher Lenz
Jeffrey Dever wrote:

If you have an application that uses HttpClient, and would like to see 
it on our applications page, please send an email to:
[EMAIL PROTECTED]

http://jakarta.apache.org/commons/httpclient/applications.html

Jakarta Cactus (http://jakarta.apache.org/cactus/)
A framework for unit testing server-side java code.

--
Christopher Lenz
/=/ cmlenz at gmx.de


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




DO NOT REPLY [Bug 11218] - handle multivalue headers correctly

2003-01-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11218.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11218

handle multivalue headers correctly

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|commons-httpclient- |[EMAIL PROTECTED]
   |[EMAIL PROTECTED]  |
 Status|ASSIGNED|NEW

--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]




mailing list archive

2003-01-26 Thread Jeffrey Dever
There are two new archives for this mailing list.  Looks like someone up 
there is starting to like us ;-)

http://archives.apache.org/eyebrowse/SummarizeList?listId=128
http://www.mail-archive.com/commons-httpclient-dev%40jakarta.apache.org/

Jandalf.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Re: NTLM tests fail when building with jdk1.3.1

2003-01-26 Thread Mike Bowler
 It's come up here before about maintaining compatability with
 jdk1.3.1, and its come up on the commons-dev list as well.

Is it possible to get gump to run the tests under 1.3.1?

--
Mike Bowler
Principal, Gargoyle Software Inc.
Voice: (416) 822-0973 | Email  : [EMAIL PROTECTED]
Fax  : (416) 822-0975 | Website: http://www.GargoyleSoftware.com



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




[PATCH] Bug 16429 Align the code base with checkstyle

2003-01-26 Thread Mike Bowler
Here is the first step towards fixing the checkstyle warnings.  I've 
cleaned up warnings in quite a few files but lots still to go.

--
Mike Bowler
Principal, Gargoyle Software Inc.
Voice: (416) 822-0973 | Email  : [EMAIL PROTECTED]
Fax  : (416) 822-0975 | Website: http://www.GargoyleSoftware.com


--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]


Re: The use of UTIUtil.toUsingCharset?

2003-01-26 Thread Ortwin Glck
Sung-Gu,

From your diagram I do not see anything that is not supported by 
standard Java String handling. I still think this method is unnecessary.

Your test case does not contain a single assertion. Printing out 
garbage to the console doesn't make sense. PLEASE PROVIDE AN ORDINARY 
JUNIT TEST CASE!

Sung-Gu wrote:
Well, it's done a bit...

Sung-Gu




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]