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

Typo in DefaultValidator.getValidFileName #19

Closed
GoogleCodeExporter opened this issue May 20, 2015 · 1 comment
Closed

Typo in DefaultValidator.getValidFileName #19

GoogleCodeExporter opened this issue May 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

In DefaultValidator.java, inside getValidFileName(), there is this call on
line 420.

throw new ValidationException( context + ": Invalid file name", "Invalid
directory name does not match the canonical path: context=" + ....

What is the expected output? What do you see instead?

It should say "Invalid file name" instead of "Invalid directory name" in
the logged message.

What version of the product are you using? On what operating system?

Latest SVN.


Original issue reported on code.google.com by cyounk...@gmail.com on 8 Jul 2009 at 2:37

@GoogleCodeExporter
Copy link
Author

The exception is stating that the directory name does not match, cpath is the
canonical path up to the last file seperator, so this logging is correct. 
Marking as
a non-issue

Original comment by chrisisbeef on 2 Dec 2009 at 7:05

  • Changed state: Invalid

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

No branches or pull requests

1 participant