[xwiki/xwiki-platform] ca860b: XWIKI-21522: ExtendedURL parameters are badly extr...
Branch: refs/heads/stable-15.5.x Home: https://github.com/xwiki/xwiki-platform Commit: ca860b553c7e357a0ac84150bbe600752aecfeb0 https://github.com/xwiki/xwiki-platform/commit/ca860b553c7e357a0ac84150bbe60... Author: Marius Dumitru Florea <[email protected]> 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: ea7c80560e8921d4217d126cf3d5811b2cccf6c3 https://github.com/xwiki/xwiki-platform/commit/ea7c80560e8921d4217d126cf3d58... Author: Marius Dumitru Florea <[email protected]> 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/5b83ea9bf06b...ea7c80560e89
participants (1)
-
XWiki Notifications