-
Bug
-
Resolution: Fixed
-
P3
-
11
-
b18
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205213 | 11.0.1 | Xueming Shen | P3 | Resolved | Fixed | team |
It appears the fix for JDK-8200530 fails to handle the case that a \r\n is at the 8192 boundary (the size of Manifest.FastInputStream's default internal buf size), in which it does not consume the trailing \n, if the \r at the end of the buf. Then the manifest/attributes parser will fail to handling those "continuation line".
- backported by
-
JDK-8205213 Fix for JDK-8200530 triggered regression: fails to handle the case that \r\n is at the 8192 boundary
-
- Resolved
-
- relates to
-
JDK-8200530 '\r' is not supported as "newline" in java.util.jar.Manifest.
-
- Closed
-