Custom Modifications:

*.css
Modified occurrences of url() from using a plain path to a JSF resource expression path.

/ckeditor.mapping.js
Added this file to specify a mapping from canonical resource names to correct JSF resource URLs.
Modified mappings of *.md files to *.md.txt, so they have a known mime type

/ckeditor.js
/plugins/smiley/dialogs/smiley.js
Modified paths to internal resources to invoke CKEDITOR.getUrl() first, in order to use correct JSF URLs.

/ckeditor.js
Line 19, fix to set warning verbosity to 0.
Line 301, fix for vulnerability CVE-2024-24815.

/samples
Removed all resources under /samples and the directory itself.

*.md
Renamed *.md files to *.md.txt, so they have a known mime type

/plugins/autogrow/plugin.js
Added this plugin (and its corresponding URL mapping) to support the autogrow behaviour.
