This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 229159 - Do not parse HTML pages with XML parser.
Summary: Do not parse HTML pages with XML parser.
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-29 12:22 UTC by Martin Entlicher
Modified: 2013-06-02 01:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2013-04-29 12:22:58 UTC
The buttons that are to be displayed on the submit dialog are parsed from a HTML page by using an XML parser. Since HTML does not have to be as strictly formatted as XML does, this is a source of errors.
See e.g. issue #228670.
Comment 1 Martin Entlicher 2013-05-31 13:47:57 UTC
Fixed by changeset:   255179:19cc9e0883c3
http://hg.netbeans.org/core-main/rev/19cc9e0883c3
Comment 2 Quality Engineering 2013-06-02 01:09:08 UTC
Integrated into 'main-golden', will be available in build *201306012301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/19cc9e0883c3
User: mentlicher@netbeans.org
Log: #229159: Do not parse HTML code with XML parser, use HTML parser.