Skip to content

Commit

Permalink
Merge pull request #25261 from dmiya3/br-rm-deprecated-admingui-settings
Browse files Browse the repository at this point in the history
Fix #25260 Deprecated settings in Admin Console
  • Loading branch information
arjantijms authored Dec 6, 2024
2 parents f0bdbcf + ded7355 commit 1f99dad
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appserver/admingui/war/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2022 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation. All rights reserved.
Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -55,10 +55,6 @@
<param-name>jakarta.faces.validator.DISABLE_DEFAULT_BEAN_VALIDATOR</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>jakarta.faces.PARTIAL_STATE_SAVING</param-name>
<param-value>false</param-value>
</context-param>

<filter>
<filter-name>UploadFilter</filter-name>
Expand Down

0 comments on commit 1f99dad

Please sign in to comment.