Cache table contains characters that breaks the view table.
This also means that some characters have power within the Drupal system. Potentially a malicious or unknowing user could plant code in a title that would leak out if the cache table is viewed. A long strech but it could happen.
Comments
Comment #1
jeremy commentedPerhaps the module should try and detect if data is text or binary... If binary, it could just display a message "[Binary Data]" instead of dumping the actual data... (I assume what you're referring to are gzipp'ed cache pages?)
Comment #2
dwwWow, whoops. ;) I guess I never saw this issue in the queue, and re-discovered this problem myself...
Fixed by http://drupal.org/node/135549.