Bug in FF Adbobe Reader Plugin?

Hi,
i use a web application which pulls pdf reports from a  server by http-post requests, so parameters are transmitted in the requests-body.
As a viewer i do use Acrobat Reader Plugin, most recent release with FF 3.0.3 on Windows XP pro.
So due of the http-post requests the requested url remains always the same for every report.
The problem:
In case of two reports having the same content-length, the former requested report is displayed as the result of the last request, though the content is different.
The effect could be reproduced.
Obviously the plugin cant distinguish the reports. With Acrobat Reader as the Viewer and with IE and Adobe AddOn all reports are displayed correct.
Beside the http-post implmentation may not be the best way to do this, is this a bug or mishandling by the user.
Regards
Chris

Reader is a different product
http://forums.adobe.com/community/adobe_reader_forums

Similar Messages

  • Bug in Acrobat Reader Plugin for FF?

    Hi,
    i use a web application which pulls pdf reports from a server by http-post requests, so parameters are transmitted in the requests-body.
    As a viewer i do use Acrobat Reader Plugin, most recent release with FF 3.0.3 on Windows XP pro.
    So due of the http-post requests the requested url remains always the same for every report.
    The problem:
    In case of two reports having the same content-length, the former requested report is displayed as the result of the last request, though the content is different.
    The effect could be reproduced.
    Obviously the plugin cant distinguish the reports. With Acrobat Reader as the Viewer and with IE and Adobe AddOn all reports are displayed correct.
    Beside the http-post implmentation may not be the best way to do this, is this a bug or mishandling by the user.
    Regards
    Chris

    Post your question in the forum for Adobe Reader.

  • How do I tell FF to ignore flash, and not bug be to install the plugin?

    I don't care for MM Flash, so I don't install it. Firefox keeps bugging me to install the plugin every time it hits a page with a flash component. How do I tell it to stop doing that?
    I've tried setting a filter in AdBlock for *.swf, but no go.

    To disable automatic error handling for the current VI, select File»VI Properties and select Execution from the Category pull-down menu. To disable automatic error handling for any new, blank VIs you create, select Tools»Options and select Block Diagram from the Category list. To disable automatic error handling for a subVI or function within a VI, wire its error out parameter to the error in parameter of another subVI or function or to anerror out indicator.
    I'm not sure of it works for warnings as well.
    Below are the references:
    1. http://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/error_checking_and_error_handling/
    2.http://www.ni.com/gettingstarted/labviewbasics/handlingerrors.htm
    I am not allergic to Kudos, in fact I love Kudos.
     Make your LabVIEW experience more CONVENIENT.

  • Plugin check says the Acrobat Reader plugin (10.0.1.434) is an outdated version; however, I downloaded the latest version of Acrobat and installed it. Is there a problem on my PC /environment or with the plugin check?

    1. Did the plugin check on June 10th -- got the message that Acrobat Reader plugin for Firefox and Netscape was an outdated version. Pressed the Update button on the page and was taken to the Adobe site.
    2. Downloaded the latest version, AdbeRdr1001_en_US.exe, and then ran the executable locally on the PC. The update completed normally. Note: I did not unistall the old Acrobat reader before running the executable.
    3. Went back to the plugin check page and I still received the outdated message for that plugin. Have rebooted system (i.e. the next day) and repeated the check, with the same results.
    4. Have opened Acrobat Reader application, pressed Help and then Check for Updates -- no new updates were found. Have run the Mozilla test (Mozilla Privacy Policy PDF) without any issues.
    5. What is the plugin version that should be registered on my PC within the Add-ons Manager?
    6. Please advise on the appropriate steps.

    I think there is a bug in Plug-in check. It happened to me as well in the last few days. There's no newer version of Adobe Reader that I know of. Anyway, Adobe is going to release a patch next Tuesday, maybe that'll fix this bug.
    http://www.zdnet.com/blog/security/adobe-readies-critical-pdf-reader-patch-tuesday/8751?tag=nl.e539

  • Foxit Reader Plugin for Mozilla 2.2.3.111 blocked while blocklist.xml tops out at maxVersion="2.2.1.530"

    Attempting to open a .pdf with Firefox 18.0, and having Foxit Reader Plugin for Mozilla 2.2.3.111 installed, I receive the gray lego piece page with text "The plugin is vulnerable and should be updated/Check for updates/Click here to activate the Foxit Reader for Mozilla plugin"
    I look into the blocklist.xml file and find the plugin item:
    <pluginItem blockID="p250">
    <match name="filename" exp="npFoxitReaderPlugin\.dll" /> <versionRange minVersion="0" maxVersion="2.2.1.530" severity="0" vulnerabilitystatus="2"></versionRange>
    </pluginItem>
    Next, I view installed plugins and find: Foxit Reader Plugin for Mozilla 2.2.3.111, and it is not disabled.
    My first question is why, when the installed plugin version is 2.2.3.111, and the blocklist maxVersion is 2.2.1.530, do I receive any kind of plugin blocked page?
    My second question is "is there any method or technique so specifically unblock a particular plugin, without affecting any other plugin?"
    I force-reinitialized the blocklist.xml file and database.
    Currently, I am running extensions.blocklist.enabled false, to sidestep this exact problem, but would definitely prefer to have this set true.
    Thanks.

    Hi cor-el,
    I ''did'' see the bug report, that relates to ''2.2.1.530 AND BELOW''.
    The current installed plugin is 2.2.3.111, which is ABOVE 2.2.1.530, hence the blocklist should not apply, since its setting "maxVersion", apparently the maximum version to which the block list should apply, is 2.2.1.530.
    Thank your for looking into this, though.
    Possibly I do not understand the maxVersion property in the .xml?

  • [svn:osmf:] 15121: Fix bug related to validation of plugin versions.

    Revision: 15121
    Revision: 15121
    Author:   [email protected]
    Date:     2010-03-29 17:33:12 -0700 (Mon, 29 Mar 2010)
    Log Message:
    Fix bug related to validation of plugin versions.  The fix is to load a dynamic plugin SWF twice.  The first time it's loaded into a separate ApplicationDomain, so that the class types are not merged (and Version.version will not have identical values for player and plugin).  If the version types are consistent, then the plugin is loaded a second time, this time into the same SecurityDomain (so that class types are merged).  The second load should pull the SWF from the cache, minimizing the overhead.  The downside is that the SWF will be initialized twice.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/SWFLoader.as
        osmf/trunk/framework/OSMF/org/osmf/elements/loaderClasses/LoaderUtils.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/DynamicPluginLoader.as
        osmf/trunk/framework/OSMF/org/osmf/media/pluginClasses/PluginLoader.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/media/pluginClasses/TestPluginManagerIn tegration.as
        osmf/trunk/framework/OSMFIntegrationTest/org/osmf/utils/IntegrationTestUtils.as

    Hi sebasvideo, Did you ever find a solution to this? I've been having the same problem for a few months now and it's maddening. Seems to be specific to the GPU like you say above. I noticed it most when using Element 3D. I thought maybe there was some sort of read/write interference as I have 2 SSDs and one HD with assets spread across all of them. But even when I consolidated all of my data to one drive the flickering kept happening. Not sure if it's an After Effects problem specifically... or windows 8.1? Or nVidia? Super frustrating thoguh.

  • Rotate reader plugin

    Hi,
    In Adobe AIR, you are able to show a webpage and the component just renderers the system browser, so if I show a PDF it shows the acrobat/reader plugin. I then wan't to be able to manipulate that PDF, like you can with images in some some image app's on touchbased devices.
    When I rotate a webpage the content stills shows, and your able to interact with the page, but as soon as a PDF are rendered in the plugin and it's rotated, the area of the PDF goes black.
    Best regards
    Martin Andersen

    No I'm not talking about running Reader/Acrobat as a plugin for a host application.
    Yes, actually you are - it doesn't matter if you're rendering via a browser process or talking to Reader directly, you're loading a Reader process in the default configuration (as opposed to writing a plugin that installs inside Reader, which was what Bernd was talking about).
    Again, if you won't give details of the setup you're using, nobody's going to help. These are user-to-user forums - engineering does not monitor them in any formal way, someone may notice your question but it's unlikely. If you believe you've found a bug, you must report it for any action to be taken. If not, and you require a definitive response, please open a support ticket.

  • How to reinstall Adobe Reader plugin?

    Somehow Safari has lost its Reader plugin. Can somebody tell me how to put it back?
    I still have Adobe Reader on my computer but when I click on a pdf link Safari now uses Preview again instead of Reader.
    I already tried to download Reader and reinstall it but to no avail.
    Many thanks for all your suggestions,
    Eaglepeak

    Check to see if the plugin is still in 'HD/Library/Internet Plug-ins/'. If it is, launch Adobe Reader and navigate to the 'internet' section of its preferences. Ensure that the plugin is enabled.
    Yang

  • Does Adobe Reader plugin work in Firefox 11 if launched from Gnome?

    Sorry to cross post, but I couldn't figure out how to move my post from the "Adobe Reader" forum to the "Adobe Reader for Unix" forum.
    If I launch Firefox (version 11) from the command line (Linux shell), then I can open a PDF with the Adobe Reader plugin.  But if I launch Firefox from the desktop or panel in Gnome, I get the message "Could not launch Adobe Reader 9.1.0. Please make sure it exists in PATH variable in the environment.  If the problem persists, please reinstall the application."
    acroread is in the PATH variable - I checked ("which acroread" and "echo $PATH")
    We are using acroread 9.3.2.  We tried updating to the latest acroread 9.4.something ...? but the SendMail option was missing from Edit->Preferences, so we reverted to 9.3.2.
    We are using Debian Linux 5.0.8.
    It is very convenient and user-friendly in our library for visitors to be able to view a PDF in the browser (with the plugin) and to be able to just click on the envelope icon from there to send a PDF.
    This was working fine until we upgraded to Adobe Reader 9.4.  We reverted to 9.3.2, and everything was working fine again.  Then our systems people did some things, including updating Mozilla Firefox from version 3.6.13 to version 11.  Then the plugin stopped working from the Gnome launch panel.  I tried running the old Firefox 3.6.13 from the Gnome launch panel, but the plugin no longer works in it, either.
    Has anyone had this problem?
    Sometimes running Firefox from the command line gives some errors.  I tried various versions of nppdf.so and tried toggling the about:config variable "dom.ipc.plugins.enabled.nppdf.so" but nothing changed.

    I have the same or a very similar issue on WIn7 64bit

  • Adobe Reader Plugins for Safari 5 on Snow Leopard

    Our software uses Adobe Reader to open, edit, and save Pdf Forms.  Most of our customer base is on Windows but we now have some MAC users as well.  Everything works fine except using Safari 5 on Snow Leopard.  It appears as if the plug ins are not loading properly or at all when Reader 9 is installed.  When a user goes to open a PDF Form, nothing happens.
    My personal Macbook which I have at the office, is Leopard with Safari 5 and when I download Reader 9, I can see the plugins in Safari and everthing works fine.  Any suggestions?
    Thanks

    On Snow Leopard 10.6, you need to run Safari in 32 bit mode to get the Adobe Reader Plugin to load and launch properly.
    To do this,
    1) exit Safari. 
    2) in the Finder go to your Applications folder, select Safari and do File->Get Info
    3) Check 'Open in 32-bit mode' in the General pane of that dialog
    4) Relaunch Safari
    5) Under the Safari Help->Installed Plug-ins you should now see the Adobe Reader plugin support.
    I am able to get Safari to open forms inline in Reader this way.  I am not able to get the Adobe Forms with Adobe Javascript running in this mode.  Any insight on how this might be done would be helpful.  It does work in the Standalone Reader, but so far no luck enabling it in the Safari plugin.

  • My Adobe Reader Plugin does not Load in Some Machines

    Hi ,
    I have created a Plugin for Adobe Reader 9 and Adobe Reader X.
    As per the licence it has to work with both the version.
    My plugin gets loaded in Adobe Reader 9 and Adobe Reader X versions only in development machines and few of the testing machines and My plugin works fine in these machine as per the task it has to do.
    I tried to test My plugin in some machines which has same configuration as that of the machines where My plugin was able to load, but i could see My plugin loaded only in some machines and all other machine its not getting loaded.
    Please some one let me know why is this happening and how to overcome this. I think i am missing something to load My Plugin but in some machines i was able to load My plugin without doing any settings other than copying My plugin's .api file to Reader Plugin's folder.
    Thanks in advance. Please some one help me out.

    Hi Irosenth ,
    I was getting the below error when i saw the EventViewer.
    Error : Activation context generation failed for "C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\MyPlugin.api". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",typ e="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
    Now i added the required Redistributables while packing all the files and tested it in target machine..
    All is Well Now..., Thanks you Very Much. ...
    Thanks and Regards,
    Chetan

  • Javascript Detection of Adobe reader plugin for Adobe version 9.0

    Hi,
    I'm working on a javascript utility that finds out the version of the adobe reader plugin that is installed in firefox and IE.
    The firefox code works fine but I can't detect Adobe version 9.0 for IE using the following code.
         var LATEST_ADOBE_ACROBAT_VERSION = 9;
         //Look for versions >= 7
          for (var i = 7; i <= LATEST_ADOBE_ACROBAT_VERSION; i++){
             pluginFound = detectActiveXControl('AcroPDF.PDF.' + i);
             if (pluginFound) {
                acrobatVersion = 7;
                Document.write("Adobe Version : " + String(acrobatVersion));
                return acrobatVersion;
    The detectActiveXControl('AcroPDF.PDF.9'); function call results in an object does not exist exception at runtime despite the fact that I have adobe reader 9 installed on my machine. So I assume that the name of the object has been changed for Adobe 9.
    Ihave been googling for most of the afternoon to try and find the correct object but no luck so far. If anybody knows the name of the object for adobe reader 9 and wants to let me know it would be greatly appreciated.

    Hello everyone !
    I have a similar problem... I am currently using both, Safari(5.1) and Firefox(10.0), please don't judge me Runnin on OSX Lion 10.7.2
    I recently installed a plug-in for PDF files on Firefox called Schubert|it PDF Browser Plugin (recommended by mozilla.support.org) since I was unable to open PDF files without downloading them, then open them with Preview.
    I was really satisfied, works great, although i had to make some adjustments to get it started !
    Unfortunately, when I switch back to Safari, the plug kicks in. Now, as I remember, Safari has a "built-in" Adobe Reader plug in and it work just fine.
    My Question is: Is it possible to affetct the Schubert it PDF Browser Plugin for Firefox and keep Adobe for Safari ? Otherwise, I would almost prefere to have AdobeReader for both of them, since i have good experience with it.
    Thank you in advance
    YA92

  • Firefox will not use Foxit Reader plugin.

    Why doesn't the configuration to use the Foxit Reader plugin for PDF files work? The Adobe Reader plugin (in Firefox) is used instead.
    In Firefox 3.6.8 "Options" window, "Applications" tab, for "Content Type" -- "PDF file," the selected "Action" is "Use Foxit Reader Plugin for Mozilla (in Firefox)."
    For "Content Type" -- "PDF file, in the "Action" dropdown list, no option is listed for "Use Adobe Acrobat (in Firefox)."
    The "C:\Program Files\Mozilla Firefox\plugins" folder contains both (1) the Foxit Reader plugin (npFoxitReaderPlugin.dll ver.1.0.1.1117), and (2) the Adobe Reader plugin (nppdf32.dll ver.9.3.3.177).
    When Firefox connects to a website using a URL for a PDF file, the PDF document always appears in Firefox using Adobe Reader.
    Given the configuration, why doesn't Firefox open the file using Foxit Reader? How can this be fixed?
    Operating system is Windows XP Media Center Edition 2005.
    Thank you.

    BTW, Foxit has released Foxit Reader 4.3.0 which uses Firefox plugin 2.0.2010.1103.Plz take a look at foxit download center:http://www.foxitsoftware.com/downloads/index.php

  • Internet Explorer ONLY passes parameters to Adobe Reader plugin for hosted files, not local

    WORKS:
    <embed src="http://host.com/test.pdf#page=5"/>
    FAILS:
    <embed src="test.pdf#page=5"/>
    Both code snippets above work when the HTML file is hosted (IIS / Apache).  My web-app needs to be able to run from a USB memory stick and work with IE9.  The #page param is required for a core feature of the app.
    Parameters after the # are passed correctly to the Adobe Reader plugin in Firefox for offline files, eg: file:///C:/test.htm.  The documentation only describes hosted examples: http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    I have tried the <object> route as well with similar results, eg: http://pdfobject.com/
    I have burned over 8 hours looking for a solution. I have tried any logical settings in Adobe Reader X, and with the security zones in IE.  I am not very familiar with IE security zones, but I suspect it could be related to my issue.  I can specify the end-user change any browser or plugin settings as an acceptable solution.

    I am developing a hybrid web-application that needs to work both offline (entire website) and in a hosted environment.  A key part of the product is displaying PDF's with a dynamic index outside of the PDF. This allows us to use PDF's collected from hundreds of contractors, clients and manufacturers and combine them into one searchable product with a consistent interface.  I can specify product requirements including IE browser settings, installed plug-ins etc. I am not trying to cater to a wide audience such as everyone online, but a specific one that is spending $5k-30k for a custom resource.
    I expect the limiation is due to a wide cast net regarding security.  I tried every setting in IE and essentially fully disabling all security options did not resolve it.
    I found a solution, by accessing the ActiveX object directly you can use the exposed classes described here: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=IAC_API_OLE_Objects.103.167.html
    Javascript:
    var pdfO = document.getElementById('pdfObj');
    pdfO.setCurrentPage(pageNumber);
    HTML:
    <OBJECT id ="pdfObj" data="test.pdf" TYPE="application/pdf">
        <a href="test.pdf">Fall-back code</a>
    </OBJECT>
    This actually works much faster as well, since the plugin doesn't need to be re-drawn in the DOM

  • How to highlight a text in Adobe reader plugin uisng code?

    I am using VC++ to create tyhe Activex control( Adobe Reader plugin). Through code I am able to view the pdf. But now i want to highlight some text in the reader. Is it possible to do it.

    Is it not possible to create highlight annotations using the SDK? At any rate, you should ask over at the Acrobat SDK forum...

Maybe you are looking for

  • GR for Import PO

    Hi, Is there any error message or some setting, so that at the time of GRN system will show the message that Custom invoice not prepared. Pls guide.

  • Will apple upgrade my solid state drive in my 15 inch 2014 macbook pro to the 1tb version?

    I currently have the 500 GB Solid State Drive in my 2014 15inch Macbook Pro. Due to my usage requirments (videography). I was wondering if i paid for it, could i get apple to install the drive in my macbook?

  • How to get rid of a binary file with firefox that pop up allthe time?

    each time that i open moxilla firefox a box asking if I want to save or cancel the binary file. I have tried to ignore ti however it has become a bother. How do I stop the box from popping up ?

  • Put a swf into an existing swf

    i want to play a swf file inside my flash website, the swf needs to be an external file, not inside the movie itself, how can i do this?

  • Wired keyboard not found

    Hi I just did an update (stupidly didnt check wat the update was) of my 10.8.3 OSX (14th May 2013) on a brand new imac and now the wired keyboard isnt found - maybe it's a faulty keyboard but we are talking less than 2 weeks old and i had no problems