On Tue, 2006-04-25 at 16:57 +0200, Audrius Meskauskas wrote: > If you run http://www.geocities.com/SiliconValley/Park/9967/atari.html > in the standalone (using gcjappletviewer), you will notice one of the > applets is not loaded. The problem is the codebase for the applet is > being parsed to "http:" instead of the entire url. > > Hello, Lillian, > > I did not expected that the unquoted parameter value may contain slash. > This is simple to fix. As far as I checked there are no regressions from > this change, let me known if they are.
So far I don't see any regressions. Thank you for fixing this. :) > > 2006-04-25 Audrius Meskauskas <[EMAIL PROTECTED]> > > * gnu/javax/swing/text/html/parser/support/Parser.java (readAttributes): > Allow slashes (/) in the unquoted parameter value. >
