JDK-8204494 : Fix for JDK-8200530 triggered regression: fails to handle the case that \r\n is at the 8192 boundary
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-06-06
  • Updated: 2018-06-28
  • Resolved: 2018-06-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11 b18Fixed
Related Reports
Relates :  
Description
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".
Comments
regression
06-06-2018