Page 1 of 1

Problem with ckeditor

Posted: 30 May 2022, 14:55
by primegbs
Hi.
We are using PrimeFaces with a custom ResourceHandler ("customGearHandler"). This handler is used for adding a MD5Hash to the querystring of every static resources handled.
For example, the aristo theme is request by the link:
http://localhost:8080/primefaces-test/j ... e5cfb92eb9

But when a ckeditor is added into XHTML, some component resources are not found (maybe because the link contains an incorrect parameter).
For example, the skin.js return a 404:

[http://localhost:8080/primefaces-test/j ... 6da2896e84

The strangeness is that these resources are not handled by our customGearHandler.

Why the ckeditor resources are not handled by a resource handler ?
How URL's static resources are created by PrimeFaces extension ?

If we don't use our customHandler, the ckeditor works well as expected.

The versioning is:
Primefaces version : 7.0.26
Resources-ckeditor: 7.0.3

Thank you
Massimo

Re: Problem with ckeditor

Posted: 31 May 2022, 12:54
by jepsar