vayshya opened a new issue, #654: URL: https://github.com/apache/maven-war-plugin/issues/654
### Affected version 3.5.1 ### Bug description When writing manifestEntries containing multibyte UTF-8 characters these characters are split by newline producing 65533 character. This violates Jar File Specification and IETF RFC 3629. Specification demands UTF-8 character either on previous or next line. RFC defines encoding algorithm for character as choice of 1 to 4 octets, not allowing character to be treated as 1-octet only. Same bug exists in OPENJDK class Manifest.java, may be it used by plugin causing bug in plugin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
