Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VFS-398] FtpFileObject.getChildren() fails when a folder contains a file with a colon in the name #53

Closed
wants to merge 1 commit into from

Conversation

amiraroshan
Copy link

Fixing exception 'org.apache.commons.vfs2.FileSystemException: Could not load VFS configuration' on StandardFileSystemManager.init

@garydgregory
Copy link
Member

@amiraroshan,

Thank you for your PR. May you please rebase to resolve the conflicts?

Gary

@garydgregory garydgregory changed the title VFS-398 [VFS-398] FtpFileObject.getChildren() fails when a folder contains a file with a colon in the name Mar 8, 2019
@garydgregory
Copy link
Member

@amiraroshan ping?

1 similar comment
@garydgregory
Copy link
Member

@amiraroshan ping?

@@ -46,205 +47,72 @@

private static final char LOW_MASK = 0x0F;

private UriParser() {
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leave private, all methods are static.

@garydgregory
Copy link
Member

@amiraroshan
I'm pretty sure this is fixed by now in git master at least, if not in a released version. May you please verify and close this PR?

@garydgregory
Copy link
Member

No feedback, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants