Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
None
Description
BufferedReader is used for wrapping the control channel, and uses its readLine() for getting responses from the server.
The IMAP, NNTP, POP3 and SMTP protocols require CRLF at the end of lines, but Bufferedreader#readLine() also allows bare CR and LF terminators, which could potentially be included in a server reply.
Attachments
Issue Links
- is a clone of
-
NET-401 FTP class uses BufferedReader for control channel, which does not follow the standard
- Closed