Acrobat javascript URL property security warning

Since Adobe implemented enhanced security in Acrobat/Reader if you simply read the URL used to open a PDF you get a security nag screen asking if you want to block or allow the action.
My question is this:  why is simply reading a document's URL a security issue? 

just a note:
WebService URLs are only internal, so cannot be reached!

Similar Messages

  • PDF form with buttons opens up URL with security warning window

    I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
    The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
    This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
    Thanks,
    Jyothi

    I have a short-lived process that renders PDF form with data merged. The data is in XML format. 
    The form buttons are assigned URL values when the form is opened. When I click on them,I get a Security warning prompting me to allow/block that site. When I click on 'Allow', I get a window of download statistics of the website that in the URL.
    This would be annoying to the end user. How I do I suppress the Security warning window as well as the download statistics window before the PDF is opened ? Can this be done either at the process design, form design stage or using Java APIs ?
    Thanks,
    Jyothi

  • Security warning 'access more than one site..' - URGENT HELP

    Hi All
    (USING: Reader 707 + Reader extension 702 or Acrobat 707 )
    I am having big trouble with this Acrobat/reader security warning:
    Security Warning
    'This document as accessed more than one site and might be trying to share data among different locations. This could be a privacy concern. Are you sure you want to continue?'
    I know it is more an acrobat/Reader issue than designer, but hope that one outthere has ideas.
    Problem:
    We have 4 servers sharing the load for a webservice. I have coded webservice connection in javascript in Designer 7.1 using SOAP.
    The webservice look up data, but i recieve the security warning each time I perform the look up. I have added all sites to Trust Manager, so that is not the problem!
    I think the very problem is that Acrobat/Reader request to a DNS alias, but later recieve response from ONE of the specific servers!
    Acrobat/Reader request webService on:
    http://ck/web/services/FormularWebservice?wsdl;
    Acrobat/Reader recieve answer from (for example: da1650 - one of the 4 servers)
    http://da1650:9081/web/services/FormularWebservice?wsdl;
    So Acrobat/Reader shows the security warning because it suddenly recieve a response from a server that is does not know it has requested against - This is what I think happens!
    Have anyone experinced a similiar situation? any ideas? All comments/ideas/solutions are appreciated. As the warning is very anoying to the user I cannot launch my LC forms so I need a solution...
    Kr.
    ThomasG - Denmark

    just a note:
    WebService URLs are only internal, so cannot be reached!

  • Browser Javascript call Acrobat Javascript function

    What I want to do is call a function in Acrobat Javascript by clicking a button in my browser.
    So if you click the browser button it executes a javascript function that calls an acrobat javascript function.
    I found this example:
    Browser javascript
    function printDocument() {
         var pdfObject = document.getElementById(\"PDFObj\");
         pdfObject.postMessage([\"alert\", \"Hello from HTML\"]);
    Acrobat javascript
    In the secure folder (C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Javascripts\kassa.js) my folder level script
    so this is executed for each pdf document.
    this.hostContainer.messageHandler =
         onMessage: function(aMessage)
              for(var i = 0; i < aMessage.length; i++)
              console.println("Recvd Msg[ " + i + "]: " + aMessage[i]);
          onError: function(error, aMessage){ },
          onDisclose: HostContainerDisclosurePolicy.SameOriginPolicy
    This should do the job...
    But if i look at the javascript debugger window(acrobat)
    it shows:
    this.hostContainer has no properties
    9:Folder-Level:App:kassa.js
    this.hostContainer has no properties
    9:Folder-Level:App:kassa.js
    Any solution for my problem?

    hi levi,
    Thank u very much for responding,
    to be precise i have to show the user a small window saying that the excel sheet is being prepared and once the sheet is prepared this window has to be closed. So to open and close this child window i need to use the javascript functions.
    currently my jsp looks this way
    <script>
         function open()
         funciton close()
    </script>
    <body>
    <script>
         open();
    </script>
    include x.jsp //sets the content type to excel
    include y.jsp //writes to the excel sheet
    <script>
         close();
    </script>
    <body>
    My x.jsp looks this way
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-Disposition", "filename=" + "abc.xls");
    response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader("Expires",0);
    response.addHeader("Cache-control", "no-store");
    response.addHeader("Cache-control", "max-age=0");
    The issue is the javascripts are not getting called at all. Is there any other way to solve this. Since i am the beginner in this field i dont have much idea about this. A code snippet will be of great help.
    Thanx

  • How to disable security warning while printing(Silent Print) from Javascript?

    We have a webapplication through which, we are creating a pdf document and trying to print it sliently ("Silent Print").
    Users who are having latest Adobe version, were getting javascript warning message. However, those with older versions able to "Silent Print", without any warning messages.
    How to disable this security warning while printing from Javascript?
    Warning message: "A script has requested to print an Acrobat file. This could print an entire document. Do you want to proceed printing?".
    Appreciate for your kind help.
    Thanks.

    It's a security warning so it can't be bypassed by anything within the file.

  • Why does Test-EcpConnectivity throws a warning regarding the internal URL property not being set, when in fact it is set?

    Hello,
    I have setup an Exchange 2013 CU6 environment which contains the following:
    1 machine with client access role
    3 machine with mailbox role
    1 machine with both client access and mailbox server role.
    When I run the Test-EcpConnectivity against the machine which has both roles I get the following:  
    WARNING: The test couldn't test the internal URL of this virtual directory, because the InternalURL property isn't set.
    But when I run "Get-EcpVirtualDirectory|fl" against the same machine, it shows that internal url property is set.
    Why is this happening and how can it be solved?

    Hi,
    The Test-OwaConnectivity cmdlet has been deprecated. It is recommended to use the
    Get-ServerHealth cmdlet to monitor server state.
    Regarding the parameter of Get-ServerHealth
    http://technet.microsoft.com/en-SG/library/jj218703(v=exchg.150).aspx
    Refer to this similar thread
    https://social.technet.microsoft.com/Forums/en-US/e952a854-647e-4f88-b54c-449c82c1c82e/testowaconnectivity-fails-cannot-find-internalurl-property?forum=exchangesvrdeploy
    Best Regrads.

  • Security Warning on submission of PDF

    I have an XDP form that acts as a user interface for a database in a Workflow Server process to gather information, and then is submitted back to Workflow Server to continue the process. It is rendered as a PDF. If the database functionality of the PDF file is used, i.e. to repopulate a list or validate entries, the following dialog box appears:
    "Security Warning
    This document as accessed more than one site and might be trying to share data among different locations. This could be a privacy concern. Are you sure you want to continue?"
    I'm running Acrobat Pro 7 in IE6, with LiveCycle 7 products. The only thing I can say with any amount of confidence is that it's not a browser issue, as I get identical messages when viewed through either IE or FireFox. I believe it's an Acrobat issue, but I can't find anywhere in the Acrobat settings to disable it. This is a major annoyance for the users, since more and more forms are going to need this functionality as we progress, and the average user does NOT like to see a "Security Warning" every time they submit a form.
    Thanks in advance for any help.
    Clifton Cline

    edit: The Security Warning appears when the user submits the form, not when the ADBC JavaScript is running.

  • How do I avoid the recipient of my Indesign PDF receiving a security warning when clicking on links?

    I create PDF's out of Indesign to send to new clients. They contain links to external websites. They do not contain any javascript or videos or hidden links. If the PDF is opened in Adobe Reader, when the recipient clicks on a hyperlink in my PDF they get a security warning asking if they trust the site. How can I avoid the recipient receiving this Security Warning as it would scare people into thinking I had sent them something malicious when I haven't?

    You cannot avoid it, that's part of the PDF security system to make the user aware that he is entering non-trusted area, as it is with every web page when it is opened the first time in Reader or Acrobat on this computer. ThatÄs an unchageable fact. You have to live with it.

  • "Security Warning" dialog box when click script set to Run at Server

    I am rendering a PDF form using the renderForm component.  I'm setting the Target URL.  I have a script on a button set to "run at server".  I can render my form in a browser and fill it out, but when I click the button I get a dialog box with a title of "Security Warning".  It says "Acrobat is attempting to connect to [target URL]" with options to Allow or Block.  Is this the expected behaviour for server-side execution of scripts?
    I'm thinking that maybe I should just use a submit button instead.  The problem with that though, is that I don't want to run the mandatory field rules and validation rules.  As I understand, you can't submit a form with a submit button unless all the mandatory fields are completed.
    Here's the requirement.  I need to have two "submit" buttons.  One checks all the mandatory field rules before submitting a "final" version of the form.  The other button submits a "draft" version without the mandatory checks.  I was hoping that the second button could be implemented as a normal command button with a script that executes server-side.  Sure enough, it attempted to submit without checking the mandatory fields.  Unfortunately I ran into other undesirable side-effects including a distressing "Security Warning" dialog box.
    Ideas?
    Jared Langdon

    This was helpful (stopped the request to execute Thunderbird) . However, The pop up window is now asking what program do you want to use to access the website??? What is the next step??

  • How to fix a security warning on a web form?

    hi, I have added a new form which I have modified, and it is coming up with a security warning (see attached screenshot)
    Is there any reason why this is happening and is there anything I can do to make it secure?
    Form is here:
    (www.eastsidestudios.com.au > book now > view cart > checkout)
    The checkout form is the one that has the security warning.
    This is the code on the form:
    <div class="checkOut">
    <h3>CHECKOUT</h3>
    <h5>* These fields are required</h5>
    <form action="http://www.eastsidestudios.com.au/FormProcessv2.aspx?WebFormID=42582&OID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={module_cid}" enctype="multipart/form-data" onsubmit="return checkWholeForm73108(this)" method="post" name="catwebformform73108">
        <table width="600" cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td colspan="3">
                    <table width="600" cellspacing="0" cellpadding="2" border="0" class="webform">
                        <tbody>
                            <tr>
                                <td colspan="3"><label for="Title">Title</label>
                                <br />
                                <select class="cat_dropdown_smaller" id="Title" name="Title">
                                <option value="436503">MISS</option>
                                <option selected="selected" value="436500">MR</option>
                                <option value="436501">MRS</option>
                                <option value="436502">MS</option>
                                </select></td>
                            </tr>
                            <tr>
                                <td colspan="2"><label for="FirstName">Parent First Name <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" /></td>
                                <td colspan="2"><label for="LastName">Parent Last Name <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" /></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="EmailAddress">Email Address <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" /></td>
                            </tr>
                            <tr>
                                <td style="width: 188px;"><label for="HomeAddress">Home Address <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="500" class="cat_textbox" id="HomeAddress" name="HomeAddress" /></td>
                                <td colspan="3"><label for="HomeCity">Suburb <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="HomeCity" name="HomeCity" /></td>
                                <td colspan="3" style="width: 172px;"><label for="HomeZip">Zipcode/Postcode <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="HomeZip" name="HomeZip" /></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="HomePhone">Home Phone Number <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="HomePhone" name="HomePhone" /></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="CellPhone">Cell Phone Number <span class="req">*</span></label>
                                <br />
                                <input type="text" maxlength="255" class="cat_textbox" id="CellPhone" name="CellPhone" /></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label>Payment Method <span class="req">*</span></label>
                                <br />
                                <input type="radio" value="5" id="PaymentMethodType_5" name="PaymentMethodType" />
                                PayPal<br />
                                </td>
                            </tr>
                            <tr>
                                <td><label for="CAT_Custom_259470">Child 1 Name <span class="req">*</span></label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259470" name="CAT_Custom_259470" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259481">Date of Birth Child 1 <span class="req">*</span></label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259481" name="CAT_Custom_259481" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259484">T-Shirt Size - Child 1 (holiday camp only)</label>
                                <br />
                                <select class="cat_dropdown" id="CAT_Custom_259484" name="CAT_Custom_259484">
                                <option value=" ">-- Please select --</option>
                                <option value="XS">XS</option>
                                <option value="S">S</option>
                                <option value="M">M</option>
                                <option value="L">L</option>
                                </select></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td><label for="CAT_Custom_259475">Child 2 Name</label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259475" name="CAT_Custom_259475" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259482">Date of Birth Child 2</label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259482" name="CAT_Custom_259482" maxlength="1024" /></td>
                                <td colspan="3"><label for="CAT_Custom_259485">T-Shirt Size - Child 2 (holiday camp only)</label>
                                <br />
                                <select class="cat_dropdown" id="CAT_Custom_259485" name="CAT_Custom_259485">
                                <option value=" ">-- Please select --</option>
                                <option value="XS">XS</option>
                                <option value="S">S</option>
                                <option value="M">M</option>
                                <option value="L">L</option>
                                <option value="XL">XL</option>
                                </select></td>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="CAT_Custom_259472">School</label>
                                <br />
                                <input type="text" class="cat_textbox" id="CAT_Custom_259472" name="CAT_Custom_259472" maxlength="1024" /></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label>I hereby give permission for my child to attend Eastside Studios and I understand that my child will be supervised for the duration of the class camp and/or aftercare hours only. (Aftercare hours only available during holiday camps) <span class="req">*</span></label>
                                <br />
                                <input type="radio" value="Yes" id="CAT_Custom_259476_0" name="CAT_Custom_259476" checked="checked" />
                                Yes</td>
                            </tr>
                            <tr>
                                <td colspan="3"><label for="CAT_Custom_259473">Does your child have any condition/illnesses/allergies that we need to be aware of?</label>
                                <br />
                                <textarea onkeydown="if(this.value.length&gt;=1024)this.value=this.value.substring(0,1023);" class="cat_listbox" rows="4" cols="10" id="CAT_Custom_259473" name="CAT_Custom_259473"></textarea></td>
                            </tr>
                            <tr>
                                <td colspan="3"><label>I give permission for my child to be photographed during the class and understand these photos may be used exclusively for Eastside Studios advertising material. <span class="req">*</span></label>
                                <br />
                                <input type="checkbox" value="Yes" id="CAT_Custom_259474_0" name="CAT_Custom_259474" />
                                Yes<br />
                                <input type="checkbox" value="No" id="CAT_Custom_259474_1" name="CAT_Custom_259474" />
                                No</td>
                            </tr>
                            <tr>
                                <td colspan="3"><input type="checkbox" name="CampaignList_29296" />
                                Subscribe to: Eastside Studios Database</td>
                            </tr>
                            <tr>
                                <td colspan="3"><input type="submit" id="catwebformbutton" value="Submit" class="cat_button" /></td>
                            </tr>
                        </tbody>
                    </table>
                    </td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="http://www.eastsidestudios.com.au/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount73108 = 0;function checkWholeForm73108(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address"); if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City"); if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State"); if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode"); if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country"); if (theForm.HomePhone) why += isEmpty(theForm.HomePhone.value, "Home Phone Number"); if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number"); if (theForm.PaymentMethodType) why += checkSelected(theForm.PaymentMethodType, "Payment Method");if (theForm.CAT_Custom_259470) why += isEmpty(theForm.CAT_Custom_259470.value, "Child 1 Name");if (theForm.CAT_Custom_259481) why += isEmpty(theForm.CAT_Custom_259481.value, "Date of Birth Child 1");if (theForm.CAT_Custom_259476) why += checkSelected(theForm.CAT_Custom_259476, "I hereby give permission for my child to attend Eastside Studios and I understand that my child will be supervised for the duration of the class camp and/or aftercare hours only. (Aftercare hours only available during holiday camps)");if (theForm.CAT_Custom_259474) why += checkSelected(theForm.CAT_Custom_259474, "I give permission for my child to be photographed during the class and understand these photos may be used exclusively for Eastside Studios advertising material.");if(why != ""){alert(why);return false;}if(submitcount73108 == 0){submitcount73108++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
    </form>
    </div>

    The problem is in <form action="http://www.eastsidestudios.com.au/FormProcessv2.aspx?WebFormID=42582&O ID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={mo dule_cid}"
    You have to remove http://www.eastsidestudios.com.au from the action URL and make it relative:
    <form action="/FormProcessv2.aspx?WebFormID=42582&O ID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={mo dule_cid}"
    Cheers,
    -mario

  • Security Warning in IE8

    The HTTPS page used to upload and manage files is accessing non secure resources (the icons) causing IE8 users to receive the following security warning:
    "Do you want to view only the webpage content that was delivered securely? This webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage."
    Users can disable the warning by enabling the display of mixed content, but ideally the Upload and Manage Files page should only access embedded resources using the HTTPS protocol.

    Hi, thanks for Your response. I see that this setting in IE8 eliminates the warning, but I would like to find a solution to the problem. I found the javascript function SAPCLT_SessInfo()  in the page which holds this.sessUrl. Since this url uses http (but the call to the webui application is called by https) I think this is the problem. I found that this url is automatically created when EP is used for session management.
    I found an article : [Session Management in Portals |http://wiki.sdn.sap.com/wiki/display/BSP/SessionManagementin+Portal]. We have the 'complex proxy landscape', however, the solution that the article presents does not work since we don't use Web Dispatcher. Is there another way to correct the sessUrl?
    Best Regards Eva

  • IE8 Security Warning in WebUI

    Hi, when testing our WebUI on IE8 we get a security warning 'Do You want to view only the webpage content that was delivered securely?' before the page is displayed. When pressing 'Yes' the header area of the web ui is not displayed ('This page cannot be displayed...'). The navigationbar and the workarea are displayed correctly.
    We use https for displaying the webui - are the areas within the webui called with individual url:s since we get the security waring?
    Any help greatly appriciated.
    Best Regards Eva

    Hi, thanks for Your response. I see that this setting in IE8 eliminates the warning, but I would like to find a solution to the problem. I found the javascript function SAPCLT_SessInfo()  in the page which holds this.sessUrl. Since this url uses http (but the call to the webui application is called by https) I think this is the problem. I found that this url is automatically created when EP is used for session management.
    I found an article : [Session Management in Portals |http://wiki.sdn.sap.com/wiki/display/BSP/SessionManagementin+Portal]. We have the 'complex proxy landscape', however, the solution that the article presents does not work since we don't use Web Dispatcher. Is there another way to correct the sessUrl?
    Best Regards Eva

  • JRE 6u19 - security warning   external properties file

    Hi,
    I have an applet with several jars files, all jars are signed.
    Since JRE 6u19, when launching my applet, I have the message "Java has discovered application components that could indicate a security problem".
    6u19 has a new security approach for application/applet mixing Signed and Unsigned Code.
    http://java.sun.com/javase/6/docs/technotes/guides/jweb/mixed_code.html
    Nevertheless, in my case, all jars are signed and I still have the warning message.
    I analyzed the code and noticed that the warning comes from the use of a properties file and a 'cacerts' file.
    The property file is used through the common class: java.util.Properties
    I think also that we have security warnings when using the following methods to get resources :
    this.getClass().getClassLoader().getResourceAsStream(fileName)
    or java.util.ResourceBundle.getBundle
    JRE 6u19 is supposed to verify if the jars are signed (and all my jars are signed) but I don' t understand why I have a security warning when using a properties file.
    I would appreciate to get help. thanks.
    Regards,
    Cédric

    I read your reply as: It should work to use the context classloader to load resources from unsigned jars without getting the warning. Is that correct?
    Unfortunately, I cannot attach context, so I am going to provide a small sample consisting of a handful of files, that produces a warning for me.
    To run the example:
    - Correct the codebase in the two jnlp-files
    - Compile the java-file, jar it to a jar called webstart.jar and sign the jar.
    - Jar the text file to a jar called resource.jar.
    - Run the webstart.jnlp.
    Main.java:
    package com.virtubuild;
    import java.io.*;
    import java.net.*;
    public class Main {
      public static void main(String[] args) throws IOException {
        ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader();
        URL url = contextClassLoader.getResource("resource.txt");
        if(url==null) {
          System.err.println("Could not find external resource");
          return;
        readAndPrint(url);
      private static void readAndPrint(URL url) throws IOException {
        BufferedReader in = openFile(url);
        String inputLine = null;
        while ((inputLine = in.readLine()) != null) {
          System.out.println(inputLine);
        in.close();
      public static BufferedReader openFile(URL url) throws IOException{
        InputStream input = url.openStream();
        InputStreamReader ireader = new InputStreamReader(input,"UTF8");
        return new BufferedReader(ireader);
    webstart.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="6.0+" codebase="file:///C:/TEMP/webstart/" href="webstart.jnlp">
      <information>
        <title>Webstart</title>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="always" policy="prompt-update"/>
      <resources>
        <java version="1.6+"/>
              <jar href="webstart.jar" main="true"/>
      </resources>
      <resources>
           <extension href="resource.jnlp"/>
      </resources>
      <application-desc/>
    </jnlp>
    resource.txt:
    Test
    Testing
    Tested
    resource.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="6.0+" codebase="file:///C:/TEMP/webstart/" href="resource.jnlp">
      <information>
        <title>Resource</title>
      </information>
    <update check="always" policy="prompt-update"/>
    <resources>
      <jar href="resource.jar"/>
    </resources>
    <component-desc/>
    </jnlp>The better way you mention is not really an option for us right now, but we will keep it in mind if we create another product deployed through webstart.

  • How to disable IE Security Warning on opening a "local" visio file with Visio Viewer ActiveX?

    Hello all,
    Everyone knows that Microsoft released ActiveX based Visio Viewer for free and allow the users to open Visio drawing and view/print via IE browser.
    The problem that I am facing is that some users are complaining about IE browser's security warning on "active content to run in files on My Computer".
    It means that opening .VSD files from the network, internet, intranet would be all OK but if the user wants to open .VSD files from the local hard drive (or open it as a mail attachment, which will extract it to a temp folder), it prompt the user to select "Allow Blocked Content" EVERYTIME they open them.
    I know that I can GLOBALLY disable this warning by going through Tools - Internet Options - Security section and enable "Allow active content to run in files on My Computer" but I hope that there is a way (or workaround) to allow them by file type or location, etc.
    Questions:
    1. Is there any way to disable those warning for all .VSD only while we still UNCHECK the option on Internet Options?
    2. Is there any 3rd party Win32 based viewer which wouldn't have those restriction?
    3. Is it safe assumption that McAfee VirusScan and Host IPS protection is sufficient enough to remove the IE's security warning feature?
    Thanks in advance?
    Young-

    Are you able to host/launch the VSD file via an HTM page? In that case you can format the HTM page as shown below. This will trick IE into thinking it is loading the file off of a website. Commonly called 'mark of the web'.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    </html>

  • Importing fdf with js always get security warning

    Hi, I have a form with some options (1 category as text with drop down and 5 radio button). The selection get the name of the fdf file to import. On import I get every time the security warning. I select the "Remember this action..." and I click "Allow". In the Settings/Security (Enhanced) the path and the file doesn't appear, so I set it manually, but I still get the security warning everytime. Files are stored locally in a different partion as the system. This happens on 2 machines (Mac 10.7, Mac10.8, Acrobat X, ACrobat XI, Reader XI).
    this is the script
    var A = "/Volumes/Data_Sharing/Projects/.../.../.../";
    var B = getField("Category").valueAsString;
    var C = "-okom-data.fdf";
    var D = A + B + C;
    var E = this.getField("Text1");
    E.value = D;
    this.importAnFDF(D);
    The field Text1 is only a string visualisation for controlling
    If I set an Import Data Event without js I don't have any security warning with fdf (but always with xfdf, xml and text files).
    If you know what I miss, thanks for any suggestion
    Curzio

    Unfortunately i dont think its possible.
    You'd think a deployment could restrict warnings for a local intranet, or have an exception list.
    There was another answer i did see but i would not recommend this at all. Even the person who put the post up does not recommend it.
    http://forums.sun.com/thread.jspa?threadID=5253971
    You have two options, do not have java 1.6 on the desktop as this is the version that brings up the security warning. Or you can try the new
    application with java 1.6 (As long as all functionality is tested). This will satisfy your new app, but not the applications that run of the older
    java runtime environments. (we are going to test the application under 1.6 even though its not a supported certification by the vendor.)

Maybe you are looking for

  • Sample code to connect LDAP server using jndi

    Hi, can any one help me with sample code to connect LDAP server using jndi, like i want to make use of Ldap server for serching Active directoty. Thanks in advance, Regards Muthu

  • Im not able to Post Withholding Tax in "BAPI_ACC_DOCUMENT_POST"

    Hey Guys, I am not able to Post Withholding Tax in BAPI "BAPI_ACC_DOCUMENT_POST". Can anybody please tell me the alternative ??? How can i post With holding TAX info with accounting document...is there any other function module to do the same ??? It'

  • Ovi chat

    Hello everyone i have some trouble using ovi chat. Previously it was working perfectly and i had a couple of frineds on it but in the ovi community. But then somehow all of my friends got deleted and i cant add any i can only add people at yahoo eg [

  • Apply Smart object transformation to other layers

    Is there a way to get the current transformation used on a Smart Object layer (scale/skew/rotat/perspective/warp/etc.), to allow applying it to other layer(s)? I've looked through the Javascript reference, and I haven't found anything that appears to

  • How do I unlock Photoshop 6?

    I just installed the CS6 upgrade, but when I try to launch Photoshop I am told that I need to unlock it through the properties tab in Windows. I went to the properties tab, but I don't see anything there that says lock/unlock. What am I missing? Than