TS 7.5.0.1
Windows 2008R2 64
We're in the process of upgrading TS from 7.3.2 to 7.5.0.1 . One of our DCTs, which works in 7.3.2, expects us to include HTML and JS snippets. With 7.5.0.1, we're noticing that FormsPub is failing to save to the DCR when the content includes <link href="" />, which is used often for CSS. Any other HTML or JS permutation works fine including <link rel="" />, but for whatever reason, the aforementioned throws the following in Firebug :
POST
http://SERVER/iw-cc/command/iw.formspub.save.edit [HTTP/1.1 403 Forbidden 259ms]
To be sure, we've encapsulated the code with CDATA tags but with no avail. Anyone else experienced this? Any workarounds you can suggest?