Edgewall Software

Changes between Initial Version and Version 5 of Ticket #429


Ignore:
Timestamp:
Jun 1, 2011, 4:38:27 PM (13 years ago)
Author:
cboos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #429

    • Property Keywords cache added
    • Property Owner changed from cmlenz to hodgestar
    • Property Status changed from new to assigned
  • Ticket #429 – Description

    initial v5  
    2828}}}
    2929
    30 I didn't investigate further yet, what `strip_whitespace=False` is to prevent the `WhitespaceFilter` to be added to the `XMLSerializer`, so the bug happens only when that filter is not present... strange.
     30I didn't investigate further yet, what `strip_whitespace=False` does is to prevent the `WhitespaceFilter` to be added to the `XMLSerializer` filters. So the bug happens only when that filter is not present... strange.
    3131
    3232Oh wait, this could be a problem with the string cache. I remember when reviewing [1038] that I was afraid that the cache wouldn't make a difference between escaped and unescaped strings, but I was not able to come up with a test case (maybe because I tested with the default `strip_whitespace=True`). To be continued...