Branch: refs/heads/claude/magical-faraday-xgfcW Home: https://github.com/xwiki/xwiki-platform Commit: 1aabb2540d0df57e36947fd4d29f9db0e87a1eb3 https://github.com/xwiki/xwiki-platform/commit/1aabb2540d0df57e36947fd4d29f9... Author: Claude <[email protected]> Date: 2026-05-17 (Sun, 17 May 2026) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/attachments/AttachmentResourceImpl.java Log Message: ----------- Fix SonarQube S5361: Replace replaceAll() with replace() in AttachmentResourceImpl Replace the regex-based replaceAll("\\+", "%20") with the literal replace("+", "%20") since the pattern contains no regex metacharacters, making the intent clearer and more efficient. Fixes SonarQube issue: https://sonarcloud.io/project/issues?id=org.xwiki.platform:xwiki-platform&is... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications