-
Bug
-
Resolution: Fixed
-
P4
-
5.0u7
-
b85
-
x86
-
windows_vista
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2138323 | 5.0u10 | Jacky Chu | P4 | Resolved | Fixed | b01 |
JDK-2171653 | 1.4.2_20 | Abhijit Saha | P4 | Resolved | Fixed | b01 |
JDK-2158731 | 1.4.2_19-rev | Kannan Balasubramanian | P4 | Resolved | Fixed | b05 |
AppletContext.showDocument() works abnormally for "file:/" protocol URL.
Tested OS : Windows vista (beta)
Tested build : JDK5.0u7
Description:
Pass an absolute file protol type url to the method getAppletContext().showDocument(...),it will fail to open the url.
Error shows that needless "file:///"+ logical disk number is appended in front of inputed absolute url.
Sample codes to reproduce it:
URL url=new URL("file:/c:/index.html");//an absolute file type url
getAppletContext().showDocument(url, "_top");
Error likes "can't fild file file:///c:/c:/index.html" will be given.
Tested OS : Windows vista (beta)
Tested build : JDK5.0u7
Description:
Pass an absolute file protol type url to the method getAppletContext().showDocument(...),it will fail to open the url.
Error shows that needless "file:///"+ logical disk number is appended in front of inputed absolute url.
Sample codes to reproduce it:
URL url=new URL("file:/c:/index.html");//an absolute file type url
getAppletContext().showDocument(url, "_top");
Error likes "can't fild file file:///c:/c:/index.html" will be given.
- backported by
-
JDK-2138323 Vista: AppletContext.showDocument() works abnormally for "file:/" protocol URL
-
- Resolved
-
-
JDK-2158731 Vista: AppletContext.showDocument() works abnormally for "file:/" protocol URL
-
- Resolved
-
-
JDK-2171653 Vista: AppletContext.showDocument() works abnormally for "file:/" protocol URL
-
- Resolved
-