You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2008/01/13 12:39:34 UTC

[jira] Created: (HARMONY-5383) [jdktools][appletviewer] Applet viewer can not handle not well formed htmls

[jdktools][appletviewer] Applet viewer can not handle not well formed htmls
---------------------------------------------------------------------------

                 Key: HARMONY-5383
                 URL: https://issues.apache.org/jira/browse/HARMONY-5383
             Project: Harmony
          Issue Type: Bug
          Components: JDK
            Reporter: Alexey Petrenko
            Assignee: Alexey Petrenko


HTML parser of applet viewer  can not handle html if it is not well formed. Attribute values are not surrounded with quotes or tags are not closed for example.
This is a limitation of xerces xml parser which is part of Harmony.

I'll try to implement parser for applet viewer using javax.swing.text.html.parser package.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-5383) [jdktools][appletviewer] Applet viewer can not handle not well formed htmls

Posted by "Alexey Petrenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko closed HARMONY-5383.
------------------------------------

    Resolution: Fixed

The parser has been rewritten using javax.swing.text.html.parser package.

> [jdktools][appletviewer] Applet viewer can not handle not well formed htmls
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-5383
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5383
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>            Reporter: Alexey Petrenko
>            Assignee: Alexey Petrenko
>
> HTML parser of applet viewer  can not handle html if it is not well formed. Attribute values are not surrounded with quotes or tags are not closed for example.
> This is a limitation of xerces xml parser which is part of Harmony.
> I'll try to implement parser for applet viewer using javax.swing.text.html.parser package.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.