You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bohdan Bobylak (JIRA)" <ji...@apache.org> on 2008/03/17 13:51:24 UTC

[jira] Updated: (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:all-tabpanel ]

Bohdan Bobylak updated NET-206:
-------------------------------

    Attachment: DefaultFTPFileEntryParserFactory.patch

Patch that fixies the issue.

> 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
>         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.