21 lines
560 B
HTML
21 lines
560 B
HTML
|
<html>
|
||
|
<!--
|
||
|
test
|
||
|
@bug 6193279
|
||
|
@summary REGRESSION: AppletViewer throws IOException when path is encoded URL
|
||
|
@author Dmitry.Cherepanov@SUN.COM : area=appletviewer
|
||
|
@run compile IOExceptionIfEncodedURLTest.java
|
||
|
@run shell IOExceptionIfEncodedURLTest.sh
|
||
|
-->
|
||
|
<head>
|
||
|
<title>Started by shell script</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1>IOExceptionIfEncodedURLTest<br>Bug ID: 6193279</h1>
|
||
|
|
||
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
||
|
|
||
|
<APPLET CODE="IOExceptionIfEncodedURLTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
||
|
</body>
|
||
|
</html>
|