Skip to:
Force the use of the legacy html content processor (used in versions before and including 2.9),
if this is not overridden then the antisamy html cleaner will be used
Default: true in 2.9.x and below (do not use AntiSamy), false in 2.10.x and above (use AntiSamy)#content.cleaner.use.legacy.html=false
Should that actually say "Default: true in 2.9.2 and below (do not use AntiSamy), false in 2.9.3 and above (use AntiSamy)" ?
Trunk looks like this:
DEFAULT: false (use AntiSamy)
content.cleaner.use.legacy.html=true
Maybe the change should be:
Force the use of the legacy html content processor (used in versions before and including CLE 2.9.2, but not in CLE 2.9.3 and later),
Force the use of the legacy html content processor (used in versions before and including 2.9),
if this is not overridden then the antisamy html cleaner will be used
Default: true in 2.9.x and below (do not use AntiSamy), false in 2.10.x and above (use AntiSamy)
#content.cleaner.use.legacy.html=false
Should that actually say "Default: true in 2.9.2 and below (do not use AntiSamy), false in 2.9.3 and above (use AntiSamy)" ?