org.ametys.runtime.util.URLEncoder.encode should be deprecated (and remove in v4.0)
Replace by 2 methods:
- encodePath to encode path (before question mark) using java.net.URI.URI constructor
- encodeParameter to encode parameters (after question mark)
- blocks
-
CMS-8023 Cache is not deleted when uploading a new version of a document in ressource explorer
- Closed