Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002975 [Quercus] major always 09-29-08 00:26 10-01-08 12:08
Reporter bago View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 3.2.0
Summary 0002975: DOMImplementation creates XML parsers instead of HTML.
Description This is DOMImplementation:
----
  public void parseHTMLDocument(Document document, ReadStream is, String path)
    throws IOException, SAXException
  {
    _factory.parseXMLDocument(document, is, path);
  }
---

It should call _factory.parseHTMLDocument(document, is, path);
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
09-29-08 00:26 bago New Issue
10-01-08 11:39 nam Status new => assigned
10-01-08 11:39 nam Assigned To  => nam
10-01-08 12:08 nam Status assigned => closed
10-01-08 12:08 nam Resolution open => fixed
10-01-08 12:08 nam Fixed in Version  => 3.2.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker