Open marron9999 opened 3 years ago
In HeaderLengthValidator.java addLocalizedError(section.getJoinedHeaderContents(), getInt("max_len"));
In error-messages.properties HeaderLengthValidator=The length of header ({0}) exceeds the maximum of {1}.
Therefore, "{1}" is displayed in the message.
In HeaderLengthValidator.java addLocalizedError(section.getJoinedHeaderContents(), getInt("max_len"));
In error-messages.properties HeaderLengthValidator=The length of header ({0}) exceeds the maximum of {1}.
Therefore, "{1}" is displayed in the message.