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

lukaszlenart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git


    from e15043f  Merge pull request #444 from 
apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.21.2
     add de17da0  Refactor(exclude-parameters): Apply `@StrutsParameter` and 
update web.xml schema
     add a44072e  Refactor(form-tags): Apply `@StrutsParameter` and update 
web.xml schema
     add 587ed6d  Refactor(form-validation): Improve compatibility and fix 
access issues
     add 7429b00  Refactor(form-xml-validation): Apply `@StrutsParameter` and 
update web.xml schema
     add 59680e5  Refactor(helloworld): Enable `OGNL allowlist` and update 
web.xml to schema 6.0
     add 379a076  Refactor(http-session): Apply `OGNL allowlist`, 
`@StrutsParameter` and update web.xml to schema 6.0
     add fee2acc  Refactor(interceptors): Apply `@StrutsParameter` and update 
web.xml schema 6.0
     add 3fab6ab  Refactor(message-resource): Update for Struts 7 compatibility
     add 53099a4  Refactor(preparable-interface): Update for Struts 7 
compatibility
     add c3a4977  Refactor(form-processing): Update for Struts 7 compatibility
     add a26684c  Refactor(spring-struts): Update for Struts 7 compatibility
     add 9e1e13a  Refactor(theme): Update for Struts 7 compatibility
     add 4647a1a  Refactor(unit-testing): Update for Struts 7 compatibility
     add bc71082  Refactor(wildcard-method-selection): Update for Struts 7 
compatibility
     add 8f9b568  Refactor(exclude-parameters, form-validation)
     new df87211  Merge pull request #447 from fp024/dev-2025-04-17-a

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/struts/edit/action/EditAction.java  |  2 ++
 exclude-parameters/src/main/resources/struts.xml   |  4 +--
 exclude-parameters/src/main/webapp/WEB-INF/web.xml |  5 +++-
 .../struts/helloworld/action/HelloWorldAction.java |  2 ++
 .../apache/struts/register/action/Register.java    | 10 ++-----
 form-processing/src/main/resources/struts.xml      |  3 +-
 form-processing/src/main/webapp/WEB-INF/index.jsp  |  2 +-
 .../src/main/webapp/WEB-INF/register.jsp           |  2 +-
 form-processing/src/main/webapp/WEB-INF/web.xml    |  7 +++--
 .../org/apache/struts/edit/action/EditAction.java  |  2 ++
 form-tags/src/main/webapp/WEB-INF/web.xml          |  9 +++---
 .../struts/helloworld/action/HelloWorldAction.java |  2 ++
 .../apache/struts/register/action/Register.java    |  3 +-
 form-validation/src/main/resources/struts.xml      | 10 +++++--
 form-validation/src/main/webapp/WEB-INF/web.xml    |  5 +++-
 form-validation/src/main/webapp/index.jsp          |  2 +-
 .../org/apache/struts/edit/action/EditAction.java  |  2 ++
 .../src/main/webapp/WEB-INF/web.xml                |  7 +++--
 helloworld/src/main/resources/struts.xml           |  1 +
 helloworld/src/main/webapp/WEB-INF/web.xml         |  7 +++--
 .../struts/helloworld/action/HelloWorldAction.java |  2 ++
 http-session/src/main/resources/struts.xml         |  2 ++
 http-session/src/main/webapp/WEB-INF/web.xml       |  5 +++-
 .../apache/struts/register/action/Register.java    |  3 +-
 interceptors/src/main/resources/struts.xml         |  1 +
 interceptors/src/main/webapp/WEB-INF/web.xml       |  5 +++-
 .../struts/helloworld/action/HelloWorldAction.java |  2 ++
 .../apache/struts/register/action/Register.java    |  3 +-
 .../src/main/resources/global_es.properties        |  2 +-
 message-resource/src/main/resources/struts.xml     |  4 ++-
 message-resource/src/main/webapp/HelloWorld.jsp    |  6 ++--
 message-resource/src/main/webapp/WEB-INF/web.xml   |  5 +++-
 message-resource/src/main/webapp/index.jsp         | 10 +++----
 message-resource/src/main/webapp/register.jsp      |  8 +++---
 message-resource/src/main/webapp/thankyou.jsp      |  8 +++---
 .../org/apache/struts/edit/action/EditAction.java  |  2 ++
 preparable-interface/src/main/resources/struts.xml |  3 +-
 .../src/main/webapp/WEB-INF/web.xml                |  5 +++-
 .../org/apache/struts/edit/action/EditAction.java  |  2 ++
 spring-struts/src/main/resources/struts.xml        |  3 +-
 spring-struts/src/main/webapp/WEB-INF/web.xml      |  7 +++--
 spring-struts/src/main/webapp/edit.jsp             |  6 ++--
 spring-struts/src/main/webapp/index.jsp            |  6 ++--
 spring-struts/src/main/webapp/thankyou.jsp         |  8 +++---
 .../org/apache/struts/edit/action/EditAction.java  |  2 ++
 themes/src/main/resources/struts.xml               |  5 ++--
 .../resources/template/KUTheme/checkboxlist.ftl    |  6 ++--
 .../template/KUTheme_simple/checkboxlist.ftl       | 32 +++++++++++-----------
 themes/src/main/webapp/WEB-INF/web.xml             |  5 +++-
 themes/src/main/webapp/edit.jsp                    |  6 ++--
 themes/src/main/webapp/index.jsp                   |  6 ++--
 themes/src/main/webapp/thankyou.jsp                |  8 +++---
 unit-testing/src/main/resources/struts.xml         |  5 +++-
 unit-testing/src/main/webapp/WEB-INF/web.xml       |  5 +++-
 unit-testing/src/main/webapp/index.jsp             |  8 +++---
 unit-testing/src/main/webapp/register.jsp          |  8 +++---
 unit-testing/src/main/webapp/thankyou.jsp          |  8 +++---
 .../wildcardmethod/action/PersonAction.java        |  5 ++--
 .../src/main/resources/struts.xml                  |  5 ++++
 .../src/main/webapp/WEB-INF/web.xml                |  5 +++-
 .../src/main/webapp/input.jsp                      |  2 +-
 wildcard-method-selection/src/main/webapp/view.jsp |  2 +-
 62 files changed, 195 insertions(+), 123 deletions(-)

Reply via email to