
Sept 2, 2019: While releasing FG 2.9, I noticed that StOlaf fetches .pdb while FG was fetching
pdb.gz. I changed config.js to fetch .pdb instead of .pdb.gz. I uploaded this to FG 2.8. Still
no go. Same error message but now without the .gz.

------------------------------
FG 2.8 vs. 2.74 bizarre java behavior.

Both versions have the same Jmol (2017-12-17) because current (2019-05-01) fails
to load with class not found (reported to jmol-users).

Loading PDB codes &java in FG 2.74 works 100% in both macOS/Waterfox and Win10/IE11.

If, in the same browser session, a PDB code is specified &java in FG 2.8:
 - If the PDB code has been previously loaded &java in FG2.74, it loads in 2.8.
 - If the PDB code has NOT been previously loaded & java in FG2.74, it fails 100% with

script ERROR: java.security.AccessControlException: access denied ("java.net.SocketPermission" ...)
load <<<<"https://files.rcsb.org/download/1D66.pdb.gz"

However, if that rcsb URL is entered in the browser, it offers to download.

The above behavior was with
  bioinformatics.org/firstglance/fgij (2.74)
  bioinformatics.org/firstglance/fgij2.8

After renaming fgij2.8 to fgij, each version KEPT their java peculiarity.
fgij2.74 works with java; fgij (2.8) does NOT.





-------------------------------------------------------------------
Prefs has a statement about Java (prefs.js).

Large PDB files generate a recommendation to use Java, but
ONLY in the Intro help panel. Therefore a "hide" is not needed.
	makeJava4BigHelp() in help.js


