Hi,
When loading an application using Java 8 171, the console is showing the following warning:
WARNING: the jnlp file is invalid and will be blocked in a future release.
Exception: org.xml.sax.SAXParseException; lineNumber: 21; columnNumber: 98; The reference to entity "ifsessid" must end with the ';' delimiter.
This didn't appear previously when using Java 7 51.
I see a similar post, but that resolution looks to already be the default behaviour.
The line in the downloaded JNLP file is:
<param name="serverURL" value="/forms/lservlet?ifcfs=/forms/frmservlet?config=config_name&ifsessid=&acceptLanguage=en-GB,en-AU;q=0.9,en-US;q=0.8,en;q=0.7"/>
Setup:
Windows 7 64bit
Java 8 171 32bit
App Server:
Windows 2016 R2 64bit
JDK 8 151 64 bit
FMW 12.2.1.3
The application includes the use of webutil with OLE and all jars have been signed with a Comodo certificate.
The config uses basejnlp=webutil.jnlp and this jnlp has not been modified.
Can you please advise what change is required to stop the warning from being displayed.
Daniel