please update documentation for lessonbuilder.filterhtml in sakai.properties
Activity

Matthew Jones April 24, 2018 at 10:34 AM
Bulk closing issues that have not been updated since 2015 and earlier. Please reopen if this is still an issue and you have new information or if this is a feature you'd like to still have consideration for.
Neal Caidin May 14, 2013 at 2:44 PM
The pattern for sakai.properties is :
comments
more comments
etc
comment showing the default value
comment that would be not the default value (I guess so if you uncomment then you've overriden the value)
so
Looks like it should go in the
########################################################################
SECURITY
########################################################################
section, maybe just below the antisamy comments for the system as a whole.
Should instructor content be filtered for dangerous html? false is filtering off. true is filtering on.
If antisamy is enabled, filtering will be done with level low
If antisamy is enabled, explicit filtering levels can also be used: default, none, low, high
May be overridden for one instance of Lessons using an instance property of filterhtml
Default=true;
THIS IS CHANGE FROM RELEASES BEFORE tag CLE 2.9.2, which default to false
lessonbuilder.filterhtml=false
I don't understand this comment: May be overridden for one instance of Lessons using an instance property of filterhtml ? Otherwise we are getting close.

Charles Hedrick May 14, 2013 at 2:31 PM
no,but I doubt it was documented in the past.
Neal Caidin May 14, 2013 at 2:15 PM
Is lessonbuilder.filterhtml a new property? I do not see it in config/configuration/bundles/src/bundle/org/sakaiproject/config/bundle/default.sakai.properties
Details
Priority
MajorAffects versions
Components
Assignee
Core TeamCore TeamReporter
Charles HedrickCharles HedrickLabels
Details
Details
Priority
Affects versions
Components
Assignee

Reporter

For 2.9.2 and later, please update the entry in sakai.properties for lessonbuilder.filterhtml.
; should instructor content be filtered for dangerous html? false, no filtering, true, filtering.
; If antisamy is enabled, filtering will be done with level low
; if antisamy is enabled, explicit filtering levels can also be used: default, none, low, high
; default is true; THIS IS CHANGE FROM RELEASES before 2.9.2, which default to false
; maybe overridden for one instance of Lessons using an instance property of filterhtml