Auto download of jre with jws 1.2

We use JWS for downloading JRE from a local server, (using the concept proposed by T.Dunst http://www.vamphq.com/jwsfaq.html#ownj2se). Our Installer class is based on Dale Searle's Java Runtime Installer (also found on above link), including his hack for using the same downloaded jre for all users.
This works fine with jws1.0.1, which stores the downloaded jre in an extension directory in the Java Web Start installation directory.
Problem is that now that we upgraded to JWS1.2, jws default location for the extension directory is in the users profile, and thus it can't be accessed by all users.
Anybody have an idea of how to solve this?
On code level the difference is that, considering the following code in my Installer class:
private static String installPath;
private static ExtensionInstallerService service;
service = (ExtensionInstallerService) ServiceManager.lookup(
"javax.jnlp.ExtensionInstallerService");
installPath = service.getInstallPath();
for JWS1.0.1, installPath will be the path to Java Web Start directory
while for JWS1.2 it will be the path to the User Profile.
My first idea to solution was to just set the value for installPath to the path to Java Web Start directory, but I don't know how to get this information using JWS1.2. Anyone else knows?

However, I don't see how it solves my current problem with one
download for all users on the same machine. Unless I'm misstaken,
using this Web Start Service Pack with JWS1.2 will still store the
downloaded jre in the users profile and it will thus be unreachable
for other users, right? If you want to discuss the Lopica Web Start Services Pack I invite you to join the lopica-talk mailing list @ http://lists.sourceforge.net/lists/listinfo/lopica-talk
I'm not the author of the package and, therefore, can't answer your question. Please, ask Richard on the lopica-talk mailing list how you can adapt the package to your needs.
- Gerald

Similar Messages

  • BESX SP3 MR6 - Email attachments are now ALWAYS Auto-download - not good with duplicate attachment names

    Does anybody else see where email attachments are now always auto-download on all devices. The policy option was phased out in 5.0 but the default at that time was no (to auto-download). Now they all auto-download.
    1. PDF will not display because they must stay as attachment to render on Blackberry device. Says
    “This attachment type cannot be viewed on your device”
    2. Phone messages attached as voicemail.wav - first one works, but since no longer the "Preview" option second says "Fielname exists - Rename?" Some devcies you can save and go back - others you can't.

    Surely there's an expert on this forum who can help?

  • How to auto download a link with MP3 every week on the same time?

    Hi all,
    i found this website where weekly the radiostation that i listen to,
    posts the jazz show in mp3 format.
    The name of the link stays the same, is there a possibility on a mac or iphone, to weekly automatically save the content of that link, in a folder on my desktop?
    iv'e tried automator, but i dont succeed.
    Here by an example of the link.
    http://download.streampower.be/vrt/radio1/11_11ctwo-snip_med.mp3
    Please can somebody help me?
    Kind Regards
    K

    Copy ALL of this into a plain text editor:
    #! /bin/bash
    #replace everthing after 'curl' and before '>' with the url you want to use
    curl http://download.streampower.be/vrt/radio1/11_11ctwo-snip_med.mp3 > ~/Desktop/"$(date)".mp3
    Save it on your desktop as 'MP3_weekly_download'.
    In terminal, paste
    chmod 755 ~/Desktop/MP3_weekly_download
    then press 'return' on your keyboard.
    Test the script by double clicking on it on the desktop. It should open a Terminal window with a progress meter, and you should see the file in the link appear on your desktop with a timestamp as part of the filename.
    ⦿ If it doesn't work, you either didn't do one of the steps above correctly or copying the text above introduced some invisible return characters. If that's the case, open the text editor again and delete all the space between the lines, then put them back in by hitting the return key.
    Once you've got the script running all you have to do now is schedule it. You can do that in Automator or iCal. If you're not sure how, consult step 4 in this post:
    http://mac.tutsplus.com/tutorials/automation/4-easy-ways-to-automate-your-macs-s chedule/
    ps. Don't forget to replace the URL in the script with the one that you actually want to use, if that's not it.

  • JRE 1.4.1 auto-download URL?

    If it is available, what is the "codebase" URL for the auto-download of JRE 1.4.1 for use in the <object> tag?
    Thanks all,
    Mark

    I found it:
    http://java.sun.com/products/plugin/autodl/jinstall-1_4_1-windows-i586.cab#Version=1,4,1,0

  • How to turn off email auto download?

    Hi All,
    I'm running Tiger (10.4) on one hard drive and I'm running Leopard (10.5) on another - working on familiarizing myself and looking for problems. 10.4 uses Mail.app 2.1.3 while 10.5 uses Mail.app 3.5.
    With Mail 3.5 - I've been unable to find a way to switch from auto-downloading of emails in favor of "Manual." This "feature" of auto-dowloading emails has always bugged me (a lot). So I use "Manual" downloading with v. 2.1.3. and want the same "sanity" with 3.5.
    Secondary problems: I notice that 3.5 cannot verify the certificate of my ISP Pop server and keeps warning me "this may be a fake certificate" and gives me options to "stop" or "connect." Geez, there's no doubt about the SAME certificate when using Mail.app 2.1.3.
    Also, it appears that Mail 3.5 is taking "forever" to send (upload) image attachments. I haven't had a chance to really track this down, but it seems like Mail may be converting every .jpg file to .png - which increases file size. I watched the Activity window and saw upload speeds of from 0 to 2.7 kbs - but suddenly the indicator bar jumps ehead and the mail is sent.
    Any have any idea how to stop auto-downloading of emails with Mail.app 3.5?
    Any further help with those secondary problems will also be appreciated.
    TX in advance.

    Thanks Klaus1 - it's interesting to see that Apple designers still have not caught on to the idea that "icons" for important things need to be distinguishable from one another.
    That is, the icon for the overall preferences panel (in 10.4) looks a whole lot like the icon used for Mail 3.5 prefs (in 10.5) and it's located in the same spot as overall prefs on Mail 2.1.5. So I naturally thought the icon on 3.5 was for "overall prefs" and ignored it. Thanks Apple, for letting your employees take so many naps during their work shifts.
    You get a "helpful" for your post. Now if I can get responses on the slow upload (on DSL) by Mail.app and figure out why it doesn't recognize my (national based) ISP's certificate, I'll be a happy camper.

  • JRE with JDK !!!!!!!!!!!!!

    Hi,
    I am new to Java development.I have a doubt---why does SUN provide JRE along with JDK when u have a runtime environment available within ur JDK. It could have been provided only seperatley for nondevelopers to download.why JRE with JDK...
    Is it marketing :-) or Does the JRE have features that are not there in JDK ???
    Thanx
    Shiv

    The JDK is for development purposes. Sun could, if they wanted to, make the versions different. For instance, the JDK can be compiled with certain flags to help development (debugging, etc.)
    The JRE is used for a "real world" test bed.
    Regards,
    Nick G.

  • Auto Download JRE from Intranet using JWS

    I'm pretty new to JWS, I want to download a specfic JRE version from my Intranet or from a directory on the Unix server (webserver). I have downloaded 1.4.2_11 from Sun web site to http://webserver01.intra.xyzabc.com:8000/sample. What step I must do to autoload when the user does not have any JRE installed on desktop
    please help me.
    Thanks
    Baski
    Sample.jnlp:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for Sample Program -->
    <jnlp
    spec="1.0+"
    codebase="http://webserver01.intra.xyzabc.com:8000/sample"
    href="Hello.jnlp">
    <information>
    <title>Java Web Start, Sample Program</title>
    <vendor>Java Web Start Home Page</vendor>
    <!--homepage href="docs/help.html"/ -->
    <description>This is a Sample Program</description>
    <offline-allowed/>
    </information>
    <resources>
    <jar href="Sample.jar"/>
    <j2se version="1.4.2_11" href="http://webserver01.intra.xyzabc.com:8000/sample"/>
    </resources>
    <application-desc main-class="Sample"/>
    </jnlp>

    Note that only certain version are available for
    auto-download, and the published list may be
    out-of-date (it was the last time I checked.)
    (grumble) I'd have thought Sun might be able to get
    the technology together to generate the list of available
    versions actively (e.g. using JSP/servlets).
    There was recently a question why no version
    NN available?, my reply linked to the list of
    available versions and asked Do you see
    your requested version, listed here?
    I probably led the questioner entirely astray.

  • 1.4.2 not available for auto download via JWS

    I just tried to change my jnlp to use 1.4.2 and it will not auto download from Sun. Does anyone know if/when this will be available?
    The application has requested a version of the Java 2 platform (JRE) that is currently not locally installed. Java Web Start was unable to automatically download and install the requested version. The JRE version must be installed manually.
    <j2se version="1.4.2*" max-heap-size="144M"/>

    Yeah, I'd rather not have had to do all this work too.. I'm not clear on wether Sun intend to deprecate this JWS feature in favour of Java Update which should arrive with the next 1.4.2 revision. It's certainly true the support was even worse than I feared before I pinged the autodl server responses - jvms that used to work have vanished, indeed the whole international jvm request service ("http://java.sun.com/products/autodl/j2se/international") seems to have been suspended.
    As of tonight the a request for all the 1.3 & 1.4 Sun runtime products returned:
    <pre>
    Checking for version (1.3.0) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_02) - Download version 1.3.0_02 available
    Checking for version (1.3.0_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_04) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_05) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_01a) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_02) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_04) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_05) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_06) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_07) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_08) - Download version 1.3.1_08 available
    Checking for version (1.4.0) - Download version 1.4.0 available
    Checking for version (1.4.0_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.0_02) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.0_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.0_04) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.1) - Download version 1.4.1 available
    Checking for version (1.4.1_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.1_02) - Download version 1.4.1_02 available
    Checking for version (1.4.1_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.2) - Not Available, error message "11 Could not
    locate requested version"
    </pre>
    Pretty poor support, hence my continued griping in: http://www.javadesktop.org/forums/thread.jspa?threadID=84&tstart=0
    - Richard

  • Sending "Cookie" header  with JRE 1.5.0_07 doesn't work with JWS

    Hi
    I have a JWS application that runs from JRE 1.4.0_XX to JRE 1.5.0_06
    The app sends a "Cookie" header to our webserver
    HttpURLConnection tc = (HttpURLConnection)repository.openConnection();
    tc.setRequestProperty("Cookie", "GLINK=TOKENID");
    Now this has worked thru 20 different runtime versions since 1.4.0_xx until JRE 1.5.0_07 was released. My code has remained unchanged for 3 years. And with JRE 1.5.0_07 the "Cookie" header is simply gone in the webserver or never sent at all. The changelog for 1.5.0_07 only has a rough description of what has changed. I can see that SUN has made som changes to class HttpUrlConnection in 1.5.0_07 by comparing class files against 1.5.0_06 and apparently disturbed som funtionality that worked before. Other headers are received but not the "Cookie" header. If the application is executed without JWS, for example with Eclipse or Jbuilder, the "Cookie" header is received by the web server and all other headers as well.
    Any ideas what SUN has done in 1.5.0_07 and JWS ?? and more specifically in class URLConnection or HttpURLConnection.
    Here is some code example to test the issue:
    Run this code with and without Java Web Start
    With JWS, the "Cookie" header is never received by the server.
    without JWS, the header value is reveived.
    import java.net.*;
    import java.io.*;
    public class HTTPTest
    public static byte[] crLfArr = {13,10};
    public static String contenttype_ = "text/plain";
    public static BufferedReader retval = null;
    public static void main(String[] args) throws IOException
    int tecken = (int)'X';
    String boundary = "12345xyzzy";
    URL repository = new URL("http://myserver");
    URLConnection tc = (URLConnection)repository.openConnection();
    tc.setDoOutput(true);
    tc.setDoInput(true);
    tc.setAllowUserInteraction(false);
    tc.setRequestProperty("Content-Type"," multipart/form-data; boundary=" + boundary);
    tc.setRequestProperty("Cookie", "GLINK=TOKENID");
    OutputStream out = tc.getOutputStream();
    printPartHeader(out, boundary, "filtag" , "filnamn");
    out.write(tecken);
    printEndBoundary(out,boundary);
    out.close();
    retval = new BufferedReader(new InputStreamReader(tc.getInputStream()));
    public static void printEndBoundary(OutputStream out, String boundary) throws IOException
    String str;
    str = "--" + boundary + "--";
    out.write(str.getBytes());
    out.write(crLfArr);
    out.write(crLfArr);
    public static void printPartHeader(OutputStream out,
    String boundary,
    String field,
    String filename) throws IOException
    String str;
    printBoundary(out,boundary);
    str = "Content-Disposition: form-data; name=\"" + field + "\"";
    out.write(str.getBytes());
    if (filename.length() > 0) {
    str = "; filename=\"" + filename + "\"";
    out.write(str.getBytes());
    out.write(crLfArr);
    str = "Content-Type: " + contenttype_;
    out.write(str.getBytes());
    out.write(crLfArr);
    out.write(crLfArr);
    public static void printBoundary(OutputStream out, String boundary) throws IOException
    String str;
    str = "--" + boundary;
    out.write(str.getBytes());
    out.write(crLfArr);
    Regards
    Jojje

    Hi,
    I decompiled the HttpURLConnection implementation in question from the rt.jar file. I do not think that you can find the source code for these SUN-specific implementations anywhere (except maybe through the new Java 6.0 collaboration process).
    JAD did the trick.
    For the standard classes (packages java.*, javax.*), I think that the most current source code is included in the corresponding JDK download.
    As to the JWS vs. standalone effect, I do not know what happens there.
    Maybe Java uses a different HttpURLConnection implementation when running as a standalone application?
    For our applet, the problem is definitely there. The cookie header was set but already removed when the CookieHandler method was called.
    The trouble is, that our applet can operate multiple independent sessions (with different session-ids), so a global CookieHandler is not an option. The only reason why I previously had to implement my own CookieHandler implementation in 1.5 was in order to remove unwanted Cookies which were otherwise inherited from the browser session by the CookieHandler�s applet default implementation.
    I also entered a bug report (on Wednesday already)...
    regards,
    Gunnar

  • Auto download JRE

    Hello,
    One of the described features of webstart is the auto-download of the specified JRE (if not yet installed)
    I want to place the JRE on my local server to prevent downloads from the Sun site when the JRE is not yet installed on the client PC.
    How can I do this ?
    Thanks for the info,
    Piet

    As I said in previous response, the complete jre installer source is included in the JDK/samples directory.
    You cannot use the standard tag: href="http://java.sun.com/products/autodl/j2se" alone, because this directs java web start where to download the jre from.
    if you wan to accept either a jre downloaded from sun, or one loaded from your company server, but want only to force autodownload only from your companies server you would need to list multiple j2se elements:
    <j2se version="1.4.2*" href="http://yourcompany.com/products/autodl/j2se">
    <j2se version="1.4.2*" href="http://java.sun.com/products/autodl/j2se">
    then if either are there it will use it, otherwise it will try to download from the first one.
    It sounds more like most people want a local client configuration, that says where to download jre from when the standard href (href="http://java.sun.com/products/autodl/j2se") is given.
    there is the config entry: deployment.javaws.installURL , but that won't do what you want. (that will cause platform version specifications (those w/o href) to download from it's value, but it will also set that value in the location field of jre's discovered on the system (as on windows thru the registry), which will cause a non-match on jnlp files specifying sun product version (ie: with href="http://java.sun.com/products/autodl/j2se")
    What we really need is a configuration parameter that means "alternative download url" so that anyone requesting either a product version, or a platform version with the href equal to the value of the property deployment.javaws.installURL, will go to the alternative url to attempt the download.
    I'll file such an RFE for the next version.
    /Dietz

  • Multi-language JRE via auto-download?

    It seems that the JRE installed via the auto-download cab file for Windows is not the multi-language version. If I install the JRE by hand and then launch my Web Start application, I have no issues accessing other encodings like JIS_X0201. However, if I use the auto-download feature described in the Java Web Start tutorial (using http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=6,0,0,0...) I get an English-only version and end up with UnsupportedCharsetExceptions when I access other encodings.
    So, in short: Is there a way to get the multi-language JRE via auto-download?
    Thanks!

    Thats the GUI I am talking about
    Confirmation Needed - Print
    Print Request
    Applet would like to print . Do you want to proceed?
    Don't show this dialog box again?
    Yes No
    I want this to be in Portuguese, my native language.
    I changed the code like this:
    import java.util.Locale;
    import java.util.ResourceBundle;
    private String language = "br";
    private String country = "BR";
    Locale currentLocale;
    ResourceBundle messages;
    currentLocale = new Locale(language, country);
    messages =ResourceBundle.getBundle("MessagesBundle",currentLocale);
    ( I included )
    ( I algo created those files )
    MessageBundle.properties
    Dialog = Confirmation Needed - Print
    Title = Print Request
    Text = Applet would like to print. Do you want to proceed?
    Warn = Don't show this dialog again
    MessageBundle_br_BR.properties
    Dialog = Confirma��o Requisitada - Impress�o
    Title = Requisi��o de Impress�o
    Text = O Applet deseja imprimir. Deseja prosseguir?
    Warn = N�o mostre esta caixa de di�logo novamente.
    Everything according to tutorial.
    But I did not understand how this change a dialog that came from the JRE!!
    Angel Portal

  • Can the JRE auto download support in Vista using Java 5?

    Hi,
    I am investigating the JRE auto download and upgrade in intranet on Vista. But it seems the JRE auto download is disabled in Java 6.
    http://pscode.org/jws/upgrade.html
    Is it possible I achieve this in Java 5?
    Thanks a lot!

    a sample of the jreinstaller is provided in the samples directory go the 1.5 JDK.
    /Dietz

  • Automatic Downloads and Strange Error Message: "You can auto-download purchases on this computer with just one Apple ID every 90 days"

    Hi gang-
    Yesterday I noticed that iTunes on my iMac had not auto-downloaded several new songs that I had recently purchased on my iPhone.    In iTunes Preferences, under Store -> Automatic Downloads, I always have Music selected so all songs purchased from any device using my Apple ID normally download automatically.
    To troubleshoot this, I double-checked my Preferences and sure enough, Music was de-selected under Automatic Downloads.   I then Selected it and clicked OK.   Here's where it gets weird and I get this error message:
    This computer is already associated with an Apple ID.  You can auto-download purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 84 days.
    I read and re-read this message and none of it seems to apply to me.   I have only one Apple ID.   I am currently logged in with iTunes to that one Apple ID.   All my iTunes Music ever has been purchased with that one Apple ID.   I am not trying to associate this computer or any other with a different Apple ID.
    I logged iTunes out and then back in again and tried all the above- but same error message.
    So, as it is now, I am unable to turn on Automatic Downloads in iTunes.   
    Anyone know what the heck is going on?
    Thanks!
    Dave

    Hey gang-
    Okay, this gets more and more bizarre.   I sent a support email to Apple and basically they said  "...it seems that someone else associated your Mac with their Apple ID. That's the reason your purchases won't download."
    Yikes!   My wife and I live alone- and we have exactly one and only one Apple ID.    Would somebody have needed physical access to my iMac to do that?
    Support then said "You can view which devices or computers are currently associated, remove unused devices or computers, and see how long before they can be associated with a different Apple ID from the Account Information page in iTunes on your computer."
    Okay- so I logged into My Account in iTunes.   On the list of associated devices, my own iMac is NOT on that list.   But I am logged in under the same Apple ID I've had for years on that iMac.
    So my big question right now is...if my iMac (that I've owned for 5 years) has somehow been dis-associated from my Apple ID, how do I find out what Apple ID it is associated with?
    Thanks gang for trying to help me unravel a mystery.
    Dave
    PS- Here's an Apple Tech article on iTunes associations, but it doesn't really go beyond what we've discussed above:
    http://support.apple.com/kb/HT4627

  • JavaWebStart JRE 1.4.2 auto-download installer sample

    Environment: WinXP - Pro SvcPack2, jdk1.5.0_08
    I am a JAVA newbie attempting to learn more. In trying to learn more about the JRE auto-download installer, I tried to build the sample installer using the README found in the jdk1.5.0_08\sample\jnlp\jreinstaller directory as a guide -- without success.
    I went the GNU website and got a copy of "gnumake". I then went to the jreinstaller\build\win32\jreinstallers directory and ran 'gnumake'. I got the following error;
    process_begin: CreateProcess(NULL, uname, ...) failed.
    process_begin: CreateProcess(NULL, uname, ...) failed.
    process_begin: CreateProcess(NULL, uname, ...) failed.
    for i in j2re1_4_2/GNUmakefile ; do \
    echo ">>>Recursively making "$i" "all"..."; \
    C:/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win
    32/gnumake -f $i bundle || exit 1; \
    echo "<<<Finished Recursively making "$i" "all"." ; \
    done
    i was unexpected at this time.
    gnumake: *** [all] Error 255
    I "assume" the problem I am having is a "setup" issue. Can anyone help point me in the right direction to compile this.
    Thank you!!!

    Well, I got over one hurdle by using a SUN document that describes setting up the environment for building a JDK under Windows.
    I am using the Cygwin command binaries for compilation.
    Now when I try to build the sample, I get the following error;
    C:\Program Files\Java\jdk1.5.0_08\sample\jnlp\jreinstaller\build\win32\jreinstallers>C:\cygwin\bin\make all
    for i in j2re1_4_2/GNUmakefile ; do \
    echo ">>>Recursively making "$i" "all"..."; \
    /usr/bin/make -f $i bundle || exit 1; \
    echo "<<<Finished Recursively making "$i" "all"." ; \
    done
    Recursively making j2re1_4_2/GNUmakefile all...make[1]: Entering directory `/cygdrive/c/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win32/jreinstallers'
    cl /IC:/Program Files/Java/jdk1.5.0_08//include /IC:/Program Files/Java/jdk1.5.0_08//include/win32 -c -o bin -Fobin/WindowsInstaller.o ../../../src/win32/jreinstallers/WindowsInstaller.c
    make[1]: *** [bin/WindowsInstaller.o] Error 53
    make[1]: Leaving directory `/cygdrive/c/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win32/jreinstallers'
    make: *** [all] Error 1
    Any idea what the 'Error 53' means?

  • 1.4.2 JRE auto-download signature problem

    Hi,
    When I try to use the 1.4.2 cab file for auto-download, I find that there is a certificate signature problem when it installs. It comes up with a message:
    "Warning: The authenticity of this content cannot be verified, therefore it cannot be trusted.
    Problem listed below:
    Content does not match the signature."
    I'm not sure that it happens every time, but at least half of the time.
    This is a problem because we will supply this cab file with our product, so that the customer has an option to install it. However, it will look like we're supplying something unsecured.
    Here's the location of the cab file in question:
    OBJECT CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab"
    Anyone else experienced this? Is this a bug?
    Thanks,
    Mike.

    This seems to the same problem as in bug 4908234, which currently has status "In progress, bug".

Maybe you are looking for