[Bug 597] Entities are parsed incorrectly in PARAM tag in applet plugin

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Nov 24 06:30:53 PST 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=597


asu at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from asu at redhat.com  2010-11-24 14:30 -------
I can confirm that this happens in firefox as well.

The problem shown here is happening because the tags are being scanned one
character at a time. When a quote ' or " is found it continues to grab
everything between the next ' or " as the value, all other items are ignored.

Refer to PluginAppletViewer.java's method ScanTag().


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list