-
Similar to HtmlLink, HtmlImage, and HtmlPage ability to download referenced files such as stylesheets, images, and javascripts HtmlEmbed should also be optionally downloadable.
http://www.w3schools.com/tags/html5_embed.asp
All embed tags should have a src attribute.
2009-07-06 21:07:00 UTC in HtmlUnit
-
See Patch ID: 2817637
"HtmlImage.downloadImageIfNeeded() headers fix".
2009-07-06 20:56:31 UTC in HtmlUnit
-
Contributed patch for 2817634 "HtmlImage.downloadImageIfNeeded() doesn't reuse headers".
2009-07-06 20:55:19 UTC in HtmlUnit
-
HtmlImage.getWebResponse(true) won't reuse the page's request headers to request the image files.
Namely the "Referer" header is missing.
HtmlLink.getWebResponse(true) has the correct behavior.
Similar to Bug "script src does not set referer header - ID: 2178172".
2009-07-06 20:51:57 UTC in HtmlUnit
-
If presented with a choose player dialog, sometimes game will hang after choosing a button. Trace below:
java.lang.NullPointerException: null pData
SOCPlayerClient treat ERROR - null pData
at sun.awt.windows.WComponentPeer._requestFocus(Native Method)
at sun.awt.windows.WComponentPeer.requestFocus(Unknown Source)
at java.awt.Component.requestFocusHelper(Unknown Source)
at...
2006-12-14 00:31:29 UTC in JSettlers