Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.2.1 Product Version 3.2.0
  Product Build
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);
Steps To Reproduce
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