Submitted On 23-APR-2007
Fred_Lani
We (ADP Lightspeed) are having a similar issue with DEP and IE7(mshta.exe) calling an applet on Vista. We have a Microsoft case number SRX070305603739. Based on what they are saying we need to talk Sun to resolve this.
Submitted On 02-MAY-2007
rminner
Ditto. We too have been using signed applets for years with few problems, and nothing on this scale. If this is not addressed as a severe defect very soon (weeks) I will have to begin plans to abandon applets in our product ASAP, at considerable cost.
Submitted On 11-MAY-2007
That is true, its broken
Submitted On 11-MAY-2007
I totally agree. Java's signed applets are the answer to trusted, portable code in a web environment. This worked very well up until Vista, and also on other platforms (Mac, Linux). I definitely think Sun should fix this.
Submitted On 22-MAY-2007
rminner
Well, it's been a month now, 55 votes and in the Top 25, but not even a "we're looking into it" from Sun. Looks like non-toy applets may be officially dead soon. Let the rumors begin...
Submitted On 01-JUN-2007
Jess_Holle
I'd have to concur with the bug complaint to a large degree.
On the other hand, I have to say that IE7+Vista's behavior is totally onerous. It is truly a shame that consumers and IT folk insist on using IE rather than Firefox.
Submitted On 14-JUN-2007
Fitch
If Sun really does have the ability to circumvent the IE7 security limitation, then I would be baffled and perplexed if they do not do so very soon. The problems that this will cause applet developers and the money that will be lost due to service issues and re-development of existing working applets will be off the charts. If I were an executive at Sun I would make this my number one task!
Submitted On 28-JUN-2007
We have a NAC solution pushed to nearly 4000 users and are pushing it to another 5000 at the end of the month and this bug is killing us...
Submitted On 11-JUL-2007
The team I work with has developed a solution to this problem using an IE broker.
It is technically feasible to implement this solution in a short period of time.
Submitted On 21-JUL-2007
I was also faced.
Submitted On 25-JUL-2007
An update from Sun on this issue would be appreciated. Signed applications are pretty much useless on Vista unless this is addressed. Customers may not be willing to turn off IE7 protected mode to fix this issue.
Submitted On 26-JUL-2007
I concur with the other posters. Our development of full fledged applets will die a quick death if this is not fixed pronto. We pay Verisign to get a signing certificate, and this certificate is not gaining us any functionality for a growing percentage of our user base. Can someone from Sun at least drop a note to say they are actively working on this, and whether it is just a policy issue, or if there is a technical difficulty?
Submitted On 11-SEP-2007
Though my previous comment bemoans IE usage, etc, the fact of the matter is that loads of people use IE and as other posters have said, this puts serious limitations on applets.
My understanding from other bug reports is that Flash has already long since worked around this. If Sun can't address this, their other recent and noteworthy efforts to resurrect may come to naught.
Submitted On 13-SEP-2007
I meant to say "resurrect Java in the browser" in the comment just above.
Submitted On 08-OCT-2007
Given the latest evaluation note from Sun an ETA for an out-of-process plug-in for Windows would be *very* helpful. At JavaOne it was stated that this was being targeted for Java 7 with some *possibility* of appearing in a Java 6 update. It would seem that anything short of a Java 6 update shortly after the "Consumer JRE" update will fall way short.
Submitted On 08-OCT-2007
Marc-Segura
Hi,
I do not know if this is relevant here but maybe it can help someone.
We run into the same problem: we have a signed applet that must run at the highest privilege level under windows vista. We found a solution but it is not pure java.
Let say we want to run the program P.exe at the highest level from a signed java applet.
In our solution, java starts a first C# program. This program is in charge of creating a process running at the highest privilege level. There are many examples of this on the web (see for example http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/03/27/elevate-a-process-at-the-command-line-in-vista.aspx
This may be not enough because usually you want Java to interact with the process P through standard input and standard output. It just happens that under windows vista, when an elevated process is created, the parent process can not access the standard input/output streams of its children process if the parent process is not itself running at the highest privilege level.
A solution is to use another process that will run at the highest privilege level and forward the standard input/output to the java applet through an IPC. This is in fact the solution described here (in a C++ context): http://www.codeproject.com/useritems/UAC__The_Definitive_Guide.asp But in the previous link, the author uses named pipe as IPC and this is not very well supported in Java. We have used a socket that accepts connections only from the local computer.
So in short, in our approach, the java signed applet creates a first C# process. This first process starts and elevates a second C# process. This second process runs at the highest privilege level. It opens a socket with the signed java applet. Through the socket, the java applet tells the second C# process that P.exe should be executed. The second C# process starts P.exe and redirects the standard input/output streams to the signed java applet through the socket.
If you are interested, please go to http://www.fileslost.com : you will see the applet running. By the way if you need to recover a file, this is a great site. (we intend to improve the GUI offered by the applet now). Under vista, you will see that the user gets prompted but that if the user accepts the prompts, the applet runs just fine. Do not be afraid regarding the certificates: we have no money to buy certificates stamped by a true certification authority so we are using self signed certificates.
I do not think that a pure java solution can be designed in the current situation. For example, the C# code uses runas to do the elevation and there is no equivalent in Java.
I hope this helps.
Best regards.
Marc
Submitted On 28-OCT-2007
For all concerned, it is likely that this bug will be addressed in Java SE 6 Update N (Consumer JRE)
http://www.javaworld.com/javaworld/jw-10-2007/jw-10-consumerjava.html
Submitted On 08-NOV-2007
"close to 100% compatibility" is not acceptible. With the new applet model, will applets still be able to commincate with Java script in the browser page they were launched from? What are the compatibility shortcomings?
In any case, this bug should not be closed until the fix for it has been released. Sorry, but this is not a duplicate of 6622332, but associated/addressed by the same fix. This is very questionable bug management.
Submitted On 08-NOV-2007
I think you need to read "duplicate of N" as "is/will-be resolved by N". It just means "see N for further action and status" and that nothing more will be put here. In this case 6622332 is taking over for a couple dozen bugs, it seems, and it's still open.
Not quite clear, but it looks like the new plug-in isn't available for "us" yet. Time to watch 6622332.
Submitted On 09-NOV-2007
Marc-Segura
Hi,
I do not understand very well why Sun closed this bug.
It is said: "For all concerned, it is likely that this bug will be addressed in Java SE 6 Update N (Consumer JRE)".
Does Sun really believe that all computers with the current java plugin under windows vista and IE7 will update their JRE just because Sun decided to acknowledge the problem described in this bug?
I think the answer is no.
For example, the jre on some vista computers is installed by oem and then sent to customers that only have a RTC connection. I believe that these users (e.g. my parents for example) will not update the JRE.
As we can not assume that all java applet users will update their JRE, we have to live with the half broken signed applet execution model of the java plugin 1.6.0_01.
That's just my thought. I would like to hear some comments.
Thank you.
Marc
Submitted On 18-NOV-2007
@Marc - I don't think Sun bothers about that - once a broken piece of software is out on the market there's no way to fix all of it - you can only fix the next versions.
Submitted On 26-FEB-2008
alex_mayorga
Any chance we can get a defined range for N?
Submitted On 27-FEB-2008
kbrussel
6uN will be 6u10. We will very likely not have all of the updates between the current one (4) and 10, but skip a few. The thing which is best defined is the schedule, which can be seen at the top of:
https://jdk6.dev.java.net/6uNea.html
Submitted On 07-MAY-2008
Would this fix be back propogated to Java SE 5.0 soon? My company has many Java-based products and we are not planning to upgrade to SE 6.0 until sometimes in 2009, but we are trying to support Vista/IE 7 by the end of 2008.
Submitted On 31-MAR-2009
vglass
I am currently using Version 6 update 13 of Java Plugin in Firefox 3.0.8 MS Vista environment. I am still experiencing the same behavior described for this bug even though the status of the bug has been flagged as "Closed".
To clarify, behavior is that I am unable to write files to "protected" directories even though all permissions have been granted to applet.
Has this issue really been fixed or has this bug been mislabeled?
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|