classpath-inetlib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpath-inetlib] Bug in Revision 1.3 of gnu/inet/nntp/NNTPConnect


From: Chris Burdess
Subject: Re: [Classpath-inetlib] Bug in Revision 1.3 of gnu/inet/nntp/NNTPConnection.java
Date: Mon, 3 May 2004 08:51:25 +0100
User-agent: Mutt/1.3.28i

address@hidden wrote:
> The method listGroup uses the wrong constant in the first line of the
> methods body
> LIST_NEWSGROUPS = "LIST NEWSGROUPS" 
> LISTGROUP = "LISTGROUP" 
> ... 
> After this bug is solved, there is a new problem.
> The command LISTGROUP returns this String from my NNTP-Server 
>     211 Article list follows
> This string cause the method parseResponse to throw a
> NumberFormatException. Catching the NumberFormatException solves the bug
> for me.

I've corrected both these problems, and listGroup should now return a
working ArticleNumberIterator as advertised.

Thanks
-- 
Chris Burdess




reply via email to

[Prev in Thread] Current Thread [Next in Thread]