Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4
-
None
-
None
-
JDK 1.4 or higher
Description
When trying to build the Commons Net source, I found the dependency on the org.apache.oro.text.regex packages just for the implementation of VMS FTP entry parsers a bit heavy.
So I decided to modifiy the classes RegexFTPFileEntryParserImpl and VMSVersioningFTPEntryParser to only use the regular expression classes from the JDK instead of Jakarta Oro. The changes were minimal, since the JDK classes already implement a Perl5-compatible regular expression engine.
Although I have tested my changes, further testing may be advisable.