nntp AUTHENTICATION_REQUIRED costant has the wrong value
--------------------------------------------------------
Key: NET-277
URL: https://issues.apache.org/jira/browse/NET-277
Project: Commons Net
Issue Type: Bug
Affects Versions: 2.0
Reporter: Erik
Priority: Trivial
In the class NNTPReply, I found the following status code:
public static final int AUTHENTICATION_REQUIRED = CODE_408;
My server returns 480, which I believe is the correct code.
480: The client must authenticate itself to the server (that is, it
must provide information as to the identity of the client) before
the facility can be used on this connection. This will involve
the use of an authentication extension such as [NNTP-AUTH].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.