This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new a1285cead3 Improved: Prevent URL parameters manipulation (OFBIZ-13147)
a1285cead3 is described below
commit a1285cead318bdb10ef064fc347f758ee761b7c5
Author: Jacques Le Roux <[email protected]>
AuthorDate: Sat Nov 9 16:30:37 2024 +0100
Improved: Prevent URL parameters manipulation (OFBIZ-13147)
I finally decided to remove SecurityUtilTest::webShellTokensTesting
But useless import make "gradlew check" to fail. This fixes it.
---
.../src/test/java/org/apache/ofbiz/security/SecurityUtilTest.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/framework/security/src/test/java/org/apache/ofbiz/security/SecurityUtilTest.java
b/framework/security/src/test/java/org/apache/ofbiz/security/SecurityUtilTest.java
index 04d1671ff0..2dae4f7b88 100644
---
a/framework/security/src/test/java/org/apache/ofbiz/security/SecurityUtilTest.java
+++
b/framework/security/src/test/java/org/apache/ofbiz/security/SecurityUtilTest.java
@@ -20,10 +20,7 @@ package org.apache.ofbiz.security;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-import java.io.IOException;
-import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;