I'm running into a strange problem where POST'd output is getting encoded. E.g.,
becomes
I'm 99.5% certain this isn't actually a flaw in CKEditor. It works flawlessly on my local production environment (LAMP stack), but when I upload it to my host's server the problem starts. The code hasn't changed and the browser/javascript engine hasn't changed, so I'm guessing some kind of server config issue, but I'm having trouble finding out what.
Has anyone seen something like this before? An artifact of modsecurity in Apache maybe? Any other possible explanation?
<p id="somename">
becomes
<p id="\"somename\"">
I'm 99.5% certain this isn't actually a flaw in CKEditor. It works flawlessly on my local production environment (LAMP stack), but when I upload it to my host's server the problem starts. The code hasn't changed and the browser/javascript engine hasn't changed, so I'm guessing some kind of server config issue, but I'm having trouble finding out what.
Has anyone seen something like this before? An artifact of modsecurity in Apache maybe? Any other possible explanation?