RFR: 8213942:URLStreamHandler initialization race

Chris Hegarty chris.hegarty at oracle.com
Wed Nov 21 15:37:11 UTC 2018


Pavel,

On 21/11/18 15:33, Pavel Rappo wrote:
> This fix assumes handlers returned from defaultFactory are interchangeable

The default factory will always return a handler instance of
the same type, when the requesting protocol is the same.

> and that defaultFactory is thread-safe.

It is.

-Chris.


More information about the net-dev mailing list