source/my/frame/src/frame/upload/InvalidFileNameException.java
@@ -25,7 +25,7 @@ * "foo.exe\0.png". This file name might pass security checks (i.e. * checks for the extension ".png"), while, depending on the underlying * C library, it might create a file named "foo.exe", as the NUL * character is the string terminator in C. * character is the String terminator in C. */ public class InvalidFileNameException extends RuntimeException { private static final long serialVersionUID = 7922042602454350470L;