Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

We have seen that some servers after some time fail to allocate handlers for objects that are responsible for parsing the RTF (there is a similar and less common issue with HTML).
To resolve this issue, we make 2 parsing attempts and if both fail we send the content without parsing - AS-IS.

Here are the logs that document the process:

  1. WARN DLP: failed with parising RTF: Error creating window handle. [failed in the first attempt]

  2. WARN DLP: try different method [going to try a different way]

  3. WARN DLP: failed with parising RTF in the second time: Cannot create a file when that file already exists [failed in the second attempt]

  4. WARN DLP: inspect all content AS-IS [content sent to DLP without parsing]

  • No labels