Welcome to Microsoft .NET Framework 3.0 Community (NetFx3)

The .NET Framework is Microsoft's managed code programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

Learn More...

Browse by Tags

All Tags » openinfocard » Firefox   (RSS)
Showing page 1 of 2 (13 total posts)
  • Bugzilla@Mozilla – Bug 457068

    The number of bugs in Firefox and the Firefox Java plugin that affect the openinfocard id selector increased in the last days/weeks. Not funny. - eval(..., scope) regression - javascript instanceof not working with Java classes - AccessControlException for java based Firefox extensions - javascript array constructor not working with Java classes - window.java is sometimes defined but sometimes not Sun says they can not fix the java plugin for java 6 update 10... Aaargh. Maybe it is time to build
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on September 26, 2008
    Filed under: openinfocard, firefox, java, javascript, extension, mozilla
  • Firefox Java Plugin(s)

    Have you ever wondered how Firefox finds the Java plugin on Windows systems? The reason you might start to wonder is that Firefox finds the plugin even when you installed Firefox after you had installed Java... The trick is that Firefox - as long as you don't configure it not to do this - scans the Windows Registry. If you experience problems with the new NPRUNTIME version of the Java plugin you can disable it like shown in the picture. This solves problems Java based plugins like the openinfocard
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on September 12, 2008
    Filed under: openinfocard, firefox, Firefox extension, java, extension
  • openinfocard and Firefox 3

    There are currently issues with java in Firefox3 that prevent the openinfocard id selector to function reliably. For the time beeing: If you want to use/try the openinfocard id selector then please use Firefox 2.0.0.16 . Mozilla and Sun are changing the way java works in Firefox and this seems to be problematic. While I could work around some issues, there is no workaround for others. Using 6u10 makes things worse. The current problems break all java extensions in Firefox3 that use the jar file loading
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on September 9, 2008
    Filed under: openinfocard, firefox, java, extension
  • Firefox3 Java Bug: openinfocard needs your help

    The early betas of Firefox3 crashed when the openinfocard identity selector was loaded. The current beta and the one before do not crash, but don't work. InternalError: Unable to convert JavaScript value file:/C:/Dokumente%20und%20Einstellungen/Nennker.Axel/Anwendungsdaten/Mozilla/Firefox/Profiles/kb7ofbop.default/extensions/ %7B211DBAEA-CE99-11DA-8254-96BEC52F3316%7D/components/firefoxClassLoader.jar to Java value of type java.net.URL[] Yesterday I retrieved the latest Firefox3 code from CVS and
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on April 1, 2008
    Filed under: openinfocard, firefox, java, bugzilla
  • Minefield defused

    The openinfocard id selector now works with Firefox3 . The bug in Firefox3 is not fixed but circumvented. Firefox3 treats arrays of java objects differently than before. In a javascript script the call "java_method([aElement])" formerly worked but now it fails. It has to be replaced with var urlArray = java.lang.reflect.Array.newInstance(java.net.URL, 1); urlArray[0] = aElement; // aElement beeing a java.net.URL java_method(urlArray); Please download the latest version in the openinfocard download
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on April 1, 2008
    Filed under: openinfocard, firefox, javascript, firefox3
  • openinfocard plugin vs extension

    I have no shame... and must tell that a first step in realizing the openinfocard selector as a Firefox plugin instead of an extension was achieved today. A Firefox plugin is probably the correct way to handle HTML <object type="application/x-informationcard" >...</object> inside Firefox. When I implemented the certificate chain validation I had to build my own Firefox browser from sources because I needed an API that is not in the Gecko SDK but in the Firefox source code. Now I had everything
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on March 24, 2008
    Filed under: openinfocard, firefox, Firefox plugin, NSAPI
  • openinfocard logo

    Projects seem to need a logo . I hope that this quick (non-art) work finds some supporters. Or should should it be this one?
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on March 10, 2008
    Filed under: openinfocard, firefox, informationcard, logo
  • SAML ECP Firefox Extension

    This is cool. I was thinking of giving this a try myself. An identity selector that speaks SAML instead of WS-*. This should not be that complicated when you mix the openinfocard selector with a java SAML library. Add ingredients, shake well, stir, ready. I am wondering if they took the photo shot before or after they began this project.
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on March 3, 2008
    Filed under: SAML, openinfocard, firefox, Liberty Alliance, informationcard
  • http header: X-ID-Selector

    There is currently a discussion how and if a browser should indicate the presence of installed id selectors. I am against "polluting" the user-agent string. Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506) This indicates only that .NET3 is installed, it does not tell the relying party whether CardSpace is active or disabled. I prefer that the id selector adds a HTTP header e.g. "X-ID-Selector" to the HTTP requests. This is easy to implement;
    Posted to Cardspace Community Bloggers (Weblog) by Anonymous on December 10, 2007
    Filed under: CardSpace, openinfocard, livehttpheaders, firefox, IE, ActiveX, IE7, mime-handler, .net3
  • xmldap / openinfocard paymentCards

    A prototype for exchange of dynamic information
    Posted to Windows CardSpace Team Bloggers (Weblog) by Anonymous on December 8, 2007
    Filed under: Information Cards, Identity Metasystem, XMLDAP, Firefox, Claims, openinfocard
1 2 Next >

Copyright © 2007 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us