History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-398
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Assignee: Unassigned
Reporter: Jonathan S. Olson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XStream

DomDriver does not cascade XmlFriendlyReplacer

Created: 11/May/07 12:35 PM   Updated: 24/May/07 12:38 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2.2

JDK version and platform: All


 Description  « Hide
DomDriver has a constructor with (String encoding, XmlFriendlyReplacer replacer). It passes the replacer up to the parent, as expected. But then it never uses xmlFriendlyReplacer() to construct the DomReader or the PrettyPrintWriter.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 11/May/07 02:15 PM
Stupid error. Thanks for heads-up. I've checked in a corrected version.