Name: krC82822 Date: 01/11/2001
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
The static method URLConnection.guessContentTypeFromName() is declared
protected, but it ought to be public, since it doesn't do anything that
only subclasses should be able to do. In fact, it's pretty easy to do
a workaround by just reimplementing what it does (presumably just
calls getFileNameMap().getContentTypeFor()) wherever one would have called
the original method.
It's not a huge deal, but it'd be nice to not have to circumlocute.
(Review ID: 114936)
======================================================================