This is an automated email from the ASF dual-hosted git repository.

dsoumis pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit c79adf45a88420cba206e3e3787bd73923842879
Author: Dimitris Soumis <jimsou...@gmail.com>
AuthorDate: Wed Jan 29 18:34:20 2025 +0200

    Add `--add-opens` JVM argument for IDE IDEA support after automation 
introduced in commit bda7301 for CVE-2024-56337
---
 res/ide-support/idea/workspace.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/res/ide-support/idea/workspace.xml 
b/res/ide-support/idea/workspace.xml
index bb47d31574..9d8906a99c 100644
--- a/res/ide-support/idea/workspace.xml
+++ b/res/ide-support/idea/workspace.xml
@@ -30,5 +30,13 @@
         <option name="Make" enabled="true" />
       </method>
     </configuration>
+
+    <configuration default="true" type="JUnit" factoryName="JUnit">
+      <option name="VM_PARAMETERS" value="--add-opens 
java.base/java.io=ALL-UNNAMED" />
+      <module name="tomcat" />
+      <method v="2">
+        <option name="Make" enabled="true" />
+      </method>
+    </configuration>
   </component>
 </project>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to