author | herrick |
Thu, 06 Jun 2019 19:07:18 -0400 | |
branch | JDK-8200758-branch |
changeset 57389 | cce526c681dc |
parent 47216 | 71c04702a3d5 |
permissions | -rw-r--r-- |
44744
333a815987e2
8173801: Modify makefiles to not build demos and samples bundles.
shurailine
parents:
26756
diff
changeset
|
1 |
The source code provided with demos for the JDK is meant |
10292
ed7db6a12c2a
7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff
changeset
|
2 |
to illustrate the usage of a given feature or technique and has been |
ed7db6a12c2a
7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff
changeset
|
3 |
deliberately simplified. Additional steps required for a |
ed7db6a12c2a
7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff
changeset
|
4 |
production-quality application, such as security checks, input |
ed7db6a12c2a
7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff
changeset
|
5 |
validation, and proper error handling, might not be present in the |
ed7db6a12c2a
7067811: Update demo/sample code to state it should not be used for production
nloodin
parents:
diff
changeset
|
6 |
sample code. |
26756
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
7 |
|
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
8 |
In some cases, the default security settings may block an execution |
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
9 |
of demo applets in a browser. To adjust the security settings, please |
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
10 |
refer to the following resource: |
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
11 |
|
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
12 |
http://java.com/en/download/help/java_blocked.xml |
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
13 |
|
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
14 |
Some demo applets need to be accessed through the HTTP or HTTPS |
2f8b9266922b
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae
parents:
25859
diff
changeset
|
15 |
protocols to enable access to the required resources. |