Author: rwinston Date: Sun Sep 28 03:32:04 2008 New Revision: 699796 URL: http://svn.apache.org/viewvc?rev=699796&view=rev Log: Remove problematic entities
Modified: commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml Modified: commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml?rev=699796&r1=699795&r2=699796&view=diff ============================================================================== --- commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml (original) +++ commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml Sun Sep 28 03:32:04 2008 @@ -34,13 +34,13 @@ Add connection timeout functionality to SocketClient. </action> <action dev="rwinston" type="update"> - Make the KeyManager and TrustManager settable (<[EMAIL PROTECTED]>). + Make the KeyManager and TrustManager settable ([EMAIL PROTECTED]). </action> <action dev="rwinston" type="update"> - Patch FTPSClient to set default SSLServerSocketFactory. Thanks <[EMAIL PROTECTED]> + Patch FTPSClient to set default SSLServerSocketFactory. Thanks [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix" issue="NET-68"> - Patch to prevent TFTPClient dropping last packet. Thanks <[EMAIL PROTECTED]> + Patch to prevent TFTPClient dropping last packet. Thanks [EMAIL PROTECTED] </action> <action dev="rwinston" type="update"> Change isConnected() method to delegate to underlying socket connection. @@ -64,7 +64,7 @@ </action> <action dev="dfs" type="fix"> Applied Rob Hasselbaum's - <rhasselbaum -> alumni.ithaca.edu> + rhasselbaum -> alumni.ithaca.edu patch for PR 38688 fixing a TelnetInputStream hang. </action> @@ -73,7 +73,7 @@ class via _controlInput_ and _controlOutput_ protected member variables in response to PR 38309 reported by - <[EMAIL PROTECTED]>. + [EMAIL PROTECTED] </action> <action dev="dfs" type="fix"> Reverted PR 32859 patch to TFTPClient @@ -81,19 +81,19 @@ be sent. </action> <action dev="rwinston" type="update" issue="NET-36"> - Make FTPClient extend SocketClient instead of TelnetClient. From <[EMAIL PROTECTED]> + Make FTPClient extend SocketClient instead of TelnetClient. From [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix" issue="NET-39"> - Adds an "e" symbolic link flag to the Unix FTP parser. From <[EMAIL PROTECTED]> + Adds an "e" symbolic link flag to the Unix FTP parser. From [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix" issue="NET-119"> - Allow hidden files to be listed. Thanks to <[EMAIL PROTECTED]> + Allow hidden files to be listed. Thanks to [EMAIL PROTECTED] </action> <action dev="rwinston" type="update"> Remove reflective check for Socket::isConnected() (no longer needed) </action> <action dev="rwinston" type="add" issue="NET-136"> - Added WindowSizeOptionHandler for TelnetClient. Thanks to <[EMAIL PROTECTED]> + Added WindowSizeOptionHandler for TelnetClient. Thanks to [EMAIL PROTECTED] </action> <action dev="rwinston" type="update"> Refactored *Client classes under net/ package into separate subpackages, and move PrintCommandListener @@ -111,7 +111,7 @@ Removed redundant FTP.IMAGE_FILE_TYPE flag. </action> <action dev="rwinston" type="update"> - Added heavily updated MVSFTPEntryParser from <[EMAIL PROTECTED]> + Added heavily updated MVSFTPEntryParser from [EMAIL PROTECTED] </action> <action dev="rwinston" type="remove"> Removed deprecated classes FTPFileListParser, FTPFileListParserImpl, and DefaultFTPFileListParser. Also @@ -181,7 +181,7 @@ <action dev="dfs" type="fix" issue="NET-3"> TelnetInputStream.java: Applied Rob Hasselbaum's - <rhasselbaum -> alumni.ithaca.edu> + [EMAIL PROTECTED] patch for PR 38688 fixing a TelnetInputStream hang. </action> @@ -198,7 +198,7 @@ _controlOutput_ protected member variables in response to PR 38309 reported by - <[EMAIL PROTECTED]>. + [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix" issue="NET-68"> @@ -252,7 +252,7 @@ <release version="1.4.1" date="December 3, 2005" description="fix release to restore jdk 1.3 compatability"> <action dev="scohen" type="fix"> - Applied patches for defect 37113. Code incompatible with jdk 1.3. Original patch submitted by <Andrea Rombald> + Applied patches for defect 37113. Code incompatible with jdk 1.3. Original patch submitted by Andrea Rombald </action> <action dev="scohen" type="fix"> Applied patches for defect 37522. updated project.xml to correct compatibility level. @@ -264,28 +264,28 @@ Fixed typo in method name. FTP.removeCommandListener() was missing the L. Problem reported by - <[EMAIL PROTECTED]>. + [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix"> - Applied fix for PR 33942 and PR 31793. Original patch submitted by <[EMAIL PROTECTED]> + Applied fix for PR 33942 and PR 31793. Original patch submitted by [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix"> - TFTPClient was ignoring final ACK (PR 32859). Thanks to <[EMAIL PROTECTED]> + TFTPClient was ignoring final ACK (PR 32859). Thanks to [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix"> - Applied fix for ACL parsing in the FTP client (PR 33972). Submitted by <[EMAIL PROTECTED]> + Applied fix for ACL parsing in the FTP client (PR 33972). Submitted by [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix"> Added missing NTP/SNTP unit tests to the codebase. </action> <action dev="dfs" type="fix"> - Applied fix for POP3Client returning empty reply strings (PR 34133). Thanks to <[EMAIL PROTECTED]> + Applied fix for POP3Client returning empty reply strings (PR 34133). Thanks to [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix"> - NTP port parameter was being ignored (PR 34219). Fixed by <[EMAIL PROTECTED]> + NTP port parameter was being ignored (PR 34219). Fixed by [EMAIL PROTECTED] </action> <action dev="scohen" type="add"> - An FTP parser for MVS was added. Submitted by <[EMAIL PROTECTED]> + An FTP parser for MVS was added. Submitted by [EMAIL PROTECTED] </action> <action dev="scohen" type="add"> Added functionality for extensible parsing of FTP responses, using a configurable format string. This should enable the FTP client to operate across many different locales and date formats. @@ -294,7 +294,7 @@ <release version="1.3.0" date="December 15, 2004" description="many fixes and enhancements"> <action dev="rwinston" type="fix"> - Applied patch for PR 31793. Thanks to <[EMAIL PROTECTED]> + Applied patch for PR 31793. Thanks to [EMAIL PROTECTED] </action> <action dev="rwinston" type="add"> Added message threading functionality to the NNTP client. @@ -303,14 +303,14 @@ Added return code 521 to FTPReply.java - this should obviate the need for the Ant FTP task to manually declare it. </action> <action dev="rwinston" type="fix"> - Add explicit notify() in TelnetInputStream::read(), so available() returns an accurate value. Thanks to <[EMAIL PROTECTED]>. + Add explicit notify() in TelnetInputStream::read(), so available() returns an accurate value. Thanks to [EMAIL PROTECTED] </action> <action dev="rwinston" type="add"> Added SNTP/NTP components into the Commons-Net codebase, courtesy of Jason Matthews. </action> <action dev="rwinston" type="add"> - Added POP3 test suite, courtesy of Mike George <[EMAIL PROTECTED]>. + Added POP3 test suite, courtesy of Mike George [EMAIL PROTECTED] </action> <action dev="scohen" type="fix"> Applied fix for FTPClient returning null for certain timestamp formats (BUG #30737) @@ -320,17 +320,17 @@ .jar, remove test dependency from javadoc target, and exclude private members from generated javadoc. </action> <action dev="rwinston" type="fix"> - Fixed bug in TFTPClient::setMaxTimeout(), spotted by <[EMAIL PROTECTED]> + Fixed bug in TFTPClient::setMaxTimeout(), spotted by [EMAIL PROTECTED] </action> <action dev="dfs" type="fix"> Some changes to facilitate compilation under JDK 5.0 </action> <action dev="rwinston" type="fix"> Return correct NNTP article count when high and low watermarks are 0. - Spotted by <[EMAIL PROTECTED]> + Spotted by [EMAIL PROTECTED] </action> <action dev="rwinston" type="fix"> - Remove trailing null byte in TFTP packets. Thanks to <[EMAIL PROTECTED]> + Remove trailing null byte in TFTP packets. Thanks to [EMAIL PROTECTED] </action> <action dev="dfs" type="fix"> Many javadoc fixes. @@ -340,7 +340,7 @@ </action> <action dev="rwinston" type="update"> Ensure consistent handling of encoding throughout FTPClient - operations. Patch submitted by <[EMAIL PROTECTED]>. + operations. Patch submitted by [EMAIL PROTECTED] </action> <action dev="dfs" type="fix"> Fix TelnetClient zombie thread issue @@ -377,20 +377,20 @@ <release version="1.2.0" date="April 30, 2004" description="autodetection of system for listings"> <action dev="scohen" type="fix"> - Mario Ivankovits <[EMAIL PROTECTED]> added + Mario Ivankovits [EMAIL PROTECTED] added functionality supporting correct handling of the "dirstyle" attribute of NT and OS400 servers that allows them to mimic Unix ftp servers. and a bug fix affecting handling of sticky and suid bits on Unix FTP servers. </action> <action dev="scohen" type="add"> - Mario Ivankovits <[EMAIL PROTECTED]> added parser for OS400. + Mario Ivankovits [EMAIL PROTECTED] added parser for OS400. </action> <action dev="jbrekke,scohen" type="fix"> Added a functional junit test testing list parsing against real servers and fix several bugs found through this test. </action> <action dev="dfs" type="add"> - Ted Wise <[EMAIL PROTECTED]> provided a + Ted Wise [EMAIL PROTECTED] provided a <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=24078"> patch</a> to add the XHDR extended NNTP command. </action> @@ -423,7 +423,7 @@ <release version="1.1.0" date="October 23, 2003" description="many enhancements and bug fixes"> <action dev="dfs" type="add"> - Rory Winston <[EMAIL PROTECTED]> provided + Rory Winston [EMAIL PROTECTED] provided patches to add the following extended NNTP commands to NNTPClient: XOVER, AUTHINFO USER, AUTHINFO PASS, and LIST ACTIVE. @@ -440,7 +440,7 @@ <action dev="dfs" type="fix"> Applied variation of fix suggested by Matthieu Recouly - <[EMAIL PROTECTED]> so that + [EMAIL PROTECTED] so that UnixFTPEntryParser may handle listings of the form <pre> drwxr-xr-x 1 usernameftp 512 Jan 29 23:32 prog @@ -449,7 +449,7 @@ </action> <action dev="dfs" type="fix"> Applied patch from Stephane Este-Gracias - <[EMAIL PROTECTED]> that fixes the parsing of + [EMAIL PROTECTED] that fixes the parsing of VMS listings by VMSFTPEntryParser.. </action> <action dev="brekke" type="fix">