You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/04/07 00:40:24 UTC

[jira] Commented: (NET-206) Turkish 'i' problem and ParserInitializationException: Unknown parser type: Windows_NT

    [ https://issues.apache.org/jira/browse/NET-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586193#action_12586193 ] 

Sebb commented on NET-206:
--------------------------

Patch applied to trunk:
    http://svn.apache.org/viewvc?rev=645320&view=rev
and 
net 2.0 branch:  
   http://svn.apache.org/viewvc?rev=645321&view=rev



> Turkish 'i' problem and ParserInitializationException: Unknown parser type: Windows_NT
> --------------------------------------------------------------------------------------
>
>                 Key: NET-206
>                 URL: https://issues.apache.org/jira/browse/NET-206
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 1.4
>         Environment: Linux, JRE1.5
>            Reporter: Bohdan Bobylak
>         Attachments: DefaultFTPFileEntryParserFactory.patch
>
>
> When default locale of a JVM is set to tr_TR with the UTF-8 encoding the following error is seen when connecting to windows ftp server:
> ...
> at org.apache.commons.net.ftp.parser.ParserInitializationException: Unknown parser type: Windows_NT
> at org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEntryParser(DefaultFTPFileEntryParserFactory.java:118)
> at org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2358)
> at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141)
> at org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2188)
> ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.