Search results

  1. stevieosaurus

    LS Cache randomly breaks page encryption (UTF-8)

    They are CFC & CFM files (Java Coldfusion), but I get what you meant. That being said, isn't it out of the question that the issue is with the source format, since MOST OF THE TIME they render correctly. turning off the LSCache and nothing else ALWAYS fixes the problem. when the encoding breaks...
  2. stevieosaurus

    LS Cache randomly breaks page encryption (UTF-8)

    UPDATE: disabled pagespeed module, LSCache still (sometimes, randomly) breaks page encryption. Firefox console error message: "The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect." (reminder that everything...
  3. stevieosaurus

    LS Cache randomly breaks page encryption (UTF-8)

    That is valuable info @Cold-Egg and thank you for the link. Good read. Will test what you suggested and feedback later. No CMS, rawdoggin' it. Lucee-Tomcat behind OLS as the app server for CFM files.
  4. stevieosaurus

    LS Cache randomly breaks page encryption (UTF-8)

    Happens seldomly when LS cache is enabled - page displays in pure gibberish characters, with broken (UTF-8) encryption. This happens despite specifying at the beginning of each page: <!DOCTYPE html> <html lang="en-US"> and <meta http-equiv="content-type" content="text/html...
Top