Unfortunately, there's no way to do that right now. There was some discussion of allowing pages sent via HTTPS to be treated as signed pages, but this has not happened yet. In the meantime, you'll need to put the script that needs to be signed on its own static page (you could include it in your jsp page as a hidden iframe) and it could then interact with the jsp-generated page via javascript.
-Mitch

didier ernotte wrote:
Hi,

All the example I have read about the signtool and the syntax
jar:http://server/archive.jar!/file.html deal with static HTML pages.
How can I trust a JSP file called by a Servlet ?

Thank's

Didier

Reply via email to