WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
14554
Java Chat Applet from www.crfriends.de do not load
https://bugs.webkit.org/show_bug.cgi?id=14554
Summary
Java Chat Applet from www.crfriends.de do not load
Alexander Luck
Reported
2007-07-07 11:55:34 PDT
In the site www.crfriends.de is a function part Chat. From the url
http://www.crfriends.de/index.php?module=pnAddonChat&func=view
can members see who is in chat and exist a login in the chat with a link (url=
http://www.crfriends.de/index.php?module=pnAddonChat&func=chat
). By use of the link do it open a new window. Ok. But the Java Chat Applet do not load. Quellcode of the popup chat window: <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
"> <html> <head> <title>crfriends - Chat</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body style="background-color:#000000;"> <div style="text-align:center;"> <applet code="Client.class" codebase="
http://client4.addonchat.com/current/
" archive="scclient_de_i.zip" width="600" height="425" alt="Java Chat Software - AddonChat" MAYSCRIPT> <param name="room" value="203959"> <param name="username" value="rubbermummy"> <param name="password" value=""> <param name="autologin" value="yes"> <a href="
http://www.addonchat.com/
">Java Chat Software</a> </applet> </div> </body> </html> Is maybe the problem that the java applet is in a zip archive?
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2007-07-07 14:17:00 PDT
Similar to
Bug 14212
?
Alexander Luck
Comment 2
2007-07-07 14:28:28 PDT
The applet on
http://java.sun.com/applets/jdk/1.4/demo/applets/GraphicsTest/example1.html
load in my safari. Or which url do you mean?
David Kilzer (:ddkilzer)
Comment 3
2007-07-07 14:42:26 PDT
(In reply to
comment #2
)
> The applet on >
http://java.sun.com/applets/jdk/1.4/demo/applets/GraphicsTest/example1.html
> load in my safari. Or which url do you mean?
That one was supposed to work. This one does not per
Bug 14212
: 1. Go to URL:
https://www.crushftp.com/demo/
2. Log in as: demo/demo
Alexander Luck
Comment 4
2007-07-07 14:47:45 PDT
Also this applet load Safari. It is show a file manager.
Alexander Luck
Comment 5
2007-07-07 16:58:17 PDT
My example site have an applet in a archive. But your 2 url use normally class files. Is it able to do one that safari does not manage with Applets in archives?
Alexander Luck
Comment 6
2008-02-09 03:54:27 PST
with Public Beta Seed 310A32 is load the chat applet!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug