Tagged Questions
1
vote
1answer
292 views
ParserException Error after deploying antiSamy
I'm using antiSami with my ColdFusion project. I'm loading antiSami through onApplicationStart() like this:
local.jarsArray =
[
expandPath("lib/antisami/antisamy-1.4.4.jar")
];
...