Branch: refs/heads/stable-14.10.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: 4217cc6831f8087a0ebe9bcecf72a086e6009da1
https://github.com/xwiki/xwiki-platform/commit/4217cc6831f8087a0ebe9bcecf72…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M
xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/ExtendedURL.java
M
xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/test/java/org/xwiki/url/ExtendedURLTest.java
Log Message:
-----------
XWIKI-21522: ExtendedURL parameters are badly extracted from the wrapped URI
* Use URI#getRawQuery instead of URI#getQuery
* URL decode the parameter names and values
(cherry picked from commit f8d201cad183a7020481aac19252d78be7b105e8)
Commit: 54f426acc2f3f35de3f0c03cbdea041a8f5c91ad
https://github.com/xwiki/xwiki-platform/commit/54f426acc2f3f35de3f0c03cbdea…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M
xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/ExtendedURL.java
M
xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/test/java/org/xwiki/url/ExtendedURLTest.java
Log Message:
-----------
XWIKI-21522: ExtendedURL parameters are badly extracted from the wrapped URI
* Use URLEncodedUtils instead of implementing the query string parsing ourselves.
(cherry picked from commit 4c500535618c891c357a7251dc90040011a94556)
Compare:
https://github.com/xwiki/xwiki-platform/compare/4d35f3f72cc2...54f426acc2f3