Branch: refs/heads/stable-15.10.x
  Home:   
https://github.com/xwiki/xwiki-platform
  Commit: 0f794c9e7f97995028661d20c18c4793933a56c9
https://github.com/xwiki/xwiki-platform/commit/0f794c9e7f97995028661d20c18c…
  Author: Marius Dumitru Florea <marius(a)xwiki.com>
  Date:   2024-01-30 (Tue, 30 Jan 2024)
  Changed paths:
    M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-filter/plugin.js
    M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/AllIT.java
    A
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/FilterIT.java
    A
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImageIT.java
    R
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/ImagePluginIT.java
    A
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/LinkIT.java
    R
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/LinkPluginIT.java
    M
xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/src/main/webjar/config.js
  Log Message:
  -----------
  XWIKI-21803: Unescaped '<' (less than symbol) in in-line style breaks the
WYSIWYG editor
* Escape '<' in the content of style tags both for the editor HTML input and
output, to overcome a bug in CKEditor's HTML parser.
* Allow style tags (inside macro output), they were filtered out before by CKEditor's
Advanced Content Filter
* Add functional test
* Rename some functional tests to be consisten.