Note that there are some explanatory texts on larger screens.

plurals
  1. POApplet both signed and unsigned code warning
    primarykey
    data
    text
    <p>My applet is contained in an .asp page. When this .asp page and the applet hosted in a web site it shows the below warning message.</p> <p><img src="https://i.stack.imgur.com/D5fSn.png" alt="enter image description here"></p> <p>when the same files hosted in a different web site it <strong>does not</strong> give the warning message.</p> <p>-Both web sites browsable with https.</p> <p>-I used ie9 and JRE 7u21 for the test.</p> <p>-Applet is signed.</p> <p>-In my jar files manifest Trusted-Only Attribute or Trusted-Library Attribute <strong>does not</strong> exists</p> <p>-java console of the one which shows securitiy warning, i see the below logs.</p> <pre><code>Ignored exception: java.lang.ClassFormatError: Incompatible magic value 1013478509 in class file MyApplet security: blacklist: hasBeenModifiedSince 1369745951181 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369641350695 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369753585995 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369742598198 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369746010658 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369406495590 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369817989422 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369749180050 (we have 1366987061414) security: blacklist: hasBeenModifiedSince 1369817157815 (we have 1366987061414) </code></pre> <p><strong>What might be the cause of this different behaviour?</strong></p> <p>I know my question is too general but i need at least to have an idea for where to look.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload