Hi all,

First of all, I wrote up this issue in a Stack Overflow question

http://stackoverflow.com/questions/21392764/apache-ssi-is-corrupting-my-file

Take a look at this, before and after SSI.  If I simply remove this
section, the corruption moves down further.  What could be causing this?
 These files are 100% ok before mod_include gets its hands on them.

Before:

window.dhtmlHistory.create({toJSON: function(o) {
   return common.toJSON(o);
} , fromJSON: function(s) {
    return eval('(' + s + ')');
}});

After:

w+cont.dhtmlHistory.c.show({toJSON: fail]mdo(o) {
    -wrappecommon.toJSON(o);
} , fromJSON: fail]mdo(s) {
    -wrappeeval('(' + s + ')');
}});

Reply via email to