CheerpJ not working with my aspplet
http://www.cdme.im-uff.mat.br/pdp/pdp-html/pdp-br.html. the loading takes forever
1 Reply
Thanks for reporting this. Are you using the CheerpJ Applet Runner extension?
Hi, we have now investigated the issue and it seems to us that the root cause of the problem is that the Web server for this page is badly configured
The page is encoded using Latin1, but the server reports it to be UTF-8
This cause some strings in the HTML
<param>
element to be not correctly decoded, which then triggers an unexpected NullPointerException inside the applet
In summary, the problem is not caused by CheerpJ, but by poor server side configuration. You might be able to work around the problem by using some Chrome extension to remove the Content-Type
header provided by the server