JDK-8325361 : Make sun.net.www.MessageHeader final
Type:Sub-task
Component:core-libs
Sub-Component:java.net
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2024-02-06
Updated:2024-03-05
Resolved:2024-03-01
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.
MessageHeaders is a public internal class in sun.net.www that doesn't appear to be subclassed. It could be made final, which would make the this-escape warning go away.