-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1
-
rc
-
x86
-
windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2067013 | 5.0 | Louis Martin | P4 | Resolved | Fixed | tiger |
Name: gm110360 Date: 03/24/2003
A DESCRIPTION OF THE PROBLEM :
"PARAM element codebase" is described as follows:
Specifies the base URL of the applet. The URL should be relative to the document URL. This PARAM element is required only if the applet is not located in the same directory as the document.
This is wrong. The codebase URL can be relative to the document URL or absolute, and not only relative as the statement implies. In other words code for the applet can come from a different server then the document in which applet executes.
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.1/docs/guide/plugin/developer_guide/using_tags.html
(Review ID: 182944)
======================================================================
- backported by
-
JDK-2067013 codebase can be an absolute url and not only a relative one
-
- Resolved
-